Module Name: src Committed By: wiz Date: Sun Apr 10 10:01:07 UTC 2011
Modified Files: src/share/man/man3: unistd.3 Log Message: Fix some xrefs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man3/unistd.3:1.2 --- src/share/man/man3/unistd.3:1.1 Sun Apr 10 09:58:01 2011 +++ src/share/man/man3/unistd.3 Sun Apr 10 10:01:06 2011 @@ -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 <jruoho...@iki.fi> .\" 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 ,