Module Name:    src
Committed By:   dholland
Date:           Wed Aug  3 15:44:15 UTC 2011

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

Log Message:
Adjust wording of previous and fix a couple grammar slipups/typos.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/bin/cp/cp.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.40 src/bin/cp/cp.1:1.41
--- src/bin/cp/cp.1:1.40	Wed Aug  3 14:02:59 2011
+++ src/bin/cp/cp.1	Wed Aug  3 15:44:15 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cp.1,v 1.40 2011/08/03 14:02:59 wiz Exp $
+.\"	$NetBSD: cp.1,v 1.41 2011/08/03 15:44:15 dholland Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -134,11 +134,11 @@
 the set user ID or set group ID bits are preserved in the copy's
 permissions.
 .Pp
-Extended attributes from all accessible namespaces are copied, the
-others being ignored.
-If an error occur during the copy, a message is displayed and
-.Nm cp
-skips the other extended attributes for the file.
+Extended attributes from all accessible namespaces are copied;
+others are ignored.
+If an error occurs during this copy, a message is displayed and
+.Nm
+skips the other extended attributes for that file.
 .It Fl R
 If
 .Ar source_file

Reply via email to