Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/tmode.refentry @ 975:c565a4700689
The entitity replstart was replaced with <replaceable>
author | roug |
---|---|
date | Sat, 01 Feb 2003 20:25:53 +0000 |
parents | f9c66ad345d1 |
children | b5ff125a1d60 |
comparison
equal
deleted
inserted
replaced
974:febcdde1466a | 975:c565a4700689 |
---|---|
6 | 6 |
7 <refsynopsisdiv> | 7 <refsynopsisdiv> |
8 <cmdsynopsis> | 8 <cmdsynopsis> |
9 <command>TMODE</command> | 9 <command>TMODE</command> |
10 <arg choice="opt"> | 10 <arg choice="opt"> |
11 .&replstart;pathnum&replend; | 11 .<replaceable>pathnum</replaceable> |
12 </arg> | 12 </arg> |
13 <arg choice="opt"> | 13 <arg choice="opt"> |
14 &replstart;arglist&replend; | 14 <replaceable>arglist</replaceable> |
15 </arg> | 15 </arg> |
16 </cmdsynopsis> | 16 </cmdsynopsis> |
17 </refsynopsisdiv> | 17 </refsynopsisdiv> |
18 | 18 |
19 <refsect1><title>Description</title> | 19 <refsect1><title>Description</title> |
29 optionally specify the path number to be affected. If none is given, | 29 optionally specify the path number to be affected. If none is given, |
30 the standard input path is affected. | 30 the standard input path is affected. |
31 </para> | 31 </para> |
32 <para> | 32 <para> |
33 NOTE: If this command is used in a shell procedure file, the | 33 NOTE: If this command is used in a shell procedure file, the |
34 option ".&replstart;path num&replend;" must be used to specify one of the standard | 34 option ".<replaceable>path num</replaceable>" must be used to specify one of the standard |
35 output paths (0, 1 or 2) to change the terminal's operating | 35 output paths (0, 1 or 2) to change the terminal's operating |
36 characteristics. The change will remain in effect until the path is | 36 characteristics. The change will remain in effect until the path is |
37 closed. To effect a permanent change to a device characteristic, | 37 closed. To effect a permanent change to a device characteristic, |
38 the device descriptor must be changed. | 38 the device descriptor must be changed. |
39 </para> | 39 </para> |