Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Use more markup and improve table formatting.
details: https://anonhg.NetBSD.org/src/rev/5a7d73c98e87
branches: trunk
changeset: 788994:5a7d73c98e87
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Aug 02 20:13:09 2013 +0000
description:
Use more markup and improve table formatting.
diffstat:
lib/libc/sys/accept.2 | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 30d2d7df6f5c -r 5a7d73c98e87 lib/libc/sys/accept.2
--- a/lib/libc/sys/accept.2 Fri Aug 02 20:00:33 2013 +0000
+++ b/lib/libc/sys/accept.2 Fri Aug 02 20:13:09 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: accept.2,v 1.30 2013/08/02 14:10:46 elric Exp $
+.\" $NetBSD: accept.2,v 1.31 2013/08/02 20:13:09 wiz Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -142,13 +142,16 @@
but it also allows to set the following
.Fa flags
on the returned file descriptor:
-.Bl -column SOCK_NONBLOCK -offset indent
+.Bl -tag -width SOCK_NOSIGPIPEXX -offset indent
.It Dv SOCK_CLOEXEC
Set the close on exec property.
.It Dv SOCK_NONBLOCK
Sets non-blocking I/O.
.It Dv SOCK_NOSIGPIPE
-Return EPIPE instead of raising SIGPIPE.
+Return
+.Er EPIPE
+instead of raising
+.Dv SIGPIPE .
.El
.Pp
It can also temporarily replace the signal mask of the calling thread if
Home |
Main Index |
Thread Index |
Old Index