Module Name: src
Committed By: sevan
Date: Thu Aug 25 18:16:10 UTC 2016
Modified Files:
src/bin/chio: chio.1
Log Message:
Move the description of CHANGER variable to ENVIRONMENT section
Bump date.
>From OpenBSD src/bin/chio/chio.1 r1.23
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/bin/chio/chio.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/chio/chio.1
diff -u src/bin/chio/chio.1:1.18 src/bin/chio/chio.1:1.19
--- src/bin/chio/chio.1:1.18 Wed Aug 10 23:58:16 2016
+++ src/bin/chio/chio.1 Thu Aug 25 18:16:10 2016
@@ -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
.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