summaryrefslogtreecommitdiffstats
path: root/bin/hostname
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1998-11-28 03:20:31 +0000
committeraaron <aaron@openbsd.org>1998-11-28 03:20:31 +0000
commitf11c8a18455a64b88b2a7ae21d78acd45c4e46a0 (patch)
treefab7aa7052a3741d5a81040fee81b02e0122bb54 /bin/hostname
parentdo not count swap spaces that were not swapon(2)ed (diff)
downloadwireguard-openbsd-f11c8a18455a64b88b2a7ae21d78acd45c4e46a0.tar.xz
wireguard-openbsd-f11c8a18455a64b88b2a7ae21d78acd45c4e46a0.zip
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/hostname')
-rw-r--r--bin/hostname/hostname.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1
index 3c2229d2cd8..469515ab9f4 100644
--- a/bin/hostname/hostname.1
+++ b/bin/hostname/hostname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostname.1,v 1.4 1998/09/14 22:13:48 aaron Exp $
+.\" $OpenBSD: hostname.1,v 1.5 1998/11/28 03:20:33 aaron Exp $
.\" $NetBSD: hostname.1,v 1.11 1995/09/07 06:28:39 jtc Exp $
.\"
.\" Copyright (c) 1983, 1988, 1990, 1993
@@ -41,11 +41,11 @@
.Nm hostname
.Nd set or print name of current host system
.Sh SYNOPSIS
-.Nm hostname
+.Nm
.Op Fl s
.Op Ar name-of-host
.Sh DESCRIPTION
-.Nm hostname
+.Nm
prints the name of the current host. The super-user can
set the host name by supplying an argument; this is usually done in the
network initialization script
@@ -65,6 +65,6 @@ name.
.Xr sethostname 3
.Sh HISTORY
The
-.Nm hostname
+.Nm
utility appeared in
.Bx 4.2 .