home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1625 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  1007 b   |  30 lines

  1.          saywha - front-end for write(1) that records messages
  2.                         Version 1.0 of 26jul90
  3.  
  4. You use say(1) just like you would use write(1).  To the recipient,
  5. it looks just like you used write(1).  The two differences are that
  6. your message gets sent all at once when you are done entering it,
  7. instead of a line at a time; and the recipient can use wha(1) to
  8. re-display the message you just sent, in case it got messed up the
  9. first time by a screen-editor redraw or something.
  10.  
  11. See the manual entries for more details.
  12.  
  13. Files in this distribution:
  14.     README        this
  15.     Makefile        guess
  16.     say.c        front-end for write(1) that records messages
  17.     wha.c        re-displays messages
  18.     libsaywha.c        common routines
  19.     libsaywha.h        header file for libsaywha.c
  20.     *.1            manual entries
  21.  
  22. To install:
  23.     Unpack the files.
  24.     Edit the Makefile to change the configuration options if necessary.
  25.     Make.
  26.  
  27. Comments to:
  28.     jef@well.sf.ca.us
  29.     {ucbvax, lll-crg, sun!pacbell, apple, hplabs}!well!jef
  30.