Make use of proper prompt entities:
* <prompt>~</prompt> -> &prompt.root;
This commit is contained in:
parent
37e9d47ed9
commit
b3e1d20edd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10917
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml,v 1.48 2001/09/10 11:49:06 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml,v 1.49 2001/10/08 20:30:50 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="printing">
|
||||
|
|
@ -817,7 +817,7 @@ showpage</programlisting>
|
|||
<para>If the printer can print plain text, then use
|
||||
&man.lptest.1;. Type:</para>
|
||||
|
||||
<screen><prompt>~</prompt><userinput>$lptest</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>$lptest</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
@ -834,7 +834,7 @@ showpage</programlisting>
|
|||
<para>Alternatively, you can put the program in a file
|
||||
and type:</para>
|
||||
|
||||
<screen><prompt>~</prompt><userinput>><replaceable>file</replaceable></userinput></screen>
|
||||
<screen>&prompt.user; <userinput>><replaceable>file</replaceable></userinput></screen>
|
||||
|
||||
<para>Where <replaceable>file</replaceable> is the
|
||||
name of the file containing the program. After
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue