sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 01195fa7e509c84a69652761ce7b58776eb3deff
parent bcf264f9cd4a07948f91349154505f6c18e620b9
Author: FRIGN <dev@frign.de>
Date:   Sun,  1 Feb 2015 00:03:03 +0100

Finish up hostname(1)

Diffstat:
MREADME | 2+-
Mhostname.1 | 9++++++---
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -34,7 +34,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support, #* fold yes none =* grep yes none =* head yes none -= hostname non-posix none +=* hostname non-posix none =* kill yes none =* link yes none =* ln yes none diff --git a/hostname.1 b/hostname.1 @@ -3,13 +3,16 @@ .Os sbase .Sh NAME .Nm hostname -.Nd set or print name of current host system +.Nd set or print host name .Sh SYNOPSIS .Nm .Op Ar name .Sh DESCRIPTION .Nm -sets or prints the name of the current host. If no argument is given, -the name of the current host is printed. +sets the current host name to +.Ar name . +If no +.Ar name +is given, the current host name is written to stdout. .Sh SEE ALSO .Xr hostname 7