diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-18 21:48:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-18 21:48:44 +0000 |
commit | d18cd8155a8d019336c239580876b3c47becf300 (patch) | |
tree | 9395f1bbe9c4f8417e08bea2ccc89f2999e8329c /bin | |
parent | 40385c6ce5e1b198124dc4a0bcab53f8900bb77e (diff) |
command-line (adj.) -> command line (n.);
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cat/cat.1 | 6 | ||||
-rw-r--r-- | bin/cp/cp.1 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index f3db08909de..700c9757157 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.31 2011/03/05 18:48:26 schwarze Exp $ +.\" $OpenBSD: cat.1,v 1.32 2013/01/18 21:48:43 jmc Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 .\" -.Dd $Mdocdate: March 5 2011 $ +.Dd $Mdocdate: January 18 2013 $ .Dt CAT 1 .Os .Sh NAME @@ -136,7 +136,7 @@ read and output contents of the standard input again, then finally output the contents of .Ar file3 . Note that if the standard input referred to a file, the second dash -on the command-line would have no effect, since the entire contents of the file +on the command line would have no effect, since the entire contents of the file would have already been read and printed by .Nm when it encountered the first diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 951bc302e12..ffbb862c215 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cp.1,v 1.34 2011/06/15 23:47:37 tedu Exp $ +.\" $OpenBSD: cp.1,v 1.35 2013/01/18 21:48:43 jmc Exp $ .\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)cp.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: June 15 2011 $ +.Dd $Mdocdate: January 18 2013 $ .Dt CP 1 .Os .Sh NAME @@ -86,7 +86,7 @@ options. .It Fl H If the .Fl R -option is also specified, symbolic links on the command-line are followed. +option is also specified, symbolic links on the command line are followed. (Symbolic links encountered in the tree traversal are not followed.) .It Fl i Write a prompt to the standard error output before copying a file |