diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1996-12-27 03:39:03 +0000 | 
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1996-12-27 03:39:03 +0000 | 
| commit | 205390f373172df4237083fbd5b4a46f1ddf5abe (patch) | |
| tree | 80d856bc374799742145f3a2ab88d9f085e61831 /lib/libc | |
| parent | d7b025c3aebbd2b058e5a03babca539246ccb39b (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/sysconf.3 | 5 | 
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  | 
