diff options
author | 2000-04-15 11:45:51 +0000 | |
---|---|---|
committer | 2000-04-15 11:45:51 +0000 | |
commit | a3542fadceea0b2934914fdb31f44bdc344ef18e (patch) | |
tree | affef4e28b9bbc4beda06f911f301b0843b29273 /lib/libc/sys/socket.2 | |
parent | OpenSSL 0.9.5a merge - fixes DSA cert generation problem (diff) | |
download | wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.tar.xz wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.zip |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/socket.2')
-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 c849948e835..b771ac9a6fa 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.15 2000/04/12 21:48:02 aaron Exp $ +.\" $OpenBSD: socket.2,v 1.16 2000/04/15 11:46:04 aaron Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -103,7 +103,7 @@ only for sockets provide access to internal network protocols and interfaces. The types .Dv SOCK_RAW , -which is available only to the super-user, and +which is available only to the superuser, and .Dv SOCK_RDM , which is planned, but not yet implemented, are not described here. |