diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-13 19:29:58 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-13 19:29:58 +1100 |
commit | f0c8c15322fcb26911f9552e696810c3639f7341 (patch) | |
tree | f418c795b6be9b9bdcc9eefd6e1274570a30a2af /ChangeLog | |
parent | aeb31d6120681f42ad1b91adc5352159a6a5d345 (diff) |
- jmc@cvs.openbsd.org 2005/12/07 10:52:13
[ssh.1]
- avoid line split in SYNOPSIS
- add args to -w
- kill trailing whitespace
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -20,11 +20,15 @@ | |||
20 | except that it depends on the tun(4) network interface on both ends of | 20 | except that it depends on the tun(4) network interface on both ends of |
21 | the connection for layer 2 or layer 3 tunneling. This diff also adds | 21 | the connection for layer 2 or layer 3 tunneling. This diff also adds |
22 | support for LocalCommand in the ssh(1) client. | 22 | support for LocalCommand in the ssh(1) client. |
23 | |||
24 | ok djm@, markus@, jmc@ (manpages), tested and discussed with others | 23 | ok djm@, markus@, jmc@ (manpages), tested and discussed with others |
25 | - djm@cvs.openbsd.org 2005/12/07 03:52:22 | 24 | - djm@cvs.openbsd.org 2005/12/07 03:52:22 |
26 | [clientloop.c] | 25 | [clientloop.c] |
27 | reyk forgot to compile with -Werror (missing header) | 26 | reyk forgot to compile with -Werror (missing header) |
27 | - jmc@cvs.openbsd.org 2005/12/07 10:52:13 | ||
28 | [ssh.1] | ||
29 | - avoid line split in SYNOPSIS | ||
30 | - add args to -w | ||
31 | - kill trailing whitespace | ||
28 | 32 | ||
29 | 20051201 | 33 | 20051201 |
30 | - (djm) [envpass.sh] Remove regress script that was accidentally committed | 34 | - (djm) [envpass.sh] Remove regress script that was accidentally committed |
@@ -3417,4 +3421,4 @@ | |||
3417 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3421 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3418 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3422 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3419 | 3423 | ||
3420 | $Id: ChangeLog,v 1.4020 2005/12/13 08:29:36 djm Exp $ | 3424 | $Id: ChangeLog,v 1.4021 2005/12/13 08:30:05 djm Exp $ |