Module Name:    src
Committed By:   gutteridge
Date:           Thu Jul 20 23:28:44 UTC 2023

Modified Files:
        src/lib/libc/sys: socket.2

Log Message:
socket.2: simplify and improve some phrasing


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/socket.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/socket.2
diff -u src/lib/libc/sys/socket.2:1.49 src/lib/libc/sys/socket.2:1.50
--- src/lib/libc/sys/socket.2:1.49	Thu Jun  8 00:27:34 2023
+++ src/lib/libc/sys/socket.2	Thu Jul 20 23:28:44 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: socket.2,v 1.49 2023/06/08 00:27:34 uwe Exp $
+.\"	$NetBSD: socket.2,v 1.50 2023/07/20 23:28:44 gutteridge Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -89,9 +89,8 @@ system call.
 Not implemented.
 .El
 .Pp
-The following flags can be or'ed to the type to condition the returned
-file descriptor:
-The following flags are valid:
+The following flags can be or'ed to the socket type to add conditions to
+the returned file descriptor:
 .Pp
 .Bl -tag -offset indent -width Dv
 .It Dv SOCK_CLOEXEC

Reply via email to