Module Name: src
Committed By: wiz
Date: Fri Jul 28 23:41:02 UTC 2023
Modified Files:
src/lib/libc/sys: socket.2
Log Message:
Remove Pp that have no effect.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 src/lib/libc/sys/socket.2:1.51
--- src/lib/libc/sys/socket.2:1.50 Thu Jul 20 23:28:44 2023
+++ src/lib/libc/sys/socket.2 Fri Jul 28 23:41:02 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: socket.2,v 1.50 2023/07/20 23:28:44 gutteridge Exp $
+.\" $NetBSD: socket.2,v 1.51 2023/07/28 23:41:02 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -53,7 +53,6 @@ which should be used.
These families are defined in the include file
.Ao Pa sys/socket.h Ac .
The currently understood formats are:
-.Pp
.Bl -column -offset indent ".Dv PF_APPLETALK"
.It Dv PF_LOCAL Ta local domain Po previously Tn UNIX domain Pc protocols
.It Dv PF_INET Ta Tn ARPA Internet protocols
@@ -68,7 +67,6 @@ The socket has the indicated
.Fa type ,
which specifies the semantics of communication.
Currently defined types are:
-.Pp
.Bl -tag -offset indent -width Dv
.It Dv SOCK_STREAM
Provides sequenced, reliable, two-way connection based byte streams.
@@ -91,7 +89,6 @@ Not implemented.
.Pp
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
Set the close on exec property.