summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-03-03 17:05:26 +0000
committerderaadt <deraadt@openbsd.org>2019-03-03 17:05:26 +0000
commit3d816d95be9ad6b10c9a350a2f0fd2d463d5d775 (patch)
tree08c10ec4cdf02a5050394e074992d209f6e58a86 /lib/libc
parentWe call it just Internet now (diff)
downloadwireguard-openbsd-3d816d95be9ad6b10c9a350a2f0fd2d463d5d775.tar.xz
wireguard-openbsd-3d816d95be9ad6b10c9a350a2f0fd2d463d5d775.zip
Just called the Internet now
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 edd4a9e8b44..256d28cbd74 100644
--- a/lib/libc/compat-43/gethostid.3
+++ b/lib/libc/compat-43/gethostid.3
@@ -25,9 +25,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: gethostid.3,v 1.14 2018/01/12 04:36:44 deraadt Exp $
+.\" $OpenBSD: gethostid.3,v 1.15 2019/03/03 17:05:26 deraadt Exp $
.\"
-.Dd $Mdocdate: January 12 2018 $
+.Dd $Mdocdate: March 3 2019 $
.Dt GETHOSTID 3
.Os
.Sh NAME
@@ -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 DARPA Internet address for the local machine.
+This is normally a Internet address for the local machine.
This call is allowed only to the
superuser and is normally performed at boot-time.
.Pp