source:
trunk/minix/man/man1/true.1@
15
Last change on this file since 15 was 9, checked in by , 14 years ago | |
---|---|
File size: 355 bytes |
Line | |
---|---|
1 | .TH TRUE 1 |
2 | .SH NAME |
3 | true, 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 |
12 | while true \fR# List the directory until DEL is hit\fP |
13 | do ls \-l |
14 | done |
15 | .fi |
16 | .ft P |
17 | .SH DESCRIPTION |
18 | These commands return the value |
19 | .I true |
20 | or |
21 | .I false . |
22 | They are used for shell programming. |
23 | .SH "SEE ALSO" |
24 | .BR sh (1). |
Note:
See TracBrowser
for help on using the repository browser.