Improve use of English
Submitted by: Jostein Trondal <jostein.trondal@sikkerhet.no>
This commit is contained in:
parent
effa3b502a
commit
c462aeab22
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11051
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.48 2001/10/02 06:09:56 murray Exp $
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="basics">
|
<chapter id="basics">
|
||||||
|
@ -954,8 +954,8 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
||||||
<prompt>Password:</prompt>
|
<prompt>Password:</prompt>
|
||||||
&prompt.root; <userinput>/bin/kill -s HUP 198</userinput></screen>
|
&prompt.root; <userinput>/bin/kill -s HUP 198</userinput></screen>
|
||||||
|
|
||||||
<para>As is common with Unix commands, &man.kill.1; will not print any
|
<para>In common most with Unix commands, &man.kill.1; will not print any
|
||||||
output if it is successfully. If you try and send a signal to a
|
output if it is successful. If you try and send a signal to a
|
||||||
process that you do not own then you will see <errorname>kill:
|
process that you do not own then you will see <errorname>kill:
|
||||||
<replaceable>PID</replaceable>: Operation not
|
<replaceable>PID</replaceable>: Operation not
|
||||||
permitted</errorname>. If you mistype the PID you will either
|
permitted</errorname>. If you mistype the PID you will either
|
||||||
|
|
Loading…
Reference in a new issue