Module Name:    src
Committed By:   jruoho
Date:           Tue Apr 12 04:27:02 UTC 2011

Modified Files:
        src/share/man/man3: unistd.3

Log Message:
Small rewording.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/unistd.3

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

Modified files:

Index: src/share/man/man3/unistd.3
diff -u src/share/man/man3/unistd.3:1.2 src/share/man/man3/unistd.3:1.3
--- src/share/man/man3/unistd.3:1.2	Sun Apr 10 10:01:06 2011
+++ src/share/man/man3/unistd.3	Tue Apr 12 04:27:02 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: unistd.3,v 1.2 2011/04/10 10:01:06 wiz Exp $
+.\" $NetBSD: unistd.3,v 1.3 2011/04/12 04:27:02 jruoho Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 10, 2011
+.Dd April 12, 2011
 .Dt UNISTD 3
 .Os
 .Sh NAME
@@ -58,12 +58,13 @@
 and
 .Xr sysconf 3 .
 .It
-Prototypes for several important system calls such as
-.Xr alarm 3 ,
+Prototypes for several important system calls and library routines such as
+.Xr chown 2 ,
+.Xr dup 2 ,
 .Xr execl 3 ,
 .Xr fork 2 ,
-.Xr link 2 ,
 .Xr pipe 2 ,
+.Xr rmdir 2 ,
 .Xr setuid 2 ,
 and
 .Xr write 2 .

Reply via email to