diff options
Diffstat (limited to 'lib/libc/gen/getdomainname.3')
-rw-r--r-- | lib/libc/gen/getdomainname.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index c7ab59f72fa..5ad434ea506 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.11 1999/05/29 19:11:11 aaron Exp $ +.\" $OpenBSD: getdomainname.3,v 1.12 1999/05/29 22:38:34 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -56,8 +56,7 @@ The parameter specifies the size of the .Fa name array. If insufficient space is provided, the returned name is truncated. -The returned name is always -.Dv NULL Ns -terminated. +The returned name is always NUL-terminated. .Pp .Fn setdomainname sets the domain name of the host machine to be |