Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 1998 15:37:00 +0200
From:      axl@iafrica.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/8229: [PATCH] src/bin/cp/cp.1 nits
Message-ID:  <E0zRcj6-0006D3-00@axl.training.iafrica.com>

next in thread | raw e-mail | index | archive | help

>Number:         8229
>Category:       docs
>Synopsis:       [PATCH] src/bin/cp/cp.1 nits
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct  9 06:40:01 PDT 1998
>Last-Modified:
>Originator:     Sheldon Hearn
>Organization:
UUNET Internet Africa
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

	Current and stable.

>Description:

	Correct two small nits in cp(1) manpage; one is grammatical,
	the other a potential ambiguity.

>How-To-Repeat:

	N/A

>Fix:
	
	Apply the following patch (applies to head and -stable):

Index: cp.1
===================================================================
RCS file: /home/ncvs/src/bin/cp/cp.1,v
retrieving revision 1.6.2.2
diff -u -d -2 -r1.6.2.2 cp.1
--- cp.1	1998/07/15 02:01:05	1.6.2.2
+++ cp.1	1998/10/07 20:03:25
@@ -144,5 +144,5 @@
 If the source file has both its set user ID and set group ID bits on,
 and either the user ID or group ID cannot be preserved, neither
-the set user ID or set group ID bits are preserved in the copy's
+the set user ID nor set group ID bits are preserved in the copy's
 permissions.
 .El
@@ -150,5 +150,7 @@
 For each destination file that already exists, its contents are
 overwritten if permissions allow, but its mode, user ID, and group
-ID are unchanged.
+ID are unchanged (unless the
+.Fl p
+option is specified).
 .Pp
 In the second synopsis form, 
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0zRcj6-0006D3-00>