aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-06-27 02:48:51 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-06-27 02:48:51 +0000
commit8a902841462bf4e010aed5958abcdd7235274846 (patch)
tree27d5be18468fa7e46d357cb474df02f7120a7cb8 /en_US.ISO8859-1/articles
parent70cdda3d9c016f1bfd5a8a74ce0eab66c1cc65bd (diff)
downloaddoc-8a902841462bf4e010aed5958abcdd7235274846.tar.gz
doc-8a902841462bf4e010aed5958abcdd7235274846.zip
Fix missing spaces, closed a parens set, and other small nits.
PR: 19534 Submitted by: Daniel Harris <dannyboy@subdimension.com>
Notes
Notes: svn path=/head/; revision=7463
Diffstat (limited to 'en_US.ISO8859-1/articles')
-rw-r--r--en_US.ISO8859-1/articles/new-users/article.sgml24
1 files changed, 12 insertions, 12 deletions
diff --git a/en_US.ISO8859-1/articles/new-users/article.sgml b/en_US.ISO8859-1/articles/new-users/article.sgml
index bc5ca5f841..81b19eee0d 100644
--- a/en_US.ISO8859-1/articles/new-users/article.sgml
+++ b/en_US.ISO8859-1/articles/new-users/article.sgml
@@ -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 -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@@ -56,7 +56,7 @@
case-sensitive&mdash;<command>exit</command>, not
<command>EXIT</command>.</para>
- <para>To shut down the machine type:</para>
+ <para>To shut down the machine type</para>
<informalexample>
<screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput>
@@ -80,7 +80,7 @@
<para>You can also reboot with
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap></keycombo>.
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
don't want to have to reinstall this thing, do you?</para>
</sect1>
@@ -205,7 +205,7 @@
<listitem>
<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>
</listitem>
</varlistentry>
@@ -233,7 +233,7 @@
<listitem>
<para>Lets you look at a file (named
- <replaceable>filename</replaceable> without changing it.
+ <replaceable>filename</replaceable>) without changing it.
Try <command>view
<parameter>/etc/fstab</parameter></command>.
<command>:q</command> to quit.</para>
@@ -374,16 +374,16 @@
time to finish before you start the next one, for now.</para>
<informalexample>
- <screen>&prompt.root; <userinput>/etc/daily</userinput>
+ <screen>&prompt.root; <userinput>periodic daily</userinput>
<lineannotation>output omitted</lineannotation>
-&prompt.root; <userinput>/etc/weekly</userinput>
+&prompt.root; <userinput>periodic weekly</userinput>
<lineannotation>output omitted</lineannotation>
-&prompt.root; <userinput>/etc/monthly</userinput>
+&prompt.root; <userinput>periodic monthly</userinput>
<lineannotation>output omitted</lineannotation>
</screen>
</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
get another <firstterm>virtual console</firstterm>, and log in
again. After all, it's a multi-user, multi-tasking system.
@@ -394,7 +394,7 @@
<filename>/var/mail/root</filename> and
<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,
you're your own system administrator. Virtually everything you
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
ftp), don't replace <filename>/usr/local/bin/netscape</filename>
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
old binary, which is
- <filename>/usr/local/lib/netscape/netscape.bin</filename>.</para>
+ <filename>/usr/local/netscape/netscape</filename>.</para>
</sect1>
<sect1>