summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
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