27 lines
752 B
Groff
27 lines
752 B
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH hostname 1 "hostname 0.1.0"
|
||
|
.SH NAME
|
||
|
hostname \- Prints the name of the current host. The super\-user can set the host name by supplying an argument.
|
||
|
.SH SYNOPSIS
|
||
|
\fBhostname\fR [\fB\-s\fR|\fB\-\-strip\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fINAME\fR]
|
||
|
.SH DESCRIPTION
|
||
|
Prints the name of the current host. The super\-user can set the host name by supplying an argument.
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-s\fR, \fB\-\-strip\fR
|
||
|
Removes any domain information from the printed name.
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help information
|
||
|
.TP
|
||
|
\fB\-V\fR, \fB\-\-version\fR
|
||
|
Print version information
|
||
|
.TP
|
||
|
[\fINAME\fR]
|
||
|
name to set
|
||
|
.SH VERSION
|
||
|
v0.1.0
|
||
|
.SH AUTHORS
|
||
|
The JeanG3nie <jeang3nie@hitchhiker\-linux.org>
|