summaryrefslogtreecommitdiff
path: root/lib/libc/sys/socketpair.2
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-10 19:19:01 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-10 19:19:01 +0000
commit00660ad830552d25753270635ab41438d3c91b77 (patch)
tree2bfa73a771d345aa2f1d673dda3d4ec91aaa4419 /lib/libc/sys/socketpair.2
parent42e3650df64814ae9dfa98658778fdc787408f85 (diff)
use .Rv; no change of meaning; from Kaspars at Bankovskis dot net
Diffstat (limited to 'lib/libc/sys/socketpair.2')
-rw-r--r--lib/libc/sys/socketpair.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2
index bd02dfe4c91..8f15cba4f90 100644
--- a/lib/libc/sys/socketpair.2
+++ b/lib/libc/sys/socketpair.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socketpair.2,v 1.16 2014/08/31 01:42:36 guenther Exp $
+.\" $OpenBSD: socketpair.2,v 1.17 2014/12/10 19:19:00 schwarze Exp $
.\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)socketpair.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: August 31 2014 $
+.Dd $Mdocdate: December 10 2014 $
.Dt SOCKETPAIR 2
.Os
.Sh NAME
@@ -68,7 +68,7 @@ Set close-on-exec flag on both the new descriptors.
Set non-blocking I/O mode on both the new sockets.
.El
.Sh RETURN VALUES
-A 0 is returned if the call succeeds, \-1 if it fails.
+.Rv -std
.Sh ERRORS
The call succeeds unless:
.Bl -tag -width Er