From 99f8daf840813b30e73fbe69c78184cd23865970 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 3 Mar 2016 13:53:35 -0800 Subject: [PATCH] move in for validation It is not valid to have elements directly as a child of a , so I have moved them inside the . I tried putting them inbetween elements (no good). --- LDP/guide/docbook/abs-guide/abs-guide.xml | 68 +++++++++++------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/LDP/guide/docbook/abs-guide/abs-guide.xml b/LDP/guide/docbook/abs-guide/abs-guide.xml index 61d19ef6..0323095f 100644 --- a/LDP/guide/docbook/abs-guide/abs-guide.xml +++ b/LDP/guide/docbook/abs-guide/abs-guide.xml @@ -24095,6 +24095,7 @@ mount -o loop /dev/loop0 /mnt # Mount it. lsusb usbmodules + lsusb @@ -24109,7 +24110,6 @@ mount -o loop /dev/loop0 /mnt # Mount it. command usb - The lsusb command lists all USB (Universal Serial Bus) buses and the devices hooked up to @@ -24142,6 +24142,7 @@ mount -o loop /dev/loop0 /mnt # Mount it. lspci + lspci @@ -24149,7 +24150,6 @@ mount -o loop /dev/loop0 /mnt # Mount it. command pci - Lists pci busses present. @@ -24174,6 +24174,7 @@ mount -o loop /dev/loop0 /mnt # Mount it. mkbootdisk + mkbootdisk @@ -24181,7 +24182,6 @@ mount -o loop /dev/loop0 /mnt # Mount it. command bootdisk - Creates a boot floppy which can be used to bring up the system if, for example, the MBR (master boot record) becomes corrupted. Of special interest is the @@ -24197,6 +24197,7 @@ mount -o loop /dev/loop0 /mnt # Mount it. mkisofs + mkisofs @@ -24204,7 +24205,6 @@ mount -o loop /dev/loop0 /mnt # Mount it. command ISO9660 - Creates an ISO9660 filesystem suitable for a CDR image. @@ -24212,6 +24212,7 @@ mount -o loop /dev/loop0 /mnt # Mount it. chroot + chroot @@ -24224,7 +24225,6 @@ mount -o loop /dev/loop0 /mnt # Mount it. root change - CHange ROOT directory. Normally commands are fetched from $PATH, relative to /, the default @@ -24277,6 +24277,7 @@ mount -o loop /dev/loop0 /mnt # Mount it. lockfile + lockfile @@ -24284,7 +24285,6 @@ mount -o loop /dev/loop0 /mnt # Mount it. command lockfile - This utility is part of the procmail package (www.procmail.org). It creates a lock file, a @@ -24346,6 +24346,7 @@ then #+ Prevent other programs & scripts flock + flock @@ -24353,7 +24354,6 @@ then #+ Prevent other programs & scripts command lock file - Much less useful than the lockfile command is flock. It sets an @@ -24375,6 +24375,7 @@ then #+ Prevent other programs & scripts mknod + mknod @@ -24382,7 +24383,6 @@ then #+ Prevent other programs & scripts command mknod - Creates block or character device files (may be necessary when installing new hardware on the system). The @@ -24394,6 +24394,7 @@ then #+ Prevent other programs & scripts MAKEDEV + MAKEDEV @@ -24401,7 +24402,6 @@ then #+ Prevent other programs & scripts command make device file - Utility for creating device files. It must be run as root, and in the tmpwatch + tmpwatch @@ -24420,7 +24421,6 @@ then #+ Prevent other programs & scripts command tmpwatch - Automatically deletes files which have not been accessed within a specified period of time. Usually invoked by cron to remove stale log @@ -24437,6 +24437,7 @@ then #+ Prevent other programs & scripts dump restore + dump @@ -24451,7 +24452,6 @@ then #+ Prevent other programs & scripts command restore - The dump command is an elaborate filesystem backup utility, generally used on larger installations and networks. @@ -24469,6 +24469,7 @@ then #+ Prevent other programs & scripts fdformat + fdformat @@ -24476,7 +24477,6 @@ then #+ Prevent other programs & scripts command floppy - Perform a low-level format on a floppy disk (/dev/fd0*). @@ -24490,6 +24490,7 @@ then #+ Prevent other programs & scripts ulimit + ulimit @@ -24497,7 +24498,6 @@ then #+ Prevent other programs & scripts command ulimit - Sets an upper limit on use of system resources. Usually invoked with the @@ -24554,6 +24554,7 @@ exit 0 # Will not exit here, because this script will never terminate. quota + quota @@ -24561,13 +24562,13 @@ exit 0 # Will not exit here, because this script will never terminate.command quota - Display user or group disk quotas. setquota + setquota @@ -24575,12 +24576,13 @@ exit 0 # Will not exit here, because this script will never terminate.command quota - Set user or group disk quotas from the command-line. + umask + umask @@ -24588,8 +24590,6 @@ exit 0 # Will not exit here, because this script will never terminate.command umask - umask - User file creation permissions mask. Limit the default file attributes for a particular user. All files created @@ -24623,6 +24623,7 @@ exit 0 # Will not exit here, because this script will never terminate. rdev + rdev @@ -24630,7 +24631,6 @@ exit 0 # Will not exit here, because this script will never terminate.command rdev - Get info about or make changes to root device, swap space, or video mode. The functionality of rdev has generally been taken over by lilo, but rdev remains @@ -24647,6 +24647,7 @@ exit 0 # Will not exit here, because this script will never terminate. lsmod + lsmod @@ -24654,7 +24655,6 @@ exit 0 # Will not exit here, because this script will never terminate.command loadable modules - List installed kernel modules. bash$ lsmod @@ -24679,6 +24679,7 @@ exit 0 # Will not exit here, because this script will never terminate. insmod + insmod @@ -24686,7 +24687,6 @@ exit 0 # Will not exit here, because this script will never terminate.command loadable modules - Force installation of a kernel module (use modprobe instead, when possible). Must be invoked as root. @@ -24695,6 +24695,7 @@ exit 0 # Will not exit here, because this script will never terminate. rmmod + rmmod @@ -24702,7 +24703,6 @@ exit 0 # Will not exit here, because this script will never terminate.command loadable modules - Force unloading of a kernel module. Must be invoked as root. @@ -24710,6 +24710,7 @@ exit 0 # Will not exit here, because this script will never terminate. modprobe + modprobe @@ -24717,7 +24718,6 @@ exit 0 # Will not exit here, because this script will never terminate.command loadable modules - Module loader that is normally invoked automatically in a startup script. Must be invoked as root. @@ -24726,6 +24726,7 @@ exit 0 # Will not exit here, because this script will never terminate. depmod + depmod @@ -24733,7 +24734,6 @@ exit 0 # Will not exit here, because this script will never terminate.command loadable modules - Creates module dependency file. Usually invoked from a startup script. @@ -24741,6 +24741,7 @@ exit 0 # Will not exit here, because this script will never terminate. modinfo + modinfo @@ -24748,7 +24749,6 @@ exit 0 # Will not exit here, because this script will never terminate.command loadable modules - Output information about a loadable module. @@ -24769,6 +24769,7 @@ exit 0 # Will not exit here, because this script will never terminate. env + env @@ -24776,7 +24777,6 @@ exit 0 # Will not exit here, because this script will never terminate.command env - Runs a program or script with certain environmental variables @@ -24822,6 +24822,7 @@ print "even when I don't know where to find Perl.\n"; ldd + ldd @@ -24829,7 +24830,6 @@ print "even when I don't know where to find Perl.\n"; command ldd - Show shared lib dependencies for an executable file. bash$ ldd /bin/ls libc.so.6 => /lib/libc.so.6 (0x4000c000) @@ -24839,6 +24839,7 @@ print "even when I don't know where to find Perl.\n"; watch + watch @@ -24846,7 +24847,6 @@ print "even when I don't know where to find Perl.\n"; command periodic - Run a command repeatedly, at specified time intervals. The default is two-second intervals, but this may be changed with the option. @@ -24861,6 +24861,7 @@ print "even when I don't know where to find Perl.\n"; strip + strip @@ -24868,7 +24869,6 @@ print "even when I don't know where to find Perl.\n"; command symbol - Remove the debugging symbolic references from an executable binary. This decreases its size, but makes debugging it impossible. @@ -24880,6 +24880,7 @@ print "even when I don't know where to find Perl.\n"; nm + nm @@ -24887,13 +24888,13 @@ print "even when I don't know where to find Perl.\n"; command symbol - List symbols in an unstripped compiled binary. xrandr + xrandr @@ -24901,7 +24902,6 @@ print "even when I don't know where to find Perl.\n"; command xrandr - Command-line tool for manipulating the root window of the screen. @@ -24916,6 +24916,7 @@ print "even when I don't know where to find Perl.\n"; rdist + rdist @@ -24923,7 +24924,6 @@ print "even when I don't know where to find Perl.\n"; command rdist - Remote distribution client: synchronizes, clones, or backs up a file system on a remote server. @@ -27725,6 +27725,7 @@ exit $? return + return @@ -27732,7 +27733,6 @@ exit $? command return - Terminates a function. A return command The return command is a @@ -27893,11 +27893,11 @@ echo $days_in # 30 Redirecting the stdin of a function + redirection stdin - A function is essentially a code block, which means its @@ -27970,11 +27970,11 @@ Function () # This doesn't work. local variables + variable local - A variable declared as local is one that is visible only within the block of code in which it