Module Name:    src
Committed By:   jruoho
Date:           Fri Apr  8 07:55:05 UTC 2011

Modified Files:
        src/share/man/man3: cdefs.3 types.3
        src/share/man/man9: STACK.9 ctod.9 mstohz.9 roundup.9

Log Message:
Xref param(3).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/cdefs.3
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/types.3
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/STACK.9
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/ctod.9
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/mstohz.9
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/roundup.9

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/cdefs.3
diff -u src/share/man/man3/cdefs.3:1.2 src/share/man/man3/cdefs.3:1.3
--- src/share/man/man3/cdefs.3:1.2	Fri Dec 17 07:10:38 2010
+++ src/share/man/man3/cdefs.3	Fri Apr  8 07:55:04 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: cdefs.3,v 1.2 2010/12/17 07:10:38 jruoho Exp $
+.\" $NetBSD: cdefs.3,v 1.3 2011/04/08 07:55:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 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 December 17, 2010
+.Dd April 8, 2011
 .Dt CDEFS 3
 .Os
 .Sh NAME
@@ -88,7 +88,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: cdefs.3,v 1.2 2010/12/17 07:10:38 jruoho Exp $");
+__RCSID("$NetBSD: cdefs.3,v 1.3 2011/04/08 07:55:04 jruoho Exp $");
 .Ed
 .Pp
 It is possible to identify the
@@ -97,6 +97,7 @@
 .Xr ident 1 .
 .Sh SEE ALSO
 .Xr ident 1 ,
+.Xr param 3 ,
 .Xr stddef 3 ,
 .Xr types 3 ,
 .Xr c 7

Index: src/share/man/man3/types.3
diff -u src/share/man/man3/types.3:1.4 src/share/man/man3/types.3:1.5
--- src/share/man/man3/types.3:1.4	Thu Apr 22 08:42:34 2010
+++ src/share/man/man3/types.3	Fri Apr  8 07:55:04 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: types.3,v 1.4 2010/04/22 08:42:34 jruoho Exp $
+.\"	$NetBSD: types.3,v 1.5 2011/04/08 07:55:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\"
 .\"     @(#)types.5	8.1 (Berkeley) 6/5/93
 .\"
-.Dd March 22, 2010
+.Dd April 8, 2011
 .Dt TYPES 3
 .Os
 .Sh NAME
@@ -75,7 +75,8 @@
 typically used in the kernel,
 includes
 .In sys/types.h
-and provides additional types as well as other facilities.
+and provides additional types as well as other facilities (see
+.Xr param 3 ) .
 .Ss Standard Types
 The following standards-compliant system data types are defined:
 .Pp
@@ -197,11 +198,12 @@
 .Xr stdint 3
 are preferred to the older fixed size integer types prefixed with an
 .Dq u_
-(in another words,
+(in other words,
 .Va uint32_t
 should be used instead of
 .Va u_int32_t ) .
 .Sh SEE ALSO
+.Xr param 3 ,
 .Xr stdbool 3 ,
 .Xr stddef 3 ,
 .Xr stdint 3 ,

Index: src/share/man/man9/STACK.9
diff -u src/share/man/man9/STACK.9:1.1 src/share/man/man9/STACK.9:1.2
--- src/share/man/man9/STACK.9:1.1	Fri Jul 30 09:13:00 2010
+++ src/share/man/man9/STACK.9	Fri Apr  8 07:55:04 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: STACK.9,v 1.1 2010/07/30 09:13:00 jruoho Exp $
+.\" $NetBSD: STACK.9,v 1.2 2011/04/08 07:55:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 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 July 30, 2010
+.Dd April 8, 2011
 .Dt STACK 9
 .Os
 .Sh NAME
@@ -93,4 +93,5 @@
 .Dv __MACHINE_STACK_GROWS_UP
 preprocessor define.
 .Sh SEE ALSO
+.Xr param 3 ,
 .Xr queue 3

Index: src/share/man/man9/ctod.9
diff -u src/share/man/man9/ctod.9:1.3 src/share/man/man9/ctod.9:1.4
--- src/share/man/man9/ctod.9:1.3	Tue Apr 13 11:01:22 2010
+++ src/share/man/man9/ctod.9	Fri Apr  8 07:55:04 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctod.9,v 1.3 2010/04/13 11:01:22 jruoho Exp $
+.\" $NetBSD: ctod.9,v 1.4 2011/04/08 07:55:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 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 April 13, 2010
+.Dd April 8, 2011
 .Dt CTOD 9
 .Os
 .Sh NAME
@@ -72,6 +72,8 @@
 and
 .Fn btopr
 in Solaris.
+.Sh SEE ALSO
+.Xr param 3
 .Sh HISTORY
 Some of these macros appeared in
 .At v7 .

Index: src/share/man/man9/mstohz.9
diff -u src/share/man/man9/mstohz.9:1.8 src/share/man/man9/mstohz.9:1.9
--- src/share/man/man9/mstohz.9:1.8	Thu Jul  1 15:06:55 2010
+++ src/share/man/man9/mstohz.9	Fri Apr  8 07:55:04 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mstohz.9,v 1.8 2010/07/01 15:06:55 jruoho Exp $
+.\"	$NetBSD: mstohz.9,v 1.9 2011/04/08 07:55:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2002 Manuel Bouyer.
 .\"
@@ -24,7 +24,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"
-.Dd July 1, 2010
+.Dd April 8, 2011
 .Dt MSTOHZ 9
 .Os
 .Sh NAME
@@ -60,6 +60,7 @@
 The return value is either the number of clock ticks or milliseconds
 for the specified value.
 .Sh SEE ALSO
+.Xr param 3 ,
 .Xr callout 9
 .Sh BUGS
 Neither

Index: src/share/man/man9/roundup.9
diff -u src/share/man/man9/roundup.9:1.5 src/share/man/man9/roundup.9:1.6
--- src/share/man/man9/roundup.9:1.5	Fri Apr  8 06:55:14 2011
+++ src/share/man/man9/roundup.9	Fri Apr  8 07:55:04 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: roundup.9,v 1.5 2011/04/08 06:55:14 jruoho Exp $
+.\" $NetBSD: roundup.9,v 1.6 2011/04/08 07:55:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -94,6 +94,7 @@
 rx = roundup2(rx, sizeof(uint32_t));
 .Ed
 .Sh SEE ALSO
+.Xr param 3 ,
 .Xr ilog2 3 ,
 .Xr imax 9
 .Sh CAVEATS

Reply via email to