Fix a line break problem.
This commit is contained in:
parent
1fd4ae78ed
commit
e3a2596dd7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8988
2 changed files with 12 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/serialcomms/chapter.sgml,v 1.20 2000/12/28 13:33:49 sobomax Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/serialcomms/chapter.sgml,v 1.21 2001/01/18 01:14:34 brian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="serialcomms">
|
||||
|
@ -698,8 +698,11 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure # Guest bathroom</pro
|
|||
supply.</para>
|
||||
|
||||
<para>Make sure that a <command>getty</command> process is running
|
||||
and serving the terminal. Type <screen>&prompt.root;
|
||||
<userinput>ps -axww|grep getty</userinput></screen> to get a
|
||||
and serving the terminal. Type</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ps -axww|grep getty</userinput></screen>
|
||||
|
||||
<para>to get a
|
||||
list of running <command>getty</command> processes. You should
|
||||
see an entry for the terminal. For example, the display
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/serialcomms/chapter.sgml,v 1.20 2000/12/28 13:33:49 sobomax Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/serialcomms/chapter.sgml,v 1.21 2001/01/18 01:14:34 brian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="serialcomms">
|
||||
|
@ -698,8 +698,11 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure # Guest bathroom</pro
|
|||
supply.</para>
|
||||
|
||||
<para>Make sure that a <command>getty</command> process is running
|
||||
and serving the terminal. Type <screen>&prompt.root;
|
||||
<userinput>ps -axww|grep getty</userinput></screen> to get a
|
||||
and serving the terminal. Type</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ps -axww|grep getty</userinput></screen>
|
||||
|
||||
<para>to get a
|
||||
list of running <command>getty</command> processes. You should
|
||||
see an entry for the terminal. For example, the display
|
||||
|
||||
|
|
Loading…
Reference in a new issue