summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-03-03 18:15:24 +0000
committerschwarze <schwarze@openbsd.org>2019-03-03 18:15:24 +0000
commitc0f68843602f1c2b3ac22df12b6d057fa9661597 (patch)
tree45cd74512fc333012e0e9775e3f352e2b8341bfe /lib/libc
parentJust called the Internet now (diff)
downloadwireguard-openbsd-c0f68843602f1c2b3ac22df12b6d057fa9661597.tar.xz
wireguard-openbsd-c0f68843602f1c2b3ac22df12b6d057fa9661597.zip
tweak the previous two commits:
a Internet address -> an Internet address and sort SEE ALSO
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/compat-43/gethostid.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3
index 256d28cbd74..5eb0b6b0966 100644
--- a/lib/libc/compat-43/gethostid.3
+++ b/lib/libc/compat-43/gethostid.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: gethostid.3,v 1.15 2019/03/03 17:05:26 deraadt Exp $
+.\" $OpenBSD: gethostid.3,v 1.16 2019/03/03 18:15:24 schwarze Exp $
.\"
.Dd $Mdocdate: March 3 2019 $
.Dt GETHOSTID 3
@@ -46,7 +46,7 @@ The
function establishes a 32-bit identifier for the
current processor that is intended to be unique among all
UNIX systems in existence.
-This is normally a Internet address for the local machine.
+This is normally an Internet address for the local machine.
This call is allowed only to the
superuser and is normally performed at boot-time.
.Pp
@@ -57,8 +57,8 @@ This function has been deprecated.
The hostid should be set or retrieved by use of
.Xr sysctl 2 .
.Sh SEE ALSO
-.Xr gethostname 3 ,
.Xr sysctl 2 ,
+.Xr gethostname 3 ,
.Xr sysctl 8
.Sh HISTORY
The