/* [<][>][^][v][top][bottom][index][help] */
<html>
<head>
<title>false</title>
<body bgcolor=#ffffff>
<h2 align=center>false</h2>
<h4 align=center>OS/161 Reference Manual</h4>
<h3>Name</h3>
false - return false value
<h3>Synopsis</h3>
/bin/false
<h3>Description</h3>
false exits with exit code 1, signifying failure.
<h3>Requirements</h3>
false uses the <A HREF=../syscall/_exit.html>_exit</A> system call.
<p>
false should function properly once the basic system calls assignment
is completed.
<h3>See Also</h3>
<A HREF=true.html>true</A>
</body>
</html>