[BACK]Return to ttymsg.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / wall

Diff for /src/usr.bin/wall/ttymsg.c between version 1.13 and 1.14

version 1.13, 2003/06/26 21:59:10 version 1.14, 2003/07/31 18:21:42
Line 53 
Line 53 
 char *ttymsg(struct iovec *, int, char *, int);  char *ttymsg(struct iovec *, int, char *, int);
   
 /*  /*
  * Display the contents of a uio structure on a terminal.  Used by wall(1),   * Display the contents of a uio structure on a terminal.  Used by wall(1)
  * syslogd(8), and talkd(8).  Forks and finishes in child if write would block,   * and talkd(8).  Forks and finishes in child if write would block,
  * waiting up to tmout seconds.  Returns pointer to error string on unexpected   * waiting up to tmout seconds.  Returns pointer to error string on unexpected
  * error; string is not newline-terminated.  Various "normal" errors are   * error; string is not newline-terminated.  Various "normal" errors are
  * ignored (exclusive-use, lack of permission, etc.).   * ignored (exclusive-use, lack of permission, etc.).

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14