libutil: add O_NOCTTY back to old pty open code
[minix.git] / man / man1 / true.1
blobab4b835af708cbaa6135a3eba0b8d3ab8835b82d
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
21 .I false .
22 They are used for shell programming.
23 .SH "SEE ALSO"
24 .BR sh (1).