Fix missing spaces, closed a parens set, and other small nits.

PR: 19534
Submitted by: Daniel Harris <dannyboy@subdimension.com>
This commit is contained in:
Kevin Lo 2000-06-27 02:48:51 +00:00
parent 70cdda3d9c
commit 8a90284146
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7463
2 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.11 1999/10/12 12:38:12 jhb Exp $ --> <!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.12 1999/10/12 12:41:51 jhb Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> <!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@ -56,7 +56,7 @@
case-sensitive&mdash;<command>exit</command>, not case-sensitive&mdash;<command>exit</command>, not
<command>EXIT</command>.</para> <command>EXIT</command>.</para>
<para>To shut down the machine type:</para> <para>To shut down the machine type</para>
<informalexample> <informalexample>
<screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput> <screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput>
@ -80,7 +80,7 @@
<para>You can also reboot with <para>You can also reboot with
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap></keycombo>. <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap></keycombo>.
Give it a little time to do its work. This is equivalent to Give it a little time to do its work. This is equivalent to
<command>/sbin/reboot</command> in recent releases of FreeBSD, <command>/sbin/reboot</command> in recent releases of FreeBSD
and is much, much better than hitting the reset button. You and is much, much better than hitting the reset button. You
don't want to have to reinstall this thing, do you?</para> don't want to have to reinstall this thing, do you?</para>
</sect1> </sect1>
@ -205,7 +205,7 @@
<listitem> <listitem>
<para>Lists hidden <quote>dot</quote> files with the others. <para>Lists hidden <quote>dot</quote> files with the others.
If you're root, the<quote>dot</quote> files show up If you're root, the <quote>dot</quote> files show up
without the <option>-a</option> switch.</para> without the <option>-a</option> switch.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -233,7 +233,7 @@
<listitem> <listitem>
<para>Lets you look at a file (named <para>Lets you look at a file (named
<replaceable>filename</replaceable> without changing it. <replaceable>filename</replaceable>) without changing it.
Try <command>view Try <command>view
<parameter>/etc/fstab</parameter></command>. <parameter>/etc/fstab</parameter></command>.
<command>:q</command> to quit.</para> <command>:q</command> to quit.</para>
@ -374,16 +374,16 @@
time to finish before you start the next one, for now.</para> time to finish before you start the next one, for now.</para>
<informalexample> <informalexample>
<screen>&prompt.root; <userinput>/etc/daily</userinput> <screen>&prompt.root; <userinput>periodic daily</userinput>
<lineannotation>output omitted</lineannotation> <lineannotation>output omitted</lineannotation>
&prompt.root; <userinput>/etc/weekly</userinput> &prompt.root; <userinput>periodic weekly</userinput>
<lineannotation>output omitted</lineannotation> <lineannotation>output omitted</lineannotation>
&prompt.root; <userinput>/etc/monthly</userinput> &prompt.root; <userinput>periodic monthly</userinput>
<lineannotation>output omitted</lineannotation> <lineannotation>output omitted</lineannotation>
</screen> </screen>
</informalexample> </informalexample>
<para>If you get tired waiting, press <para>If you get tired of waiting, press
<keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> to <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> to
get another <firstterm>virtual console</firstterm>, and log in get another <firstterm>virtual console</firstterm>, and log in
again. After all, it's a multi-user, multi-tasking system. again. After all, it's a multi-user, multi-tasking system.
@ -394,7 +394,7 @@
<filename>/var/mail/root</filename> and <filename>/var/mail/root</filename> and
<filename>/var/log/messages</filename>.</para> <filename>/var/log/messages</filename>.</para>
<para>Basically running such commands is part of system <para>Running such commands is part of system
administration&mdash;and as a single user of a Unix system, administration&mdash;and as a single user of a Unix system,
you're your own system administrator. Virtually everything you you're your own system administrator. Virtually everything you
need to be root to do is system administration. Such need to be root to do is system administration. Such
@ -912,10 +912,10 @@ setenv XNLSPATH /usr/X11R6/lib/X11/nls
<para>If you originally got Netscape as a port using the CDROM (or <para>If you originally got Netscape as a port using the CDROM (or
ftp), don't replace <filename>/usr/local/bin/netscape</filename> ftp), don't replace <filename>/usr/local/bin/netscape</filename>
with the new netscape binary; this is just a shell script that with the new netscape binary; this is just a shell script that
sets up the environmental variables for you. Instead rename the sets up the environment variables for you. Instead rename the
new binary to <filename>netscape.bin</filename> and replace the new binary to <filename>netscape.bin</filename> and replace the
old binary, which is old binary, which is
<filename>/usr/local/lib/netscape/netscape.bin</filename>.</para> <filename>/usr/local/netscape/netscape</filename>.</para>
</sect1> </sect1>
<sect1> <sect1>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.11 1999/10/12 12:38:12 jhb Exp $ --> <!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.12 1999/10/12 12:41:51 jhb Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> <!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@ -56,7 +56,7 @@
case-sensitive&mdash;<command>exit</command>, not case-sensitive&mdash;<command>exit</command>, not
<command>EXIT</command>.</para> <command>EXIT</command>.</para>
<para>To shut down the machine type:</para> <para>To shut down the machine type</para>
<informalexample> <informalexample>
<screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput> <screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput>
@ -80,7 +80,7 @@
<para>You can also reboot with <para>You can also reboot with
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap></keycombo>. <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap></keycombo>.
Give it a little time to do its work. This is equivalent to Give it a little time to do its work. This is equivalent to
<command>/sbin/reboot</command> in recent releases of FreeBSD, <command>/sbin/reboot</command> in recent releases of FreeBSD
and is much, much better than hitting the reset button. You and is much, much better than hitting the reset button. You
don't want to have to reinstall this thing, do you?</para> don't want to have to reinstall this thing, do you?</para>
</sect1> </sect1>
@ -205,7 +205,7 @@
<listitem> <listitem>
<para>Lists hidden <quote>dot</quote> files with the others. <para>Lists hidden <quote>dot</quote> files with the others.
If you're root, the<quote>dot</quote> files show up If you're root, the <quote>dot</quote> files show up
without the <option>-a</option> switch.</para> without the <option>-a</option> switch.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -233,7 +233,7 @@
<listitem> <listitem>
<para>Lets you look at a file (named <para>Lets you look at a file (named
<replaceable>filename</replaceable> without changing it. <replaceable>filename</replaceable>) without changing it.
Try <command>view Try <command>view
<parameter>/etc/fstab</parameter></command>. <parameter>/etc/fstab</parameter></command>.
<command>:q</command> to quit.</para> <command>:q</command> to quit.</para>
@ -374,16 +374,16 @@
time to finish before you start the next one, for now.</para> time to finish before you start the next one, for now.</para>
<informalexample> <informalexample>
<screen>&prompt.root; <userinput>/etc/daily</userinput> <screen>&prompt.root; <userinput>periodic daily</userinput>
<lineannotation>output omitted</lineannotation> <lineannotation>output omitted</lineannotation>
&prompt.root; <userinput>/etc/weekly</userinput> &prompt.root; <userinput>periodic weekly</userinput>
<lineannotation>output omitted</lineannotation> <lineannotation>output omitted</lineannotation>
&prompt.root; <userinput>/etc/monthly</userinput> &prompt.root; <userinput>periodic monthly</userinput>
<lineannotation>output omitted</lineannotation> <lineannotation>output omitted</lineannotation>
</screen> </screen>
</informalexample> </informalexample>
<para>If you get tired waiting, press <para>If you get tired of waiting, press
<keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> to <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> to
get another <firstterm>virtual console</firstterm>, and log in get another <firstterm>virtual console</firstterm>, and log in
again. After all, it's a multi-user, multi-tasking system. again. After all, it's a multi-user, multi-tasking system.
@ -394,7 +394,7 @@
<filename>/var/mail/root</filename> and <filename>/var/mail/root</filename> and
<filename>/var/log/messages</filename>.</para> <filename>/var/log/messages</filename>.</para>
<para>Basically running such commands is part of system <para>Running such commands is part of system
administration&mdash;and as a single user of a Unix system, administration&mdash;and as a single user of a Unix system,
you're your own system administrator. Virtually everything you you're your own system administrator. Virtually everything you
need to be root to do is system administration. Such need to be root to do is system administration. Such
@ -912,10 +912,10 @@ setenv XNLSPATH /usr/X11R6/lib/X11/nls
<para>If you originally got Netscape as a port using the CDROM (or <para>If you originally got Netscape as a port using the CDROM (or
ftp), don't replace <filename>/usr/local/bin/netscape</filename> ftp), don't replace <filename>/usr/local/bin/netscape</filename>
with the new netscape binary; this is just a shell script that with the new netscape binary; this is just a shell script that
sets up the environmental variables for you. Instead rename the sets up the environment variables for you. Instead rename the
new binary to <filename>netscape.bin</filename> and replace the new binary to <filename>netscape.bin</filename> and replace the
old binary, which is old binary, which is
<filename>/usr/local/lib/netscape/netscape.bin</filename>.</para> <filename>/usr/local/netscape/netscape</filename>.</para>
</sect1> </sect1>
<sect1> <sect1>