diff options
author | sevan <sevan@FreeBSD.org> | 2016-10-10 15:42:50 +0000 |
---|---|---|
committer | sevan <sevan@FreeBSD.org> | 2016-10-10 15:42:50 +0000 |
commit | 6974202577243541aff089a5aa503ca9e9b7f483 (patch) | |
tree | 0e913bcc87bf064028413d97cf42f3db23a2f938 | |
parent | c872addcd9c9b91575b91d8bf80dcd5ccdce4d0e (diff) | |
download | FreeBSD-src-6974202577243541aff089a5aa503ca9e9b7f483.zip FreeBSD-src-6974202577243541aff089a5aa503ca9e9b7f483.tar.gz |
MFC r306584:
Move the description of CHANGER variable to ENVIRONMENT section rather than
in the DESCRIPTION section.
From OpenBSD src/bin/chio/chio.1 r1.23
PR: 212158
Approved by: bjk
Obtained from: OpenBSD
Differential Revision: https://reviews.freebsd.org/D8117
-rw-r--r-- | bin/chio/chio.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index a61242b..b31a85c 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -32,7 +32,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 14, 1998 +.Dd October 2, 2016 .Dt CHIO 1 .Os .Sh NAME @@ -61,10 +61,6 @@ rather than the default device .Pa /dev/ch0 . .El .Pp -The default changer may be overridden by setting the environment variable -.Ev CHANGER -to the desired changer device. -.Pp A medium changer apparatus is made up of .Em elements . There are five element types: @@ -265,6 +261,12 @@ Element supports passing media (exporting) to an outside human operator. .It INENAB Element supports receiving media (importing) from an outside human operator. .El +.Sh ENVIRONMENT +.Bl -tag -width CHANGER +.It Ev CHANGER +The default changer may be overridden by setting this environmental +variable to the desired changer device. +.El .Sh FILES .Bl -tag -width /dev/ch0 -compact .It Pa /dev/ch0 |