Module Name: src
Committed By: uwe
Date: Tue Jun 6 23:29:16 UTC 2023
Modified Files:
src/lib/libc/sys: socket.2
Log Message:
socket(2): use "provides" consistently in "type" descriptions
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 src/lib/libc/sys/socket.2:1.47
--- src/lib/libc/sys/socket.2:1.46 Tue Jun 6 23:27:15 2023
+++ src/lib/libc/sys/socket.2 Tue Jun 6 23:29:16 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: socket.2,v 1.46 2023/06/06 23:27:15 uwe Exp $
+.\" $NetBSD: socket.2,v 1.47 2023/06/06 23:29:16 uwe Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -81,7 +81,7 @@ Provides access to internal network prot
Available only to the super-user.
Not described here.
.It Dv SOCK_SEQPACKET
-Provide a sequenced, reliable, two-way connection-based data
+Provides a sequenced, reliable, two-way connection-based data
transmission path for datagrams of fixed maximum length.
A consumer may be required to read an entire packet with each read
system call.