diff options
Diffstat (limited to 'usr/src/uts/common/io/zcons.c')
-rw-r--r-- | usr/src/uts/common/io/zcons.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/io/zcons.c b/usr/src/uts/common/io/zcons.c index eb74c3a039..ad64099f2d 100644 --- a/usr/src/uts/common/io/zcons.c +++ b/usr/src/uts/common/io/zcons.c @@ -71,7 +71,7 @@ * ensuring that the subsidiary's STREAMS anchor would never be popped from * within the non-global zone (because zoneadmd runs in the global zone). * However, this file descriptor was removed to make zone console management - * more robust. sad(7D) is now used to automatically set up the subsidiary's + * more robust. sad(4D) is now used to automatically set up the subsidiary's * STREAMS modules when the zone console is freshly opened within the * associated non-global zone. However, when a process within the non-global * zone freshly opens the zone console, the anchor is pushed from within the @@ -538,9 +538,9 @@ zc_subsidiary_open(zc_state_t *zcs, } /* - * Set up sad(7D) so that the necessary STREAMS modules will be in + * Set up sad(4D) so that the necessary STREAMS modules will be in * place. A wrinkle is that 'ptem' must be anchored - * in place (see streamio(7i)) because we always want the console to + * in place (see streamio(4I)) because we always want the console to * have terminal semantics. */ minor = ddi_get_instance(zcs->zc_devinfo) << 1 | ZC_SUBSID_MINOR; |