Module Name:    src
Committed By:   mbalmer
Date:           Sat Apr  2 08:38:56 UTC 2011

Modified Files:
        src/bin/cp: cp.1
        src/bin/ls: ls.1

Log Message:
Wording fixes from Ryo HAYASAKA, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/bin/cp/cp.1
cvs rdiff -u -r1.68 -r1.69 src/bin/ls/ls.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/cp/cp.1
diff -u src/bin/cp/cp.1:1.37 src/bin/cp/cp.1:1.38
--- src/bin/cp/cp.1:1.37	Sun Feb  6 12:49:32 2011
+++ src/bin/cp/cp.1	Sat Apr  2 08:38:56 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cp.1,v 1.37 2011/02/06 12:49:32 wiz Exp $
+.\"	$NetBSD: cp.1,v 1.38 2011/04/02 08:38:56 mbalmer Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"	@(#)cp.1	8.3 (Berkeley) 4/18/94
 .\"
-.Dd February 6, 2010
+.Dd April 2, 2011
 .Dt CP 1
 .Os
 .Sh NAME
@@ -139,7 +139,7 @@
 .Nm
 copies the directory and the entire subtree connected at that point.
 This option also causes symbolic links to be copied, rather than
-indirected through, and for
+followed, and for
 .Nm
 to create special files rather than copying them as normal files.
 Created directories have the same mode as the corresponding source

Index: src/bin/ls/ls.1
diff -u src/bin/ls/ls.1:1.68 src/bin/ls/ls.1:1.69
--- src/bin/ls/ls.1:1.68	Tue Mar 15 08:36:01 2011
+++ src/bin/ls/ls.1	Sat Apr  2 08:38:56 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ls.1,v 1.68 2011/03/15 08:36:01 wiz Exp $
+.\"	$NetBSD: ls.1,v 1.69 2011/04/02 08:38:56 mbalmer Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)ls.1	8.7 (Berkeley) 7/29/94
 .\"
-.Dd September 25, 2008
+.Dd April 2, 2011
 .Dt LS 1
 .Os
 .Sh NAME
@@ -94,7 +94,7 @@
 .Pq Fl l .
 .It Fl d
 Directories are listed as plain files (not searched recursively) and
-symbolic links in the argument list are not indirected through.
+symbolic links in the argument list are not followed.
 .It Fl F
 Display a slash
 .Pq Sq \&/

Reply via email to