Suddenly realised none of the

<informalexample>
    <screen>
      ...
    </screen>
  </informalexample>

need the <informalexample> element. So remove it. Simple search and
replace does the trick.
This commit is contained in:
Nik Clayton 1999-01-30 23:35:05 +00:00
parent 84b6327dc0
commit 7321b94099
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4157
66 changed files with 1825 additions and 1830 deletions

View file

@ -12,17 +12,17 @@
<command>man</command>
command. Use of the <command>man</command> command is simple:</para>
<informalexample>
<screen>&prompt.user; <userinput>man <replaceable>command</replaceable></userinput>
</screen>
</informalexample>
<para><replaceable>command</replaceable> is
the name of the command you wish to learn about. For example, to
learn more about <command>ls</command> command type:</para>
<informalexample>
<screen>&prompt.user; <userinput>man ls</userinput></screen>
</informalexample>
<para>The online manual is divided up into numbered sections:</para>
@ -69,9 +69,9 @@
this case, you can tell the <command>man</command> command which one you want by
specifying the section:</para>
<informalexample>
<screen>&prompt.user; <userinput>man 1 chmod</userinput></screen>
</informalexample>
<para>This will display the manual page for the user
command <command>chmod</command>. References to a
@ -87,9 +87,9 @@
command <emphasis>descriptions</emphasis> by using the
<option>-k</option> switch:</para>
<informalexample>
<screen>&prompt.user; <userinput>man -k mail</userinput></screen>
</informalexample>
<para>With this command you will be presented with a
list of commands that have the keyword &ldquo;mail&rdquo; in their descriptions.
@ -100,15 +100,15 @@
<filename>/usr/bin</filename> but do not even have the faintest idea
what most of them actually do? Simply do a
<informalexample>
<screen>&prompt.user; <userinput>cd /usr/bin; man -f *</userinput></screen>
</informalexample>
or
<informalexample>
<screen>&prompt.user; <userinput>cd /usr/bin; whatis *</userinput></screen>
</informalexample> which does the same thing.</para>
which does the same thing.</para>
</sect1>
@ -124,9 +124,9 @@
<para>To use the <citerefentry><refentrytitle>info</refentrytitle><manvolnum>1</manvolnum></citerefentry> command, simply type:</para>
<informalexample>
<screen>&prompt.user; <userinput>info</userinput></screen>
</informalexample>
<para>For a brief introduction, type <userinput>h</userinput>. For a quick
command reference, type <userinput>?</userinput>.</para>