diff options
author | ru <ru@FreeBSD.org> | 2000-09-19 16:15:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-09-19 16:15:54 +0000 |
commit | f531c87f438dc2bf3603ac45e9989d9a6ebb53a7 (patch) | |
tree | c280c8efd463a60820ef85ef44bc6d11211ea92f /bin/chio | |
parent | 904fab058e8eaedef5cb9022fa984a81ed6cafa0 (diff) | |
download | FreeBSD-src-f531c87f438dc2bf3603ac45e9989d9a6ebb53a7.zip FreeBSD-src-f531c87f438dc2bf3603ac45e9989d9a6ebb53a7.tar.gz |
Use .Cm macro where appropriate.
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/chio.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 8be3e08..2e32b96 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -102,20 +102,20 @@ would be .Bl -tag -width indent .It Ic move Xo .Ar <from ET> <from EU> <to ET> <to EU> -.Op inv +.Op Cm inv .Xc Move the media unit from .Ar <from ET/EU> to .Ar <to ET/EU> . If the optional modifier -.Dq inv +.Cm inv is specified, the media unit will be inverted before insertion. .It Ic exchange Xo .Ar <src ET> <src EU> <dst1 ET> <dst1 EU> .Op Ar <dst2 ET> <dst2 ET> -.Op inv1 -.Op inv2 +.Op Cm inv1 +.Op Cm inv2 .Xc Perform a media unit exchange operation. The media unit in .Ar <src ET/EU> @@ -131,9 +131,9 @@ is omitted and the values .Ar <src ET/EU> are used in their place. The optional modifiers -.Dq inv1 +.Cm inv1 and -.Dq inv2 +.Cm inv2 specify whether the media units are to be inverted before insertion into .Ar <dst1 ET/EU> and @@ -155,12 +155,12 @@ to its previous element in the changer. .Pp .It Ic position Xo .Ar <to ET> <to EU> -.Op inv +.Op Cm inv .Xc Position the picker in front of the element described by .Ar <to ET/EU> . If the optional modifier -.Dq inv +.Cm inv is specified, the media unit will be inverted before insertion. .Pp Note that not all changers behave as expected when issued this command. |