Added man pages.

This commit is contained in:
Ben Gras
2005-05-02 13:01:42 +00:00
parent 89ac678b9b
commit 141fe2c6e0
368 changed files with 50911 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
.TH TRUE 1
.SH NAME
true, false \- exit with the value true or false
.SH SYNOPSIS
\fBtrue\fR
.br
\fBfalse\fR
.SH EXAMPLES
.ta +20n
.ft B
.nf
while true \fR# List the directory until DEL is hit\fP
do ls \-l
done
.fi
.ft P
.SH DESCRIPTION
These commands return the value
.I true
or
.I false .
They are used for shell programming.
.SH "SEE ALSO"
.BR sh (1).