Module Name: src
Committed By: uwe
Date: Thu Mar 21 22:27:55 UTC 2024
Modified Files:
src/lib/libc/gen: sysconf.3
Log Message:
sysconf(3): a few more markup fixes
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/lib/libc/gen/sysconf.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/sysconf.3
diff -u src/lib/libc/gen/sysconf.3:1.56 src/lib/libc/gen/sysconf.3:1.57
--- src/lib/libc/gen/sysconf.3:1.56 Thu Mar 21 22:21:40 2024
+++ src/lib/libc/gen/sysconf.3 Thu Mar 21 22:27:55 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysconf.3,v 1.56 2024/03/21 22:21:40 uwe Exp $
+.\" $NetBSD: sysconf.3,v 1.57 2024/03/21 22:27:55 uwe Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -90,7 +90,7 @@ The maximum size of a hostname, includin
.Tn NUL .
.It Dv _SC_IOV_MAX
The maximum number of
-.Va iovec
+.Vt iovec
structures that a process has available for use with
.Xr preadv 2 ,
.Xr pwritev 2 ,
@@ -189,11 +189,13 @@ Timers
option to which the system attempts to conform,
otherwise \-1.
.It Dv _SC_CPUTIME
-The clockID CLOCK_PROCESS_CPUTIME_ID is supported,
-otherwise \-1.
+The clockID
+.Dv CLOCK_PROCESS_CPUTIME_ID
+is supported, otherwise \-1.
.It Dv _SC_THREAD_CPUTIME
-The clockID CLOCK_THREAD_CPUTIME_ID is supported,
-otherwise \-1.
+The clockID
+.Dv CLOCK_THREAD_CPUTIME_ID
+is supported, otherwise \-1.
.It Dv _SC_DELAYTIMER_MAX
The maximum number of overrun for a specific timer,
otherwise \-1.
@@ -352,6 +354,9 @@ The
function first appeared in
.Bx 4.4 .
.Sh BUGS
-The value for _SC_STREAM_MAX is a minimum maximum, and required to be
-the same as ANSI C's FOPEN_MAX, so the returned value is a ridiculously
-small and misleading number.
+The value for
+.Dv _SC_STREAM_MAX
+is a minimum maximum, and required to be the same as
+.Tn ANSI C Ap s
+.Dv FOPEN_MAX ,
+so the returned value is a ridiculously small and misleading number.