diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-03 10:03:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-03 10:03:25 +0000 |
commit | af27d41ab042a6273f113a599a5c1176312e21a6 (patch) | |
tree | e14f13f7b2587d101b08774e29c36cda27105e96 /lib/libc/gen/getdomainname.3 | |
parent | 5e280e469d2559240b2673ce0a01e6c929064c0b (diff) |
use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@
Diffstat (limited to 'lib/libc/gen/getdomainname.3')
-rw-r--r-- | lib/libc/gen/getdomainname.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 5ad434ea506..3764633ac25 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.12 1999/05/29 22:38:34 aaron Exp $ +.\" $OpenBSD: getdomainname.3,v 1.13 1999/06/03 10:03:20 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -67,7 +67,7 @@ This call is restricted to the super-user and is normally used only when the system is bootstrapped. .Sh RETURN VALUES If the call succeeds a value of 0 is returned. If the call -fails, a value of -1 is returned and an error code is +fails, a value of \-1 is returned and an error code is placed in the global variable .Va errno . .Sh ERRORS |