summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /share/man/man3
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/pthread_once.32
-rw-r--r--share/man/man3/stdarg.34
-rw-r--r--share/man/man3/timeradd.32
3 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3
index aed9698..902f497 100644
--- a/share/man/man3/pthread_once.3
+++ b/share/man/man3/pthread_once.3
@@ -83,7 +83,7 @@ was never called.
The constant
.Fa PTHREAD_ONCE_INIT
is defined by header
-.Aq Pa pthread.h .
+.In pthread.h .
.Pp
The behavior of
.Fn pthread_once
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3
index a91566a..8dcd180 100644
--- a/share/man/man3/stdarg.3
+++ b/share/man/man3/stdarg.3
@@ -56,7 +56,7 @@
A function may be called with a varying number of arguments of varying
types.
The include file
-.Aq Pa stdarg.h
+.In stdarg.h
declares a type
.Pq Em va_list
and defines three macros for stepping
@@ -211,7 +211,7 @@ These macros are
compatible with the historic macros they replace.
A backward compatible version can be found in the include
file
-.Aq Pa varargs.h .
+.In varargs.h .
.Sh BUGS
Unlike the
.Em varargs
diff --git a/share/man/man3/timeradd.3 b/share/man/man3/timeradd.3
index 6d5de8b..7b6293f 100644
--- a/share/man/man3/timeradd.3
+++ b/share/man/man3/timeradd.3
@@ -58,7 +58,7 @@ and
.Xr settimeofday 2
calls.
The structure is defined in
-.Aq Pa sys/time.h
+.In sys/time.h
as:
.Bd -literal
struct timeval {
OpenPOWER on IntegriCloud