Module Name: src
Committed By: wiz
Date: Sun Feb 6 12:49:33 UTC 2011
Modified Files:
src/bin/cp: cp.1
Log Message:
Put -l compatibility note in STANDARDS section.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/bin/cp/cp.1:1.37
--- src/bin/cp/cp.1:1.36 Sun Feb 6 12:37:48 2011
+++ src/bin/cp/cp.1 Sun Feb 6 12:49:32 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: cp.1,v 1.36 2011/02/06 12:37:48 darcy Exp $
+.\" $NetBSD: cp.1,v 1.37 2011/02/06 12:49:32 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -106,7 +106,6 @@
option is specified, all symbolic links are followed.
.It Fl l
Create hard links to regular files in a hierarchy instead of copying.
-The -l option is expected to behave similar to cp(1) in GNU coreutils.
.It Fl N
When used with
.Fl p ,
@@ -226,8 +225,10 @@
.Pp
The
.Fl a
-is a non-standard extension.
-It is intended to be compatible with the same option which
+and
+.Fl l
+flags are non-standard extensions.
+They are intended to be compatible with the same options which
other implementations, namely GNU coreutils and
.Fx ,
of this utility have.