Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Fix some xrefs.



details:   https://anonhg.NetBSD.org/src/rev/f4fcbc0aa37f
branches:  trunk
changeset: 764003:f4fcbc0aa37f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Apr 10 10:01:06 2011 +0000

description:
Fix some xrefs.

diffstat:

 share/man/man3/unistd.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 35cea224e01d -r f4fcbc0aa37f share/man/man3/unistd.3
--- a/share/man/man3/unistd.3   Sun Apr 10 09:58:00 2011 +0000
+++ b/share/man/man3/unistd.3   Sun Apr 10 10:01:06 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: unistd.3,v 1.1 2011/04/10 09:58:01 jruoho Exp $
+.\" $NetBSD: unistd.3,v 1.2 2011/04/10 10:01:06 wiz Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -56,11 +56,11 @@
 Various limits and other symbolic constants described in
 .Xr pathconf 2
 and
-.Xr sysconf 2 .
+.Xr sysconf 3 .
 .It
 Prototypes for several important system calls such as
-.Xr alarm 2 ,
-.Xr execl 2 ,
+.Xr alarm 3 ,
+.Xr execl 3 ,
 .Xr fork 2 ,
 .Xr link 2 ,
 .Xr pipe 2 ,



Home | Main Index | Thread Index | Old Index