Module Name: src
Committed By: christos
Date: Wed Dec 22 05:46:26 UTC 2010
Modified Files:
src/bin/cp: cp.1
Log Message:
Say that -a is non-standard and -P is the default.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 src/bin/cp/cp.1:1.32
--- src/bin/cp/cp.1:1.31 Tue Dec 21 15:56:01 2010
+++ src/bin/cp/cp.1 Wed Dec 22 00:46:25 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: cp.1,v 1.31 2010/12/21 20:56:01 christos Exp $
+.\" $NetBSD: cp.1,v 1.32 2010/12/22 05:46:25 christos Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -110,6 +110,7 @@
don't copy file flags.
.It Fl P
No symbolic links are followed.
+This is the default.
.It Fl p
Causes
.Nm
@@ -219,6 +220,9 @@
utility is expected to be
.St -p1003.2
compatible.
+The
+.Fl a
+is a non-standard extension.
.Pp
The
.Fl v