diff options
author | Damien Miller <djm@mindrot.org> | 2011-01-06 22:41:21 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-01-06 22:41:21 +1100 |
commit | 907998df72d7206d4dd5c37d8f185f9b2988b007 (patch) | |
tree | 6207e658f110c53d7771ab6a54b05641c99f483b /ChangeLog | |
parent | f12114366b4ffcd34e3a638dd187f29ac03fbdbd (diff) |
- jmc@cvs.openbsd.org 2010/12/09 14:13:33
[scp.1 scp.c]
scp.1: grammer fix
scp.c: add -3 to usage()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ | |||
5 | add a new -3 option to scp: Copies between two remote hosts are | 5 | add a new -3 option to scp: Copies between two remote hosts are |
6 | transferred through the local host. Without this option the data | 6 | transferred through the local host. Without this option the data |
7 | is copied directly between the two remote hosts. ok djm@ (bugzilla #1837) | 7 | is copied directly between the two remote hosts. ok djm@ (bugzilla #1837) |
8 | - jmc@cvs.openbsd.org 2010/12/09 14:13:33 | ||
9 | [scp.1 scp.c] | ||
10 | scp.1: grammer fix | ||
11 | scp.c: add -3 to usage() | ||
8 | 12 | ||
9 | 20110104 | 13 | 20110104 |
10 | - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage | 14 | - (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage |