Module Name:    src
Committed By:   wiz
Date:           Sat Dec  1 20:51:29 UTC 2012

Modified Files:
        src/lib/libc/sys: chmod.2

Log Message:
Bump date. New sentence, new line. Wording/articles.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/chmod.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/chmod.2
diff -u src/lib/libc/sys/chmod.2:1.42 src/lib/libc/sys/chmod.2:1.43
--- src/lib/libc/sys/chmod.2:1.42	Sat Dec  1 20:45:01 2012
+++ src/lib/libc/sys/chmod.2	Sat Dec  1 20:51:29 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chmod.2,v 1.42 2012/12/01 20:45:01 wiz Exp $
+.\"	$NetBSD: chmod.2,v 1.43 2012/12/01 20:51:29 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)chmod.2	8.1 (Berkeley) 6/4/93
 .\"
-.Dd March 3, 2012
+.Dd November 18, 2012
 .Dt CHMOD 2
 .Os
 .Sh NAME
@@ -86,14 +86,15 @@ is set in
 .Fa flag )
 except if
 .Fa path
-is relative. In that case, it is looked up from a directory whose file
+is relative.
+In that case, it is looked up from a directory whose file
 descriptor was passed as
 .Fa fd .
 Search permission is required on
 .Fa fd
-except if that file descriptor was open with
+except if that file descriptor was opened with the
 .Dv O_SEARCH
-option.
+flag.
 .Fa fd
 can be set to
 .Dv AT_FDCWD

Reply via email to