conman.html 622 B

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>conman</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>conman</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. conman - echo typed characters
  9. <h3>Synopsis</h3>
  10. /testbin/conman [-options] [args]
  11. <h3>Description</h3>
  12. conman echos characters typed on standard input until `q' is pressed.
  13. <h3>Requirements</h3>
  14. conman uses the following system calls:
  15. <ul>
  16. <li> <A HREF=../syscall/read.html>read</A>
  17. <li> <A HREF=../syscall/write.html>write</A>
  18. <li> <A HREF=../syscall/_exit.html>_exit</A>
  19. </ul>
  20. conman should work once the basic system call assignment is complete.
  21. </body>
  22. </html>