add POSIX/IEEE contribution notice
[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.\"
cf136d2c
KB
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
ed68ddb1 6.\"
cf136d2c 7.\" %sccs.include.redist.man%
d9d7a9f0 8.\"
cf136d2c 9.\" @(#)false.1 6.5 (Berkeley) %G%
ee9b0a0a 10.Vx
d9d7a9f0
CL
11.Dd
12.Dt FALSE 1
13.Os BSD 4.2
14.Sh NAME
15.Nm false
16.Nd return false value
17.Sh SYNOPSIS
18.Nm false
19.Sh DESCRIPTION
20.Nm false
21is usually used in a Bourne shell script.
22It tests for the appropriate status "false" before running
ed68ddb1 23(or failing to run) a list of commands.
d9d7a9f0
CL
24.Pp
25The
26.Nm false
27utility always exits with a value other than zero.
28.Sh SEE ALSO
29.Xr csh 1 ,
30.Xr sh 1 ,
31.Xr true 1
32.Sh STANDARDS
33The
34.Nm false
35function is expected to be POSIX 1003.2 compatible.