Use the &prompt entities instead of the # and % characters in a few places

missed by an earlier commit.
This commit is contained in:
John Baldwin 1999-10-12 12:41:51 +00:00
parent cb8119c393
commit 6211e6739b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5843
2 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.10 1999/10/12 12:25:41 jhb Exp $ -->
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.11 1999/10/12 12:38:12 jhb Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@ -39,9 +39,9 @@
installation or as <firstterm>root</firstterm>. (Your FreeBSD
installation will already have an account for root; root can go
anywhere and do anything, including deleting essential files, so
be careful!) The symbols % and # in the following stand for the
prompt (yours may be different), with % indicating an ordinary
user and # indicating root.</para>
be careful!) The symbols &prompt.user; and &prompt.root; in the following stand for the
prompt (yours may be different), with &prompt.user; indicating an ordinary
user and &prompt.root; indicating root.</para>
<para>To log out (and get a new <systemitem
class=prompt>login:</systemitem> prompt) type</para>
@ -93,7 +93,7 @@
user now with</para>
<informalexample>
<screen># <userinput>adduser</userinput>
<screen>&prompt.root; <userinput>adduser</userinput>
</screen>
</informalexample>
@ -454,7 +454,7 @@
then</para>
<informalexample>
<screen># <userinput>mv rc.conf.orig rc.conf</userinput></screen>
<screen>&prompt.root; <userinput>mv rc.conf.orig rc.conf</userinput></screen>
</informalexample>
<para>to put things back the way they were.</para>