source: trunk/minix/man/man1/true.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 355 bytes
Line 
1.TH TRUE 1
2.SH NAME
3true, false \- exit with the value true or false
4.SH SYNOPSIS
5\fBtrue\fR
6.br
7\fBfalse\fR
8.SH EXAMPLES
9.ta +20n
10.ft B
11.nf
12while true \fR# List the directory until DEL is hit\fP
13do ls \-l
14done
15.fi
16.ft P
17.SH DESCRIPTION
18These commands return the value
19.I true
20or
21.I false .
22They are used for shell programming.
23.SH "SEE ALSO"
24.BR sh (1).
Note: See TracBrowser for help on using the repository browser.