Module Name:    src
Committed By:   wiz
Date:           Wed Dec 22 09:02:32 UTC 2010

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

Log Message:
Sort option descriptions, bump date for -a.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/bin/cp/cp.1:1.33
--- src/bin/cp/cp.1:1.32	Wed Dec 22 05:46:25 2010
+++ src/bin/cp/cp.1	Wed Dec 22 09:02:32 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cp.1,v 1.32 2010/12/22 05:46:25 christos Exp $
+.\"	$NetBSD: cp.1,v 1.33 2010/12/22 09:02:32 wiz 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 August 15, 2005
+.Dd December 21, 2010
 .Dt CP 1
 .Os
 .Sh NAME
@@ -74,6 +74,10 @@
 .Pp
 The following options are available:
 .Bl -tag -width flag
+.It Fl a
+Archive mode.
+Same as
+.Fl RpP .
 .It Fl f
 For each existing destination pathname, attempt to overwrite it.
 If permissions do not allow copy to succeed, remove it and create a new
@@ -100,10 +104,6 @@
 If the
 .Fl R
 option is specified, all symbolic links are followed.
-.It Fl a
-Archive mode.
-Same as
-.Fl RpP .
 .It Fl N
 When used with
 .Fl p ,

Reply via email to