reboot.html 700 B

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <title>reboot</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>reboot</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. reboot - reboot system
  9. <h3>Synopsis</h3>
  10. /sbin/reboot
  11. <h3>Description</h3>
  12. reboot shuts the system down and then attempts to restart it. On
  13. platforms where reboot is not possible, it behaves the same way
  14. as <A HREF=halt.html>halt</A>.
  15. <h3>Requirements</h3>
  16. reboot uses the <A HREF=../syscall/reboot.html>reboot</A> system call.
  17. <p>
  18. reboot will function properly even before you do any work on OS/161.
  19. <h3>See Also</h3>
  20. <A HREF=../bin/sync.html>/bin/sync</A><br>
  21. <A HREF=halt.html>halt</A>, <A HREF=poweroff.html>poweroff</A>
  22. </body>
  23. </html>