diff options
author | Damien Miller <djm@mindrot.org> | 2011-09-22 21:34:56 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-09-22 21:34:56 +1000 |
commit | e029673f1fa27488817861ba4ad02ea23ea9145c (patch) | |
tree | ea3e0469b5848f850d2c499da9e4df31d47279aa | |
parent | 2918e030fc0afb9064d6b884c4f80393b552d2a5 (diff) |
- jmc@cvs.openbsd.org 2011/09/05 07:01:44
[scp.1]
knock out a useless Ns;
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | scp.1 | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -28,6 +28,9 @@ | |||
28 | [misc.c] | 28 | [misc.c] |
29 | fix typo in IPQoS parsing: there is no "AF14" class, but there is | 29 | fix typo in IPQoS parsing: there is no "AF14" class, but there is |
30 | an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk | 30 | an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk |
31 | - jmc@cvs.openbsd.org 2011/09/05 07:01:44 | ||
32 | [scp.1] | ||
33 | knock out a useless Ns; | ||
31 | 34 | ||
32 | 20110909 | 35 | 20110909 |
33 | - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From | 36 | - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From |
@@ -8,7 +8,7 @@ | |||
8 | .\" | 8 | .\" |
9 | .\" Created: Sun May 7 00:14:37 1995 ylo | 9 | .\" Created: Sun May 7 00:14:37 1995 ylo |
10 | .\" | 10 | .\" |
11 | .\" $OpenBSD: scp.1,v 1.57 2011/09/05 05:56:13 djm Exp $ | 11 | .\" $OpenBSD: scp.1,v 1.58 2011/09/05 07:01:44 jmc Exp $ |
12 | .\" | 12 | .\" |
13 | .Dd $Mdocdate: September 5 2011 $ | 13 | .Dd $Mdocdate: September 5 2011 $ |
14 | .Dt SCP 1 | 14 | .Dt SCP 1 |
@@ -31,7 +31,7 @@ | |||
31 | .Oo | 31 | .Oo |
32 | .Op Ar user No @ | 32 | .Op Ar user No @ |
33 | .Ar host1 No : | 33 | .Ar host1 No : |
34 | .Oc Ns Ar file1 | 34 | .Oc Ar file1 |
35 | .Sm on | 35 | .Sm on |
36 | .Ar ... | 36 | .Ar ... |
37 | .Sm off | 37 | .Sm off |