true.1 (f247324df75b7f55b48b92acb3b42a5ae2deac8a) true.1 (a1bd63b9e1c741e0ed55565bd689e62c7c0ac570)
1.\" Copyright (c) 1983, 1985, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 32 unchanged lines hidden (view full) ---

41.Sh NAME
42.Nm true
43.Nd return true value
44.Sh SYNOPSIS
45.Nm
46.Sh DESCRIPTION
47The
48.Nm
1.\" Copyright (c) 1983, 1985, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 32 unchanged lines hidden (view full) ---

41.Sh NAME
42.Nm true
43.Nd return true value
44.Sh SYNOPSIS
45.Nm
46.Sh DESCRIPTION
47The
48.Nm
49command is normally used in a Bourne shell script.
50It tests for the appropriate status "false" before running
51(or failing to run) a list of commands.
49utility always returns with an exit code of zero.
52.Sh SEE ALSO
53.Xr csh 1 ,
54.Xr false 1 ,
55.Xr sh 1
50.Sh SEE ALSO
51.Xr csh 1 ,
52.Xr false 1 ,
53.Xr sh 1
56.Sh DIAGNOSTICS
57The
58.Nm
59utility always returns with exit code zero.
60.Sh STANDARDS
61The
62.Nm
63function is expected to be
64.St -p1003.2
65compatible.
54.Sh STANDARDS
55The
56.Nm
57function is expected to be
58.St -p1003.2
59compatible.