true.html 516 B

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