diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-16 20:08:06 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-16 20:08:06 +0000 |
commit | 79b89ed36309bfefd290138143d80f541557f7e7 (patch) | |
tree | d1bccfd76292f1434988049adc87e30a58f37a1f /bin/hostname | |
parent | d2197900774c92e02f2540ead98d0462bf9f8a65 (diff) | |
download | FreeBSD-src-79b89ed36309bfefd290138143d80f541557f7e7.zip FreeBSD-src-79b89ed36309bfefd290138143d80f541557f7e7.tar.gz |
Use `The .Nm utility'
Diffstat (limited to 'bin/hostname')
-rw-r--r-- | bin/hostname/hostname.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index b83d534..cb45cbe 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -43,8 +43,9 @@ .Op Fl s .Op Ar name-of-host .Sh DESCRIPTION -.Nm Hostname -prints the name of the current host. The super-user can +The +.Nm +utility prints the name of the current host. The super-user can set the hostname by supplying an argument; this is usually done in the network initialization script .Pa /etc/rc.network , |