diff options
author | Damien Miller <djm@mindrot.org> | 2009-02-14 16:34:05 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-02-14 16:34:05 +1100 |
commit | 65fa4cab4cf8e795bb624866a27794cae2845210 (patch) | |
tree | 11aa01cde61d3c1e6135387277afe0f0313108b8 | |
parent | e2f4cc5016f63a0ccee02056f33b79e12e0fd31b (diff) |
- djm@cvs.openbsd.org 2009/02/12 03:44:25
[ssh.1]
consistency: Dq => Ql
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -21,6 +21,9 @@ | |||
21 | - djm@cvs.openbsd.org 2009/02/12 03:42:09 | 21 | - djm@cvs.openbsd.org 2009/02/12 03:42:09 |
22 | [ssh.1] | 22 | [ssh.1] |
23 | document -R0:... usage | 23 | document -R0:... usage |
24 | - djm@cvs.openbsd.org 2009/02/12 03:44:25 | ||
25 | [ssh.1] | ||
26 | consistency: Dq => Ql | ||
24 | 27 | ||
25 | 20090212 | 28 | 20090212 |
26 | - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically | 29 | - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically |
@@ -5147,5 +5150,5 @@ | |||
5147 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 5150 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
5148 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 5151 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
5149 | 5152 | ||
5150 | $Id: ChangeLog,v 1.5190 2009/02/14 05:33:49 djm Exp $ | 5153 | $Id: ChangeLog,v 1.5191 2009/02/14 05:34:05 djm Exp $ |
5151 | 5154 | ||
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.281 2009/02/12 03:42:09 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.282 2009/02/12 03:44:25 djm Exp $ |
38 | .Dd $Mdocdate: February 12 2009 $ | 38 | .Dd $Mdocdate: February 12 2009 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -567,7 +567,7 @@ option is enabled (see | |||
567 | If the | 567 | If the |
568 | .Ar port | 568 | .Ar port |
569 | argument is | 569 | argument is |
570 | .Dq 0 , | 570 | .Ql 0 , |
571 | the listen port will be dynamically allocated on the server and reported | 571 | the listen port will be dynamically allocated on the server and reported |
572 | to the client at run time. | 572 | to the client at run time. |
573 | .It Fl S Ar ctl_path | 573 | .It Fl S Ar ctl_path |