Remove almost all instances of "try and <verb>" from the docs.
There is one remaining place in the fdp-primer, but that needs a bit more work. Inspired by: docs/36462 (Gary W. Swearingen <swear@blarg.net>) Reviewed by: ceri, trhodes
This commit is contained in:
parent
4b70a8662d
commit
67a1702cec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12715
13 changed files with 32 additions and 25 deletions
|
|
@ -890,8 +890,9 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
send—some of them have a specific meaning, others are interpreted
|
||||
by the application, and the application's documentation will tell you
|
||||
how that application interprets signals. You can only send a signal to
|
||||
a process that you own. If you try and send a signal to someone else's
|
||||
process it will be ignored. The exception to this is the
|
||||
a process that you own. If you send a signal to someone else's
|
||||
process with &man.kill.1; or &man.kill.2; permission will be denied.
|
||||
The exception to this is the
|
||||
<username>root</username> user, who can send signals to everyone's
|
||||
processes.</para>
|
||||
|
||||
|
|
@ -983,7 +984,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
&prompt.root; <userinput>/bin/kill -s HUP 198</userinput></screen>
|
||||
|
||||
<para>In common most with Unix commands, &man.kill.1; will not print any
|
||||
output if it is successful. If you try and send a signal to a
|
||||
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
|
||||
permitted</errorname>. If you mistype the PID you will either
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue