Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/cp Add serial comma, use upper case for abbreviation, an...



details:   https://anonhg.NetBSD.org/src/rev/5b40bb2eac03
branches:  trunk
changeset: 809278:5b40bb2eac03
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jun 28 16:22:54 2015 +0000

description:
Add serial comma, use upper case for abbreviation, and remove apostrophe for plural.

diffstat:

 bin/cp/cp.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3bb6f7ce5ed5 -r 5b40bb2eac03 bin/cp/cp.1
--- a/bin/cp/cp.1       Sun Jun 28 15:37:37 2015 +0000
+++ b/bin/cp/cp.1       Sun Jun 28 16:22:54 2015 +0000
@@ -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 @@
 .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 ,



Home | Main Index | Thread Index | Old Index