27 lines
527 B
Groff
27 lines
527 B
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH echo 1 "echo 0.1.0"
|
||
|
.SH NAME
|
||
|
echo \- Display a line of text
|
||
|
.SH SYNOPSIS
|
||
|
\fBecho\fR [\fB\-n \fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fISTRING\fR]
|
||
|
.SH DESCRIPTION
|
||
|
Echo the STRING(s) to standard output
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-n\fR
|
||
|
Do not output a trailing newline
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help information (use `\-h` for a summary)
|
||
|
.TP
|
||
|
\fB\-V\fR, \fB\-\-version\fR
|
||
|
Print version information
|
||
|
.TP
|
||
|
[\fISTRING\fR]
|
||
|
|
||
|
.SH VERSION
|
||
|
v0.1.0
|
||
|
.SH AUTHORS
|
||
|
Nathan Fisher
|