diff options
Diffstat (limited to 'usr/src/uts/common/io/ptem.c')
| -rw-r--r-- | usr/src/uts/common/io/ptem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/ptem.c b/usr/src/uts/common/io/ptem.c index 3be1f9d777..137f2916b5 100644 --- a/usr/src/uts/common/io/ptem.c +++ b/usr/src/uts/common/io/ptem.c @@ -756,7 +756,7 @@ out: /* * TCSBRK meaningful if data part of message is 0 - * cf. termio(7). + * cf. termio(4I). */ if (!(*(int *)mp->b_cont->b_rptr)) (void) putnextctl(q, M_BREAK); |
