Module Name: src
Committed By: yamt
Date: Mon Jan 24 02:44:22 UTC 2011
Modified Files:
src/bin/cp: cp.1
Log Message:
document what -a is for
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 src/bin/cp/cp.1:1.34
--- src/bin/cp/cp.1:1.33 Wed Dec 22 09:02:32 2010
+++ src/bin/cp/cp.1 Mon Jan 24 02:44:22 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: cp.1,v 1.33 2010/12/22 09:02:32 wiz Exp $
+.\" $NetBSD: cp.1,v 1.34 2011/01/24 02:44:22 yamt Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -220,9 +220,13 @@
utility is expected to be
.St -p1003.2
compatible.
+.Pp
The
.Fl a
is a non-standard extension.
+It is intended to be compatible with the same option which
+other implementations, namely GNU coreutils and FreeBSD,
+of this utility have.
.Pp
The
.Fl v