summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1996-12-27 03:39:03 +0000
committerAlexander Langer <alex@FreeBSD.org>1996-12-27 03:39:03 +0000
commit205390f373172df4237083fbd5b4a46f1ddf5abe (patch)
tree80d856bc374799742145f3a2ab88d9f085e61831 /lib/libc
parentd7b025c3aebbd2b058e5a03babca539246ccb39b (diff)
Notes
Diffstat (limited to 'lib/libc')
-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