add .Vx so tmac.andoc will call tmac.mdoc-old
[unix-history] / usr / src / usr.bin / false / false.1
CommitLineData
d9d7a9f0
CL
1.\" Copyright (c) 1983, 1990 The Regents of the University of California.
2.\" All rights reserved.
ed68ddb1 3.\"
d9d7a9f0 4.\" %sccs.include.redist.man%
ed68ddb1 5.\"
d0719240 6.\" @(#)false.1 6.4 (Berkeley) %G%
d9d7a9f0
CL
7.\"
8.Dd
9.Dt FALSE 1
10.Os BSD 4.2
11.Sh NAME
12.Nm false
13.Nd return false value
14.Sh SYNOPSIS
15.Nm false
16.Sh DESCRIPTION
17.Nm false
18is usually used in a Bourne shell script.
19It tests for the appropriate status "false" before running
ed68ddb1 20(or failing to run) a list of commands.
d9d7a9f0
CL
21.Pp
22The
23.Nm false
24utility always exits with a value other than zero.
25.Sh SEE ALSO
26.Xr csh 1 ,
27.Xr sh 1 ,
28.Xr true 1
29.Sh STANDARDS
30The
31.Nm false
32function is expected to be POSIX 1003.2 compatible.