diff options
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/chio.1 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 50a1dea3002..1fc0a5a6c91 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chio.1,v 1.21 2003/04/28 06:27:36 jmc Exp $ +.\" $OpenBSD: chio.1,v 1.22 2003/05/29 09:31:11 jmc Exp $ .\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> @@ -196,6 +196,11 @@ Element supports passing media (exporting) to an outside human operator. .It Dv INENAB Element supports receiving media (importing) from an outside human operator. .El +.Sh FILES +.Bl -tag -width /dev/ch0 -compact +.It Pa /dev/ch0 +default changer device +.El .Sh EXAMPLES .Li # chio move slot 3 drive 0 .Pp @@ -204,11 +209,6 @@ Moves the media in slot 3 (fourth slot) to drive 0 (first drive). .Li # chio setpicker 2 .Pp Configures the changer to use picker 2 (third picker) for operations. -.Sh FILES -.Bl -tag -width /dev/ch0 -compact -.It Pa /dev/ch0 -default changer device -.El .Sh SEE ALSO .Xr mt 1 , .Xr ch 4 @@ -217,5 +217,6 @@ The .Nm program and .Tn SCSI -changer driver were written by Jason R. Thorpe -<thorpej@and.com> for And Communications (http://www.and.com/). +changer driver were written by +.An Jason R. Thorpe Aq thorpej@and.com +for And Communications (http://www.and.com/). |