mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Fix buglet reported from list.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
dfddb12f76
commit
2e1f2e6b5a
@ -98,8 +98,6 @@ permission modes and, if possible, their owner and group.</para>
|
||||
<para><command>join</command> joins from two files the lines that have
|
||||
identical join fields.</para>
|
||||
|
||||
<para><command>kill</command> terminates the given process.</para>
|
||||
|
||||
<para><command>link</command> creates a hard link with the given name
|
||||
to the given file.</para>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<para><emphasis>Installed programs</emphasis>: basename, cat, chgrp, chmod,
|
||||
chown, chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors,
|
||||
dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups, head,
|
||||
hostid, hostname, id, install, join, kill, link, ln, logname, ls, md5sum,
|
||||
hostid, hostname, id, install, join, link, ln, logname, ls, md5sum,
|
||||
mkdir, mkfifo, mknod, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr,
|
||||
printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum, shred, sleep,
|
||||
sort, split, stat, stty, su, sum, sync, tac, tail, tee, test, touch, tr, true,
|
||||
|
@ -67,8 +67,6 @@ hardware clock (also called the RTC or BIOS clock).</para>
|
||||
<para><command>isosize</command> reports the size of an iso9660
|
||||
filesystem.</para>
|
||||
|
||||
<para><command>kill</command> terminates the specified process.</para>
|
||||
|
||||
<para><command>line</command> copies a single line.</para>
|
||||
|
||||
<para><command>logger</command> enters the given message into the system
|
||||
|
@ -10,7 +10,7 @@ open tty ports and fetch kernel messages.</para>
|
||||
<para><emphasis>Installed programs</emphasis>: agetty, arch, blockdev, cal,
|
||||
cfdisk, chkdupexe, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate,
|
||||
dmesg, elvtune, fdformat, fdisk, fsck.cramfs, fsck.minix, getopt, hexdump,
|
||||
hwclock, ipcrm, ipcs, isosize, kill, line, logger, look, losetup, mcookie, mkfs,
|
||||
hwclock, ipcrm, ipcs, isosize, line, logger, look, losetup, mcookie, mkfs,
|
||||
mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, parse.bash,
|
||||
parse.tcsh, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile,
|
||||
rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid,
|
||||
|
@ -242,8 +242,6 @@ to which it belongs.</para>
|
||||
<listitem><para>kbd_mode : <xref linkend="aa-kbd"/></para></listitem>
|
||||
<listitem><para>kernelversion : <xref linkend="aa-modutils"/></para></listitem>
|
||||
<listitem><para>kill : <xref linkend="aa-procps"/></para></listitem>
|
||||
<listitem><para>kill : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>kill : <xref linkend="aa-utillinux"/></para></listitem>
|
||||
<listitem><para>killall : <xref linkend="aa-psmisc"/></para></listitem>
|
||||
<listitem><para>killall5 : <xref linkend="aa-sysvinit"/></para></listitem>
|
||||
<listitem><para>klogd : <xref linkend="aa-sysklogd"/></para></listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user