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): use "provides" consistently in "type...
details: https://anonhg.NetBSD.org/src/rev/301cb081fde0
branches: trunk
changeset: 376259:301cb081fde0
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Jun 06 23:29:16 2023 +0000
description:
socket(2): use "provides" consistently in "type" descriptions
diffstat:
lib/libc/sys/socket.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 40f9be72dd0b -r 301cb081fde0 lib/libc/sys/socket.2
--- a/lib/libc/sys/socket.2 Tue Jun 06 23:27:15 2023 +0000
+++ b/lib/libc/sys/socket.2 Tue Jun 06 23:29:16 2023 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index