Module Name: src
Committed By: wiz
Date: Sun Jun 28 16:22:54 UTC 2015
Modified Files:
src/bin/cp: cp.1
Log Message:
Add serial comma, use upper case for abbreviation, and remove apostrophe for
plural.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 src/bin/cp/cp.1:1.44
--- src/bin/cp/cp.1:1.43 Tue Dec 17 09:54:08 2013
+++ src/bin/cp/cp.1 Sun Jun 28 16:22:54 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: cp.1,v 1.43 2013/12/17 09:54:08 apb Exp $
+.\" $NetBSD: cp.1,v 1.44 2015/06/28 16:22:54 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -225,8 +225,8 @@ utility had a
.Fl r
option.
This implementation supports that option, however, its use is strongly
-discouraged, as it does not correctly copy special files, symbolic links
-or fifo's.
+discouraged, as it does not correctly copy special files, symbolic links,
+or FIFOs.
.Sh SEE ALSO
.Xr mv 1 ,
.Xr pax 1 ,