Correct the listing of possible shell prompts,
add userinput tags.
This commit is contained in:
parent
a973b8d345
commit
d5d248aa14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18901
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ Password:</screen>
|
||||||
|
|
||||||
<para>You should see the <acronym>MOTD</acronym> or message of
|
<para>You should see the <acronym>MOTD</acronym> or message of
|
||||||
the day followed by a command prompt (a <literal>#</literal>,
|
the day followed by a command prompt (a <literal>#</literal>,
|
||||||
<literal>$</literal>, or <literal>$</literal> character). This
|
<literal>$</literal>, or <literal>%</literal> character). This
|
||||||
indicates you have successfully logged into FreeBSD.</para>
|
indicates you have successfully logged into FreeBSD.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -386,7 +386,7 @@ console none unknown off secure</programlisting>
|
||||||
for the owner, group, and everyone else. For example, a
|
for the owner, group, and everyone else. For example, a
|
||||||
<command>ls -l</command> in an arbitrary directory may show:</para>
|
<command>ls -l</command> in an arbitrary directory may show:</para>
|
||||||
|
|
||||||
<screen>&prompt.user; ls -l
|
<screen>&prompt.user; <userinput>ls -l</userinput>
|
||||||
total 530
|
total 530
|
||||||
-rw-r--r-- 1 root wheel 512 Sep 5 12:31 myfile
|
-rw-r--r-- 1 root wheel 512 Sep 5 12:31 myfile
|
||||||
-rw-r--r-- 1 root wheel 512 Sep 5 12:31 otherfile
|
-rw-r--r-- 1 root wheel 512 Sep 5 12:31 otherfile
|
||||||
|
|
Loading…
Reference in a new issue