Recover lost <replaceable> tags.
This commit is contained in:
parent
da33711589
commit
cf15530221
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44390
1 changed files with 19 additions and 19 deletions
|
|
@ -463,7 +463,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Call-in ports are named
|
||||
<filename>/dev/ttyuN</filename>
|
||||
<filename>/dev/ttyu<replaceable>N</replaceable></filename>
|
||||
where <replaceable>N</replaceable> is the port number,
|
||||
starting from zero. Generally, the call-in port is
|
||||
used for terminals. Call-in ports require that the
|
||||
|
|
@ -474,7 +474,7 @@
|
|||
|
||||
<listitem>
|
||||
<para>Call-out ports are named
|
||||
<filename>/dev/cuauN</filename>.
|
||||
<filename>/dev/cuau<replaceable>N</replaceable></filename>.
|
||||
Call-out ports are usually not used for terminals, but
|
||||
are used for modems. The call-out port can be used if
|
||||
the serial cable or the terminal does not support the
|
||||
|
|
@ -540,20 +540,20 @@
|
|||
|
||||
<para>Most devices in the kernel are accessed through
|
||||
<quote>device special files</quote> which are located in
|
||||
<filename>/dev</filename>. The
|
||||
<filename class="directory">/dev</filename>. The
|
||||
<filename>sio</filename> devices are accessed through the
|
||||
<filename>/dev/ttyuN</filename>
|
||||
<filename>/dev/ttyu<replaceable>N</replaceable></filename>
|
||||
(dial-in) and
|
||||
<filename>/dev/cuauN</filename>
|
||||
<filename>/dev/cuau<replaceable>N</replaceable></filename>
|
||||
(call-out) devices. &os; also provides initialization
|
||||
devices
|
||||
(<filename>/dev/ttyuN.init</filename>
|
||||
(<filename>/dev/ttyu<replaceable>N</replaceable>.init</filename>
|
||||
and
|
||||
<filename>/dev/cuauN.init</filename>)
|
||||
<filename>/dev/cuau<replaceable>N</replaceable>.init</filename>)
|
||||
and locking devices
|
||||
(<filename>/dev/ttyuN.lock</filename>
|
||||
(<filename>/dev/ttyu<replaceable>N</replaceable>.lock</filename>
|
||||
and
|
||||
<filename>/dev/cuauN.lock</filename>).
|
||||
<filename>/dev/cuau<replaceable>N</replaceable>.lock</filename>).
|
||||
The initialization devices are used to initialize
|
||||
communications port parameters each time a port is opened,
|
||||
such as <literal>crtscts</literal> for modems which use
|
||||
|
|
@ -573,8 +573,8 @@
|
|||
<indexterm><primary><filename>cuau</filename></primary></indexterm>
|
||||
|
||||
<para>The
|
||||
<filename>ttyuN</filename> (or
|
||||
<filename>cuauN</filename>)
|
||||
<filename>ttyu<replaceable>N</replaceable></filename> (or
|
||||
<filename>cuau<replaceable>N</replaceable></filename>)
|
||||
is the regular device to open for applications. When a
|
||||
process opens the device, it will have a default set of
|
||||
terminal I/O settings. These settings can be viewed with the
|
||||
|
|
@ -705,12 +705,12 @@
|
|||
<para>To connect from a client system that runs &os; to the
|
||||
serial connection of another system, use:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cu -l serial-port-device</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cu -l <replaceable>serial-port-device</replaceable></userinput></screen>
|
||||
|
||||
<para>Where <quote>serial-port-device</quote> is the name of
|
||||
a special device file denoting a serial port on the
|
||||
system. These device files are called
|
||||
<filename>/dev/cuauN</filename>.</para>
|
||||
<filename>/dev/cuau<replaceable>N</replaceable></filename>.</para>
|
||||
|
||||
<para>The <quote>N</quote>-part of a device name is the
|
||||
serial port number.</para>
|
||||
|
|
@ -1409,7 +1409,7 @@ vq|VH57600|Very High Speed Modem at 57600,8-bit:\
|
|||
|
||||
<para>If the modem is locked at a different data rate,
|
||||
substitute the appropriate value for
|
||||
<literal>std.speed</literal>
|
||||
<literal>std.<replaceable>speed</replaceable></literal>
|
||||
instead of <literal>std.19200</literal>. Make sure to use
|
||||
a valid type listed in
|
||||
<filename>/etc/gettytab</filename>.</para>
|
||||
|
|
@ -1637,7 +1637,7 @@ AT&B2&W</programlisting>
|
|||
|
||||
<para>If no <command>getty</command> processes are waiting to
|
||||
open the desired
|
||||
<filename>ttyuN</filename>
|
||||
<filename>ttyu<replaceable>N</replaceable></filename>
|
||||
port, double-check the entries in
|
||||
<filename>/etc/ttys</filename> to see if there are any
|
||||
mistakes. Also, check
|
||||
|
|
@ -1750,7 +1750,7 @@ AT&B2&W</programlisting>
|
|||
<para>Or, use <command>cu</command> as <systemitem class="username">root</systemitem>
|
||||
with the following command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cu -lline -sspeed</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cu -l<replaceable>line</replaceable> -s<replaceable>speed</replaceable></userinput></screen>
|
||||
|
||||
<para><replaceable>line</replaceable> is the serial port, such
|
||||
as <filename>/dev/cuau0</filename>, and
|
||||
|
|
@ -1816,7 +1816,7 @@ tip57600|Dial any phone number at 57600 bps:\
|
|||
Server</title>
|
||||
|
||||
<para>Rather than waiting until connected and typing
|
||||
<command>CONNECT host</command>
|
||||
<command>CONNECT <replaceable>host</replaceable></command>
|
||||
each time, use <command>tip</command>'s <literal>cm</literal>
|
||||
capability. For example, these entries in
|
||||
<filename>/etc/remote</filename> will let you type
|
||||
|
|
@ -1879,7 +1879,7 @@ big-university 5551114</programlisting>
|
|||
<quote>set a variable.</quote></para>
|
||||
|
||||
<para>Type
|
||||
<command>~sforce=single-char</command>
|
||||
<command>~sforce=<replaceable>single-char</replaceable></command>
|
||||
followed by a newline. <replaceable>single-char</replaceable>
|
||||
is any single character. If
|
||||
<replaceable>single-char</replaceable> is left out, then the
|
||||
|
|
@ -1974,7 +1974,7 @@ raisechar=^^</programlisting>
|
|||
|
||||
<para>To send files, start the receiving program on the remote
|
||||
end. Then, type <command>~C sz
|
||||
files</command> to send them to the
|
||||
<replaceable>files</replaceable></command> to send them to the
|
||||
remote system.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue