diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man7d/zfd.7d | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/usr/src/man/man7d/zfd.7d b/usr/src/man/man7d/zfd.7d index 0c41fb4c2b..71b3084fdc 100644 --- a/usr/src/man/man7d/zfd.7d +++ b/usr/src/man/man7d/zfd.7d @@ -33,7 +33,7 @@ driver behaves in a similar manner as the device. Inside a zone, the slave side devices appear as .Nm /dev/zfd/[0-4] . - +.sp The zone's zfd device configuration is driven by .Nm zoneadmd and a zone attribute @@ -43,15 +43,11 @@ can have a variety of values, but the lowest two positions in the value string are used to control how many zfd devices are created inside the zone and if the primary stream is a tty. .sp -.in +2 -.nf - -- - -n - t- - tn -.fi -.in -2 - +.Dl -- +.Dl -n +.Dl t- +.Dl tn +.sp With the .Nm t flag set, @@ -61,13 +57,13 @@ and .Vt stderr , are multiplexed onto a single full-duplex stream which is configured as a tty. That is, -.Nm ptem , +.Nm ptem , .Nm ldterm and .Nm ttycompat are autopushed onto the stream when the slave side is opened. There is only a single zfd device (0) needed for the primary stream. - +.sp When the .Nm n flag is set, it is assumed that output logging will be done within the zone @@ -77,7 +73,7 @@ mode flag), are created within the zone. An application can then configure the zfd streams driver into a multiplexer. Output from the stdout/stderr zfd(s) will be teed into the correspond logging zfd(s) within the zone. - +.sp .Sh SEE ALSO .Xr zlogin 1 , .Xr zoneadmd 1M , |