Fix a variety of English style nits and other issues found with igor.

Reviewed by:	gabor
Approved by:	wblock
This commit is contained in:
Eitan Adler 2012-02-13 03:25:47 +00:00
parent af274908c6
commit 4b18d4f577
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38448
2 changed files with 6 additions and 6 deletions

View file

@ -109,7 +109,7 @@ requirements. -->
</sect1>
<sect1 id="audit-inline-glossary">
<title>Key Terms in this Chapter</title>
<title>Key Terms in This Chapter</title>
<para>Before reading this chapter, a few key audit-related terms must be
explained:</para>

View file

@ -632,7 +632,7 @@ total 530
<screen>&prompt.root; <userinput>chflags sunlink <filename>file1</filename></userinput></screen>
<para>And to disable the system undeletable flag, simply
<para>And to disable the system undeletable flag,
issue the previous command with <quote>no</quote> in
front of the <option>sunlink</option>. Observe:</para>
@ -752,7 +752,7 @@ root 5211 0.0 0.2 3620 1724 2 I+ 2:09AM 0:00.01 passwd</screen>
<para>The new setting may be viewed as before, notice the
<literal>s</literal> is now in the field designated for the
group permission settings:<para>
group permission settings:</para>
<screen>-rwxr-sr-x 1 trhodes trhodes 44 Aug 31 01:49 sgidexample.sh</screen>
@ -2664,7 +2664,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
<command>chmod</command> user command and &man.chmod.2; refers to
the system call.</para>
<para>This is fine if you know the name of the command and simply
<para>This is fine if you know the name of the command and just
wish to know how to use it, but what if you cannot recall the
command name? You can use <command>man</command> to search for keywords in the
command descriptions by using the <option>-k</option>
@ -2679,7 +2679,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
<para>So, you are looking at all those fancy commands in
<filename>/usr/bin</filename> but do not have the faintest idea
what most of them actually do? Simply do:</para>
what most of them actually do? Type:</para>
<screen>&prompt.user; <userinput>cd /usr/bin</userinput>
&prompt.user; <userinput>man -f *</userinput></screen>
@ -2704,7 +2704,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
<application>emacs</application>, the info mode of
<application>emacs</application>.</para>
<para>To use the &man.info.1; command, simply type:</para>
<para>To use the &man.info.1; command, type:</para>
<screen>&prompt.user; <userinput>info</userinput></screen>