diff options
| author | uwe <uwe@NetBSD.org> | 2023-06-06 23:29:16 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2023-06-06 23:29:16 +0000 |
| commit | 14ddb93dfe735a0ea5e3f52bfa35b10e3ef26a33 (patch) | |
| tree | 4e91cae7b727ccb3b927af2877de635cbee56067 /lib | |
| parent | 29be51a9f0089a4d6552aea756bf44b2ffa3910e (diff) | |
socket(2): use "provides" consistently in "type" descriptions
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/socket.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 4ebf15b53bb..23701664f69 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -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 protocols and interfaces. 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. |
