summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2010-03-22 19:30:53 +0000
committerjoerg <joerg@NetBSD.org>2010-03-22 19:30:53 +0000
commit1c3412fa2f483d6d1bdb0ec5bc16bad62be01b95 (patch)
tree54ac878506e6af0199d070f3f959ce6df276bbd0 /lib/libc/stdlib
parent5e015e5e29314963f594bd9787e9b818f2f2c494 (diff)
Use .In for header files instead of .Ar Pa and variations.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getopt.34
-rw-r--r--lib/libc/stdlib/rand.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index b16248c1579..1e51d038152 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: getopt.3,v 1.31 2003/09/23 10:26:54 wiz Exp $
+.\" $NetBSD: getopt.3,v 1.32 2010/03/22 19:30:54 joerg Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -237,7 +237,7 @@ This was changed by
to decouple
.Fn getopt
from
-.Aq Pa stdio.h .
+.In stdio.h .
.Pp
A single dash
.Pq Sq -
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3
index 462e651dcc0..85f042360b6 100644
--- a/lib/libc/stdlib/rand.3
+++ b/lib/libc/stdlib/rand.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: rand.3,v 1.11 2006/03/24 16:14:42 kleink Exp $
+.\" $NetBSD: rand.3,v 1.12 2010/03/22 19:30:54 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,7 +63,7 @@ function computes a sequence of pseudo-random integers in the range
of 0 to
.Dv RAND_MAX
(as defined by the header file
-.Aq Pa stdlib.h ) .
+.In stdlib.h ) .
.Pp
The
.Fn srand