diff options
Diffstat (limited to 'lib/libc/gen/uname.3')
-rw-r--r-- | lib/libc/gen/uname.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/gen/uname.3 b/lib/libc/gen/uname.3 index a72e21f..8155289 100644 --- a/lib/libc/gen/uname.3 +++ b/lib/libc/gen/uname.3 @@ -31,7 +31,7 @@ .\" .\" @(#)uname.3 8.1 (Berkeley) 1/4/94 .\" -.Dd "January 4, 1994" +.Dd January 4, 1994 .Dt UNAME 3 .Os .Sh NAME @@ -67,7 +67,7 @@ Machine hardware platform. .El .Sh RETURN VALUES If -.Nm uname +.Fn uname is successful, 0 is returned, otherwise, -1 is returned and .Va errno is set appropriately. @@ -88,5 +88,6 @@ function conforms to .St -p1003.1-88 . .Sh HISTORY The -.Nm uname -function first appeared in 4.4BSD. +.Fn uname +function first appeared in +.Bx 4.4 . |