Make use of proper prompt entities:

* <prompt>~</prompt> -> &prompt.root;
This commit is contained in:
Chern Lee 2001-10-10 22:05:29 +00:00
parent 37e9d47ed9
commit b3e1d20edd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10917

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project 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"> <chapter id="printing">
@ -817,7 +817,7 @@ showpage</programlisting>
<para>If the printer can print plain text, then use <para>If the printer can print plain text, then use
&man.lptest.1;. Type:</para> &man.lptest.1;. Type:</para>
<screen><prompt>~</prompt><userinput>$lptest</userinput></screen> <screen>&prompt.user; <userinput>$lptest</userinput></screen>
</listitem> </listitem>
<listitem> <listitem>
@ -834,7 +834,7 @@ showpage</programlisting>
<para>Alternatively, you can put the program in a file <para>Alternatively, you can put the program in a file
and type:</para> and type:</para>
<screen><prompt>~</prompt><userinput>&gt;<replaceable>file</replaceable></userinput></screen> <screen>&prompt.user; <userinput>&gt;<replaceable>file</replaceable></userinput></screen>
<para>Where <replaceable>file</replaceable> is the <para>Where <replaceable>file</replaceable> is the
name of the file containing the program. After name of the file containing the program. After