Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys socket(2): fix macro invocation in a column



details:   https://anonhg.NetBSD.org/src/rev/386e93c3e211
branches:  trunk
changeset: 376260:386e93c3e211
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jun 06 23:31:01 2023 +0000

description:
socket(2): fix macro invocation in a column

diffstat:

 lib/libc/sys/socket.2 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 301cb081fde0 -r 386e93c3e211 lib/libc/sys/socket.2
--- a/lib/libc/sys/socket.2     Tue Jun 06 23:29:16 2023 +0000
+++ b/lib/libc/sys/socket.2     Tue Jun 06 23:31:01 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: socket.2,v 1.47 2023/06/06 23:29:16 uwe Exp $
+.\"    $NetBSD: socket.2,v 1.48 2023/06/06 23:31:01 uwe Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -96,7 +96,11 @@ The following flags are valid:
 .Bl -column -offset indent ".Dv SOCK_NOSIGPIPE"
 .It Dv SOCK_CLOEXEC Ta Set the close on exec property.
 .It Dv SOCK_NONBLOCK Ta Set non-blocking I/O.
-.It Dv SOCK_NOSIGPIPE Ta Return Er EPIPE instead of raising Dv SIGPIPE .
+.It Dv SOCK_NOSIGPIPE Ta Return Xo
+.Er EPIPE
+instead of raising
+.Dv SIGPIPE .
+.Xc
 .El
 .Pp
 The



Home | Main Index | Thread Index | Old Index