* Spell 'referred' properly.
* Fix singular/plural agreement of a sentence. * Switch transposed words in a sentence "most with" -> "with most". Sponsored by: FreeBSD Mall, Inc.
This commit is contained in:
parent
921c8ebf7c
commit
9521538be2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17719
1 changed files with 3 additions and 3 deletions
|
@ -213,7 +213,7 @@
|
|||
<title>Symbolic Permissions</title>
|
||||
<indexterm><primary>Permissions</primary><secondary>symbolic</secondary></indexterm>
|
||||
|
||||
<para>Symbolic permissions, sometimes refereed to as symbolic expressions,
|
||||
<para>Symbolic permissions, sometimes referred to as symbolic expressions,
|
||||
use characters in place of octal values to assign permissions to files
|
||||
or directories. Symbolic expressions use the syntax of (who) (action)
|
||||
(permissions), where the following values are available:</para>
|
||||
|
@ -1014,7 +1014,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
|
||||
<para>Sometimes you will need to communicate with a daemon process. These
|
||||
communications are called <firstterm>signals</firstterm>, and you can
|
||||
communicate with daemons (or with any running process) by sending it a
|
||||
communicate with a daemon (or with any other running process) by sending it a
|
||||
signal. There are a number of different signals that you can
|
||||
send—some of them have a specific meaning, others are interpreted
|
||||
by the application, and the application's documentation will tell you
|
||||
|
@ -1112,7 +1112,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
<prompt>Password:</prompt>
|
||||
&prompt.root; <userinput>/bin/kill -s HUP 198</userinput></screen>
|
||||
|
||||
<para>In common most with Unix commands, &man.kill.1; will not print any
|
||||
<para>In common with most Unix commands, &man.kill.1; will not print any
|
||||
output if it is successful. If you send a signal to a
|
||||
process that you do not own then you will see <errorname>kill:
|
||||
<replaceable>PID</replaceable>: Operation not
|
||||
|
|
Loading…
Reference in a new issue