Remove some redundant words that are handled by markup.

This commit is contained in:
Warren Block 2012-10-30 03:11:42 +00:00
parent 94c98c93a4
commit 8f65cc762e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39844

View file

@ -575,8 +575,8 @@ boot:</screen>
<application>GNOME</application>,
<application>KDE</application>, or
<application>XFce</application> are installed, the X11
desktop can be launched by using the
<command>startx</command> command.</para>
desktop can be launched by using
<command>startx</command>.</para>
<para>Some users prefer the X11 graphical login screen over
the traditional text based login prompt. Display managers
@ -852,7 +852,7 @@ bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
Stage 3 boot loader</link> prompt. Variables can be added using
<command>set</command>, removed with <command>unset</command>,
and viewed with the <command>show</command> commands. Variables
set in the <filename>/boot/device.hints</filename> file can be
set in <filename>/boot/device.hints</filename> can be
overridden here also. Device hints entered at the boot loader
are not permanent and will be forgotten on the next
reboot.</para>
@ -860,8 +860,8 @@ bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
<para>Once the system is booted, the &man.kenv.1; command can be
used to dump all of the variables.</para>
<para>The syntax for the <filename>/boot/device.hints</filename>
file is one variable per line, using the standard hash
<para>The syntax for <filename>/boot/device.hints</filename>
is one variable per line, using the standard hash
<quote>#</quote> as comment markers. Lines are constructed as
follows:</para>