Missing/empty tags fixes.

Found by:	make lint
This commit is contained in:
Marc Fonvieille 2003-08-27 07:13:11 +00:00
parent 21aca1de1c
commit 6e6d907ceb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18007
2 changed files with 17 additions and 17 deletions

View file

@ -619,7 +619,7 @@
about it. The command</para>
<informalexample>
<screen>&prompt.user; <userinput>man chmod | col -b &gt; chmod.txt</></screen>
<screen>&prompt.user; <userinput>man chmod | col -b &gt; chmod.txt</userinput></screen>
</informalexample>
<para>will remove formatting codes and send the manual page to the
@ -628,7 +628,7 @@
drive a, <command>su</command> to root, and type</para>
<informalexample>
<screen>&prompt.root; <userinput>/sbin/mount -t msdos /dev/fd0 /mnt</></screen>
<screen>&prompt.root; <userinput>/sbin/mount -t msdos /dev/fd0 /mnt</userinput></screen>
</informalexample>
<para>to mount the floppy drive on
@ -641,7 +641,7 @@
with:</para>
<informalexample>
<screen>&prompt.user; <userinput>cp chmod.txt /mnt</></screen>
<screen>&prompt.user; <userinput>cp chmod.txt /mnt</userinput></screen>
</informalexample>
<para>and use <command>ls /mnt</command> to get a directory
@ -652,7 +652,7 @@
<filename>/sbin/dmesg</filename> by typing</para>
<informalexample>
<screen>&prompt.user; <userinput>/sbin/dmesg &gt; dmesg.txt</></screen>
<screen>&prompt.user; <userinput>/sbin/dmesg &gt; dmesg.txt</userinput></screen>
</informalexample>
<para>and copying <filename>dmesg.txt</filename> to the floppy.
@ -667,7 +667,7 @@
disk out with</para>
<informalexample>
<screen>&prompt.root; <userinput>/sbin/umount /mnt</></screen>
<screen>&prompt.root; <userinput>/sbin/umount /mnt</userinput></screen>
</informalexample>
<para>and reboot to go to DOS. Copy these files to a DOS
@ -769,7 +769,7 @@
with</para>
<informalexample>
<screen>&prompt.user; <userinput>find /usr -name "<replaceable>filename</>"</></screen>
<screen>&prompt.user; <userinput>find /usr -name "<replaceable>filename</replaceable>"</userinput></screen>
</informalexample>
<para>You can use <literal>*</literal> as a wildcard in
@ -821,7 +821,7 @@
with:</para>
<informalexample>
<screen>&prompt.root; <userinput>cp -R /cdrom/ports/comm/kermit /usr/local</></screen>
<screen>&prompt.root; <userinput>cp -R /cdrom/ports/comm/kermit /usr/local</userinput></screen>
</informalexample>
<para>This should result in a
@ -843,7 +843,7 @@
<filename>Makefile</filename>. Type</para>
<informalexample>
<screen>&prompt.root; <userinput>make all install</></screen>
<screen>&prompt.root; <userinput>make all install</userinput></screen>
</informalexample>
<para>During this process the port will FTP to get any compressed

View file

@ -20,8 +20,8 @@
<year>2001</year>
<holder>Robert A. Van Valzah</holder>
</copyright>
<pubdate>$Date: 2003-03-25 14:58:11 $ GMT</pubdate>
<releaseinfo>$Id: article.sgml,v 1.12 2003-03-25 14:58:11 keramida Exp $</releaseinfo>
<pubdate>$Date: 2003-08-27 07:13:11 $ GMT</pubdate>
<releaseinfo>$Id: article.sgml,v 1.13 2003-08-27 07:13:11 blackend Exp $</releaseinfo>
</articleinfo>
<abstract>
@ -743,7 +743,7 @@
when I want to refer to whichever
of the two spindles is currently attached as
<devicename>/dev/ad0</devicename>.</para>
</section
</section>
<section>
<title>Partition Ordering</title>
@ -787,7 +787,7 @@
<filename>/usr</filename>,
it is fine to plan for additional filesystems here.</para>
</section
</section>
<section>
<title>Assigning Partitions to Spindles</title>
@ -1248,7 +1248,7 @@ Not to scale</literallayout>
Booting [kernel] in 8 seconds...
Type '?' for a list of commands, 'help' for more detailed help.
ok <userinput>boot -s</userinput</screen>
ok <userinput>boot -s</userinput></screen>
</step>
</substeps>
@ -1611,7 +1611,7 @@ expected next file 492, got 491</screen>
<step>
<para>Feed these commands into <command>vinum</command> <option>create</option>.</para>
<screen>&prompt.root; <userinput>vinum create <replaceable>filename</replaceable</userinput></screen>
<screen>&prompt.root; <userinput>vinum create <replaceable>filename</replaceable></userinput></screen>
</step>
<step>
@ -1710,7 +1710,7 @@ expected next file 492, got 491</screen>
Booting [kernel] in 8 seconds...
Type '?' for a list of commands, 'help' for more detailed help.
ok <userinput>boot -as</userinput</screen>
ok <userinput>boot -as</userinput></screen>
</step>
@ -1828,7 +1828,7 @@ ok <userinput>boot -as</userinput</screen>
Booting [kernel] in 8 seconds...
Type '?' for a list of commands, 'help' for more detailed help.
ok <userinput>boot -s</userinput</screen>
ok <userinput>boot -s</userinput></screen>
</step>
@ -2087,7 +2087,7 @@ ok <userinput>boot -s</userinput</screen>
use strict;
use FileHandle;
my $config_tag1 = '$Id: article.sgml,v 1.12 2003-03-25 14:58:11 keramida Exp $';
my $config_tag1 = '$Id: article.sgml,v 1.13 2003-08-27 07:13:11 blackend Exp $';
# Copyright (C) 2001 Robert A. Van Valzah
#
# Bootstrap Vinum