diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 18:45:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 18:45:09 +0000 |
| commit | 14c0cc3d51d304bbc2e60b1fcb2dfeda3c8cbceb (patch) | |
| tree | eaa315376e2e733bb37465e3576fbbbdadac9e57 /sys/kern/tty.c | |
| parent | 89e01b4e033f946fe17cadb4e7bbecf158dd052a (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty.c')
| -rw-r--r-- | sys/kern/tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 3f5f8940ab79..4d3c9839df4e 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.81 1996/05/02 14:20:27 phk Exp $ + * $Id: tty.c,v 1.82 1996/06/12 05:07:33 gpalmer Exp $ */ /*- @@ -2314,7 +2314,7 @@ tputchar(c, tp) /* * Sleep on chan, returning ERESTART if tty changed while we napped and - * returning any errors (e.g. EINTR/ETIMEDOUT) reported by tsleep. If + * returning any errors (e.g. EINTR/EWOULDBLOCK) reported by tsleep. If * the tty is revoked, restarting a pending call will redo validation done * at the start of the call. */ |
