diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 19:41:40 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 19:41:40 +0000 |
commit | fd4ae4ebd074e1f3c8da4b491b1960d7ac21c289 (patch) | |
tree | 3815153642b9fca447d772d3d50ed05b2f7adddd | |
parent | e38671e104cb2b5be81551e8285f21b8c361847b (diff) |
Removed the wall program description from the Sysvinit instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/sysvinit.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index fc0ec3bc8..aee6a6861 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -130,7 +130,7 @@ EOF</userinput></screen> <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg, mountpoint, pidof (link to killall5), poweroff (link to halt), reboot (link to halt), runlevel, shutdown, sulogin, - telinit (link to init), utmpdump, and wall</seg> + telinit (link to init), and utmpdump</seg> </seglistitem> </segmentedlist> @@ -318,16 +318,6 @@ EOF</userinput></screen> </listitem> </varlistentry> - <varlistentry id="wall"> - <term><command>wall</command></term> - <listitem> - <para>Writes a message to all logged-in users</para> - <indexterm zone="ch-system-sysvinit wall"> - <primary sortas="b-wall">wall</primary> - </indexterm> - </listitem> - </varlistentry> - </variablelist> </sect2> |