summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2015-10-16 22:09:45 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2015-10-16 22:09:45 +0000
commitb4d8dd4b9ac79af95f22493adbab627f84c0b11c (patch)
treec1de467ef75682d18a9422d5dd828f99fce73d65 /usr/src
parentd8d4bf007c8fc280cbfa19695fdd13bb513a9840 (diff)
downloadillumos-joyent-b4d8dd4b9ac79af95f22493adbab627f84c0b11c.tar.gz
OS-4854 would like option to disable gz logging via zfd [fix mancheck issues]
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/man/man7d/zfd.7d22
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 ,