diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-22 22:05:59 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-22 22:05:59 +0000 |
commit | bf5a138ec42c842d9402e45de366f7b71e267e42 (patch) | |
tree | 6d567531aa723650fda7eb154a0b70535bb19e38 /lib/libc/gen/sysconf.3 | |
parent | 0982f4916f9e0def1dbeb907dcd4482ecb545586 (diff) |
Notes
Diffstat (limited to 'lib/libc/gen/sysconf.3')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index ef065f190363c..99034b90bfa2c 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -145,7 +145,7 @@ otherwise \-1. .El .Sh RETURN VALUES If the call to -.Nm sysconf +.Fn sysconf is not successful, \-1 is returned and .Va errno is set appropriately. @@ -180,5 +180,5 @@ function conforms to .St -p1003.1-88 . .Sh HISTORY The -.Nm sysconf +.Fn sysconf function first appeared in 4.4BSD. |