diff options
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/pthread_once.3 | 2 | ||||
-rw-r--r-- | share/man/man3/stdarg.3 | 4 | ||||
-rw-r--r-- | share/man/man3/timeradd.3 | 2 |
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 { |