diff options
| author | wiz <wiz@NetBSD.org> | 2004-05-13 10:20:57 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2004-05-13 10:20:57 +0000 |
| commit | 64ebeb5cbc1f84c8d9474e44f49358cf42294057 (patch) | |
| tree | 2da00131cfb1988afb5dc35d5fa87c2a841a8469 /lib/libc/sys/socketpair.2 | |
| parent | 339084de19c02320a139a13058526e148e4174a6 (diff) | |
\- is a minus, not -.
Diffstat (limited to 'lib/libc/sys/socketpair.2')
| -rw-r--r-- | lib/libc/sys/socketpair.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index 9d949137011..810bbfdc4e8 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: socketpair.2,v 1.18 2003/08/07 16:44:09 agc Exp $ +.\" $NetBSD: socketpair.2,v 1.19 2004/05/13 10:20:58 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,7 @@ and .Fa sv Ns [1] . The two sockets are indistinguishable. .Sh RETURN VALUES -A 0 is returned if the call succeeds, -1 if it fails. +A 0 is returned if the call succeeds, \-1 if it fails. .Sh ERRORS The call succeeds unless: .Bl -tag -width Er |
