Move the description of CHANGER variable to ENVIRONMENT section

Bump date.
From OpenBSD src/bin/chio/chio.1 r1.23
This commit is contained in:
sevan 2016-08-25 18:16:10 +00:00
parent 7929952b1a
commit 50517541f0

View File

@ -1,4 +1,4 @@
.\" $NetBSD: chio.1,v 1.18 2016/08/10 23:58:16 sevan Exp $
.\" $NetBSD: chio.1,v 1.19 2016/08/25 18:16:10 sevan Exp $
.\"
.\" Copyright (c) 1996, 1998, 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd August 11, 2016
.Dd August 25, 2016
.Dt CHIO 1
.Os
.Sh NAME
@ -58,10 +58,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
.Pa elements .
There are four element types:
@ -225,6 +221,12 @@ Unloads the media from the CD-ROM drive and returns it to the specified slot.
.It Nm abort
Aborts any pending load or unload operation.
.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
/dev/ch0 - default changer device
.Sh EXAMPLES