comparison docs/nitros9guide/xmode.refentry @ 1053:b5ff125a1d60

Since this book was only typeset in fixed width, single-font, they used capitalization and quotes (") to show what was commands, files and just text. With today's formatting, this is not necessary, so everywhere capitalization was used to show a command the <command> element is now used instead, and everywhere a file is mentioned the <filename> element is used.
author roug
date Thu, 20 Mar 2003 20:19:53 +0000
parents c565a4700689
children f5d45fbe3a76
comparison
equal deleted inserted replaced
1052:6404be5d6368 1053:b5ff125a1d60
18 parameters of any SCF-type device such as the video display, 18 parameters of any SCF-type device such as the video display,
19 printer, RS232 port, etc. A common use is to change baud rates, 19 printer, RS232 port, etc. A common use is to change baud rates,
20 control key definitions, etc. 20 control key definitions, etc.
21 </para> 21 </para>
22 <para> 22 <para>
23 XMODE is very similar to the TMODE command. TMODE only operates on 23 <command>Xmode</command> is very similar to the <command>tmode</command> command.
24 open paths so its effect is temporary. XMODE actually updates the 24 <command>Tmode</command> only operates on
25 open paths so its effect is temporary. <command>Xmode</command> actually updates the
25 device descriptor so the change persists as long as the computer is 26 device descriptor so the change persists as long as the computer is
26 running, even if paths to the device are repetitively opened and 27 running, even if paths to the device are repetitively opened and
27 closed. If XMODE is used to change parameter(s) and the COBBLER 28 closed. If <command>xmode</command> is used to change parameter(s) and the COBBLER
28 program is used to make a new system disk, the changed parameter 29 program is used to make a new system disk, the changed parameter
29 will be permanently reflected on the new system disk. 30 will be permanently reflected on the new system disk.
30 </para> 31 </para>
31 <para> 32 <para>
32 XMODE requires a device name to be given. If no arguments are 33 <command>Xmode</command> requires a device name to be given. If no arguments are
33 given, the present values for each parameter are displayed, 34 given, the present values for each parameter are displayed,
34 otherwise, the parameter(s) given in the argument list are 35 otherwise, the parameter(s) given in the argument list are
35 processed. Any number of parameters can be given, and are separated 36 processed. Any number of parameters can be given, and are separated
36 by spaces or commas. 37 by spaces or commas.
37 </para> 38 </para>