diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:13:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:13:57 +0000 |
commit | 159c2d2da34540e99d4aa985dc9e2c7e7a76ec4d (patch) | |
tree | 14654a2cbd70f026b92aa2b760c85f32eddbb588 /appendixa/sysvinit-desc.xml | |
parent | c4eeb6f378b5b9d1d1e43274b8dfa2bb124b8312 (diff) |
applied Alex's so-it's-ids.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/sysvinit-desc.xml')
-rw-r--r-- | appendixa/sysvinit-desc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appendixa/sysvinit-desc.xml b/appendixa/sysvinit-desc.xml index adccb6fab..607d227ef 100644 --- a/appendixa/sysvinit-desc.xml +++ b/appendixa/sysvinit-desc.xml @@ -41,8 +41,8 @@ file /var/log/btmp, which contains all the bad login attempts.</para></sect4> used to allow or disallow other users to write to his terminal.</para></sect4> <sect4><title>pidof</title> -<para>pidof finds the process id's (pids) of the named programs and prints -those id's on standard output.</para></sect4> +<para>pidof displays the process identifiers (PIDs) of the named +programs.</para></sect4> <sect4><title>poweroff</title> <para>poweroff is equivalent to shutdown -h -p now. It halts the computer and |