Source-Changes-HG archive

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

[src/trunk]: src/share/man Xref param(3).



details:   https://anonhg.NetBSD.org/src/rev/5a6129252557
branches:  trunk
changeset: 763939:5a6129252557
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Apr 08 07:55:04 2011 +0000

description:
Xref param(3).

diffstat:

 share/man/man3/cdefs.3   |   7 ++++---
 share/man/man3/types.3   |  10 ++++++----
 share/man/man9/STACK.9   |   5 +++--
 share/man/man9/ctod.9    |   6 ++++--
 share/man/man9/mstohz.9  |   5 +++--
 share/man/man9/roundup.9 |   3 ++-
 6 files changed, 22 insertions(+), 14 deletions(-)

diffs (171 lines):

diff -r 28e8078bd783 -r 5a6129252557 share/man/man3/cdefs.3
--- a/share/man/man3/cdefs.3    Fri Apr 08 07:47:42 2011 +0000
+++ b/share/man/man3/cdefs.3    Fri Apr 08 07:55:04 2011 +0000
@@ -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
diff -r 28e8078bd783 -r 5a6129252557 share/man/man3/types.3
--- a/share/man/man3/types.3    Fri Apr 08 07:47:42 2011 +0000
+++ b/share/man/man3/types.3    Fri Apr 08 07:55:04 2011 +0000
@@ -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 ,
diff -r 28e8078bd783 -r 5a6129252557 share/man/man9/STACK.9
--- a/share/man/man9/STACK.9    Fri Apr 08 07:47:42 2011 +0000
+++ b/share/man/man9/STACK.9    Fri Apr 08 07:55:04 2011 +0000
@@ -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
diff -r 28e8078bd783 -r 5a6129252557 share/man/man9/ctod.9
--- a/share/man/man9/ctod.9     Fri Apr 08 07:47:42 2011 +0000
+++ b/share/man/man9/ctod.9     Fri Apr 08 07:55:04 2011 +0000
@@ -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 .
diff -r 28e8078bd783 -r 5a6129252557 share/man/man9/mstohz.9
--- a/share/man/man9/mstohz.9   Fri Apr 08 07:47:42 2011 +0000
+++ b/share/man/man9/mstohz.9   Fri Apr 08 07:55:04 2011 +0000
@@ -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
diff -r 28e8078bd783 -r 5a6129252557 share/man/man9/roundup.9
--- a/share/man/man9/roundup.9  Fri Apr 08 07:47:42 2011 +0000
+++ b/share/man/man9/roundup.9  Fri Apr 08 07:55:04 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index