summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-12-28 23:47:37 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-12-28 23:47:37 +0000
commit719eb902bd9c6dc50709ca029122159b84717ed1 (patch)
tree3b710bbb817c0e1b2294a8e1c4ba060673d5e2c4 /lib/libc/gen
parent06979aa7b791120213f622c71f21cd872837e886 (diff)
Notes
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sysconf.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index 0d528ca18d2a..aca1a4326e23 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -174,9 +174,10 @@ 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.
.Sh STANDARDS
-The
+Except for the fact that values returned by
.Fn sysconf
-function conforms to
+may change over the lifetime of the calling process,
+this function conforms to
.St -p1003.1-88 .
.Sh HISTORY
The