summaryrefslogtreecommitdiff
path: root/lib/libc/sys/bind.2
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-05-13 10:20:57 +0000
committerwiz <wiz@NetBSD.org>2004-05-13 10:20:57 +0000
commit64ebeb5cbc1f84c8d9474e44f49358cf42294057 (patch)
tree2da00131cfb1988afb5dc35d5fa87c2a841a8469 /lib/libc/sys/bind.2
parent339084de19c02320a139a13058526e148e4174a6 (diff)
\- is a minus, not -.
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r--lib/libc/sys/bind.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2
index 74bc9a87816..685e15fe257 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: bind.2,v 1.23 2003/08/07 16:43:55 agc Exp $
+.\" $NetBSD: bind.2,v 1.24 2004/05/13 10:20:57 wiz Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -69,7 +69,7 @@ The rules used in name binding vary between communication domains.
Consult the manual entries in section 4 for detailed information.
.Sh RETURN VALUES
If the bind is successful, a 0 value is returned.
-A return value of -1 indicates an error, which is
+A return value of \-1 indicates an error, which is
further specified in the global
.Va errno .
.Sh ERRORS