Module Name:    src
Committed By:   jruoho
Date:           Tue Aug  9 18:11:38 UTC 2011

Modified Files:
        src/lib/libc/gen: sysconf.3
        src/share/man/man3: stdint.3 unistd.3
        src/usr.bin/getconf: getconf.1

Log Message:
Xref limits(3).


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/gen/sysconf.3
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/stdint.3
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/unistd.3
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/getconf/getconf.1

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/gen/sysconf.3
diff -u src/lib/libc/gen/sysconf.3:1.38 src/lib/libc/gen/sysconf.3:1.39
--- src/lib/libc/gen/sysconf.3:1.38	Fri Apr 29 09:43:28 2011
+++ src/lib/libc/gen/sysconf.3	Tue Aug  9 18:11:38 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysconf.3,v 1.38 2011/04/29 09:43:28 wiz Exp $
+.\"	$NetBSD: sysconf.3,v 1.39 2011/08/09 18:11:38 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysconf.3	8.3 (Berkeley) 4/19/94
 .\"
-.Dd August 6, 2008
+.Dd August 9, 2011
 .Dt SYSCONF 3
 .Os
 .Sh NAME
@@ -309,6 +309,8 @@
 argument is invalid.
 .El
 .Sh SEE ALSO
+.Xr getconf 1 ,
+.Xr limits 3 ,
 .Xr sysctl 3
 .Sh STANDARDS
 The

Index: src/share/man/man3/stdint.3
diff -u src/share/man/man3/stdint.3:1.5 src/share/man/man3/stdint.3:1.6
--- src/share/man/man3/stdint.3:1.5	Sun Apr 10 10:02:34 2011
+++ src/share/man/man3/stdint.3	Tue Aug  9 18:11:37 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: stdint.3,v 1.5 2011/04/10 10:02:34 jruoho Exp $
+.\" $NetBSD: stdint.3,v 1.6 2011/08/09 18:11:37 jruoho Exp $
 .\"
 .\" Copyright (c) 2002 Mike Barcroft <[email protected]>
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: src/share/man/man7/stdint.7,v 1.5 2003/09/08 19:57:21 ru Exp $
 .\"
-.Dd April 10, 2011
+.Dd August 9, 2011
 .Dt STDINT 3
 .Os
 .Sh NAME
@@ -122,6 +122,7 @@
 .Vt void .
 .Sh SEE ALSO
 .Xr inttypes 3 ,
+.Xr limits 3 ,
 .Xr stdbool 3 ,
 .Xr unistd 3
 .Sh STANDARDS

Index: src/share/man/man3/unistd.3
diff -u src/share/man/man3/unistd.3:1.3 src/share/man/man3/unistd.3:1.4
--- src/share/man/man3/unistd.3:1.3	Tue Apr 12 04:27:02 2011
+++ src/share/man/man3/unistd.3	Tue Aug  9 18:11:38 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: unistd.3,v 1.3 2011/04/12 04:27:02 jruoho Exp $
+.\" $NetBSD: unistd.3,v 1.4 2011/08/09 18:11:38 jruoho Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <[email protected]>
 .\" 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 12, 2011
+.Dd August 9, 2011
 .Dt UNISTD 3
 .Os
 .Sh NAME
@@ -89,6 +89,7 @@
 .Xr aio 3 .
 .El
 .Sh SEE ALSO
+.Xr limits 3 ,
 .Xr stddef 3 ,
 .Xr stdint 3 ,
 .Xr stdlib 3 ,

Index: src/usr.bin/getconf/getconf.1
diff -u src/usr.bin/getconf/getconf.1:1.11 src/usr.bin/getconf/getconf.1:1.12
--- src/usr.bin/getconf/getconf.1:1.11	Wed Apr 30 13:11:01 2008
+++ src/usr.bin/getconf/getconf.1	Tue Aug  9 18:11:38 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getconf.1,v 1.11 2008/04/30 13:11:01 martin Exp $
+.\"	$NetBSD: getconf.1,v 1.12 2011/08/09 18:11:38 jruoho Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 7, 2006
+.Dd August 9, 2011
 .Dt GETCONF 1
 .Os
 .Sh NAME
@@ -87,6 +87,7 @@
 .Sh SEE ALSO
 .Xr pathconf 2 ,
 .Xr confstr 3 ,
+.Xr limits 3 ,
 .Xr sysconf 3
 .Sh STANDARDS
 The

Reply via email to