diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 17:24:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 17:24:03 +0000 |
commit | a00c04c650edfc9b3dc90895893feac6c3f75d46 (patch) | |
tree | 52198cf18452b5358449fddd391aabd111503827 /lib/libc/sys/socketpair.2 | |
parent | c811cec121f681d77c2f5f37aef4fc7474c7c5fd (diff) |
clean; kleink
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 e199eaf488b..e4d00a90739 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socketpair.2,v 1.3 1998/04/27 16:11:58 millert Exp $ +.\" $OpenBSD: socketpair.2,v 1.4 1998/06/08 17:24:01 deraadt Exp $ .\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -61,7 +61,7 @@ are returned in and .Fa sv Ns [1] . The two sockets are indistinguishable. -.Sh DIAGNOSTICS +.Sh RETURN VALUES A 0 is returned if the call succeeds, -1 if it fails. .Sh ERRORS The call succeeds unless: |