false.html 522 B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <title>false</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>false</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. false - return false value
  9. <h3>Synopsis</h3>
  10. /bin/false
  11. <h3>Description</h3>
  12. false exits with exit code 1, signifying failure.
  13. <h3>Requirements</h3>
  14. false uses the <A HREF=../syscall/_exit.html>_exit</A> system call.
  15. <p>
  16. false should function properly once the basic system calls assignment
  17. is completed.
  18. <h3>See Also</h3>
  19. <A HREF=true.html>true</A>
  20. </body>
  21. </html>