summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-15 11:45:51 +0000
committeraaron <aaron@openbsd.org>2000-04-15 11:45:51 +0000
commita3542fadceea0b2934914fdb31f44bdc344ef18e (patch)
treeaffef4e28b9bbc4beda06f911f301b0843b29273 /lib/libc/sys/socket.2
parentOpenSSL 0.9.5a merge - fixes DSA cert generation problem (diff)
downloadwireguard-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.24
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.