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): change type flags list back to -tag



details:   https://anonhg.NetBSD.org/src/rev/ecacea3e9c08
branches:  trunk
changeset: 376266:ecacea3e9c08
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Jun 08 00:27:34 2023 +0000

description:
socket(2): change type flags list back to -tag

On second thought, convert the list of type flags back to -tag, but
don't make it -compact.  This way it's easier to see that it's related
to the list above.

diffstat:

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

diffs (31 lines):

diff -r d8aa8445c621 -r ecacea3e9c08 lib/libc/sys/socket.2
--- a/lib/libc/sys/socket.2     Wed Jun 07 20:22:22 2023 +0000
+++ b/lib/libc/sys/socket.2     Thu Jun 08 00:27:34 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: socket.2,v 1.48 2023/06/06 23:31:01 uwe Exp $
+.\"    $NetBSD: socket.2,v 1.49 2023/06/08 00:27:34 uwe Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -93,14 +93,16 @@ The following flags can be or'ed to the 
 file descriptor:
 The following flags are valid:
 .Pp
-.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 Xo
+.Bl -tag -offset indent -width Dv
+.It Dv SOCK_CLOEXEC
+Set the close on exec property.
+.It Dv SOCK_NONBLOCK
+Set non-blocking I/O.
+.It Dv SOCK_NOSIGPIPE
+Return
 .Er EPIPE
 instead of raising
 .Dv SIGPIPE .
-.Xc
 .El
 .Pp
 The



Home | Main Index | Thread Index | Old Index