From 930578e4f4cec5bdddfc06dda83bc1d9da2f6d28 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 7 Feb 2015 00:33:39 +0000 Subject: Introduce some consistency in short descriptions. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/acl.xml | 8 +++--- chapter06/attr.xml | 4 +-- chapter06/autoconf.xml | 2 +- chapter06/binutils.xml | 2 +- chapter06/bison.xml | 8 +++--- chapter06/bzip2.xml | 4 +-- chapter06/coreutils.xml | 4 +-- chapter06/dbus.xml | 18 ++++++------- chapter06/e2fsprogs.xml | 20 +++++++------- chapter06/expat.xml | 4 +-- chapter06/file.xml | 2 +- chapter06/findutils.xml | 4 +-- chapter06/gcc.xml | 22 +++++++-------- chapter06/gdbm.xml | 4 +-- chapter06/gettext.xml | 8 +++--- chapter06/glibc.xml | 2 +- chapter06/gmp.xml | 4 +-- chapter06/intltool.xml | 10 +++---- chapter06/iproute2.xml | 2 +- chapter06/kbd.xml | 2 +- chapter06/m4.xml | 2 +- chapter06/mpfr.xml | 2 +- chapter06/ncurses.xml | 42 ++++++++++++++--------------- chapter06/patch.xml | 2 +- chapter06/pcre.xml | 16 +++++------ chapter06/perl.xml | 2 +- chapter06/pkgconfig.xml | 2 +- chapter06/popt.xml | 2 +- chapter06/systemd.xml | 70 ++++++++++++++++++++++++------------------------ chapter06/texinfo.xml | 2 +- chapter06/util-linux.xml | 6 ++--- chapter06/xml-parser.xml | 4 +-- chapter06/xz.xml | 4 +-- 33 files changed, 144 insertions(+), 146 deletions(-) diff --git a/chapter06/acl.xml b/chapter06/acl.xml index ac8ba4ee0..875aff701 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -110,7 +110,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so< chacl Changes the access control list of a file - or directory. + or directory chacl @@ -120,7 +120,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so< getfacl - Gets file access control lists. + Gets file access control lists getfacl @@ -130,7 +130,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so< setacl - Sets file access control lists. + Sets file access control lists setacl @@ -140,7 +140,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so< libacl - Contains the Acl API functions. + Contains the Acl API functions libacl diff --git a/chapter06/attr.xml b/chapter06/attr.xml index 9f5472f9f..cef60100d 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -114,7 +114,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so getfattr - Gets the extended attributes of filesystem objects. + Gets the extended attributes of filesystem objects getfattr @@ -134,7 +134,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so libattr - Contains the Attr API functions. + Contains the Attr API functions libattr diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 8f445f4fe..08dfe71c2 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -89,7 +89,7 @@ Produces shell scripts that automatically configure software source code packages to adapt to many kinds of Unix-like systems. The configuration scripts it produces are independent—running - them does not require the autoconf program. + them does not require the autoconf program autoconf diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index ae2e6f828..e3e15faa3 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -345,7 +345,7 @@ cd ../binutils-build A library for dealing with opcodes—the readable text versions of instructions for the processor; it is used for building utilities like - objdump. + objdump libopcodes diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 2a57767ab..b565cf766 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -110,14 +110,14 @@ - - liby.a + + liby The Yacc library containing implementations of Yacc-compatible yyerror and main functions; this library is normally not very useful, but POSIX requires it - - liby.a + + liby diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 32b5a2d2b..761bd7abb 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -233,12 +233,12 @@ ln -sv bzip2 /bin/bzcat - libbz2* + libbz2 The library implementing lossless, block-sorting data compression, using the Burrows-Wheeler algorithm - libbz2* + libbz2 diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index b42ba9adc..4d786cd70 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -1228,11 +1228,11 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8 - libstdbuf.so + libstdbuf Library used by stdbuf - libstdbuf.so + libstdbuf diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index d6978dd00..9df74a631 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -121,7 +121,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so dbus-cleanup-sockets - Used to clean up leftover sockets in a directory. + Used to clean up leftover sockets in a directory dbus-cleanup-sockets @@ -131,7 +131,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so dbus-daemon - The D-Bus message bus daemon. + The D-Bus message bus daemon dbus-daemon @@ -142,7 +142,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.sodbus-launch Starts dbus-daemon from a shell - script. + script dbus-launch @@ -152,7 +152,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so dbus-monitor - Monitors messages passing through a D-Bus message bus. + Monitors messages passing through a D-Bus message bus dbus-monitor @@ -164,7 +164,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so Starts a session bus instance of dbus-daemon from a shell script and starts a specified program in that - session. + session dbus-run-session @@ -174,7 +174,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so dbus-send - Sends a message to a D-Bus message bus. + Sends a message to a D-Bus message bus dbus-send @@ -184,7 +184,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so dbus-uuidgen - Generates a universally unique ID. + Generates a universally unique ID dbus-uuidgen @@ -195,9 +195,9 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.solibdbus-1 Contains API functions used to communicate with the D-Bus - message bus. + message bus - libdbus + libdbus-1 diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 0f29b7271..7374c75c0 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -248,7 +248,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e2freefrag - Reports free space fragmentation information + Reports free space fragmentation information e2freefrag @@ -295,7 +295,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info Replays the undo log undo_log for an ext2/ext3/ext4 filesystem found on a device. This can be used to undo a failed operation by an - e2fsprogs program. + e2fsprogs program e2undo @@ -326,7 +326,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infofsck.ext2 By default checks ext2 - file systems. This is a hard link to e2fsck. + file systems. This is a hard link to e2fsck fsck.ext2 @@ -337,7 +337,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infofsck.ext3 By default checks ext3 - file systems. This is a hard link to e2fsck. + file systems. This is a hard link to e2fsck fsck.ext3 @@ -348,7 +348,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infofsck.ext4 By default checks ext4 - file systems. This is a hard link to e2fsck. + file systems. This is a hard link to e2fsck fsck.ext4 @@ -360,7 +360,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info By default checks ext4 development file systems. This is a hard link to - e2fsck. + e2fsck fsck.ext4dev @@ -416,7 +416,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infomkfs.ext2 By default creates ext2 - file systems. This is a hard link to mke2fs. + file systems. This is a hard link to mke2fs mkfs.ext2 @@ -427,7 +427,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infomkfs.ext3 By default creates ext3 - file systems. This is a hard link to mke2fs. + file systems. This is a hard link to mke2fs mkfs.ext3 @@ -438,7 +438,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infomkfs.ext4 By default creates ext4 - file systems. This is a hard link to mke2fs. + file systems. This is a hard link to mke2fs mkfs.ext4 @@ -449,7 +449,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infomkfs.ext4dev By default creates ext4 - development file systems. This is a hard link to mke2fs. + development file systems. This is a hard link to mke2fs mkfs.ext4dev diff --git a/chapter06/expat.xml b/chapter06/expat.xml index 6e3fefa60..5a3bbea81 100644 --- a/chapter06/expat.xml +++ b/chapter06/expat.xml @@ -88,7 +88,7 @@ install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;xmlwf is a non-validating utility to check whether or not - XML documents are well formed. + XML documents are well formed xmlwf @@ -98,7 +98,7 @@ install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version; libexpat - contains API functions for parsing XML. + contains API functions for parsing XML libexpat diff --git a/chapter06/file.xml b/chapter06/file.xml index 004a885b9..b5e28f244 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -91,7 +91,7 @@ - libmagic.so + libmagic Contains routines for magic number recognition, used by the file program diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 66e177f3f..6dcff4dc5 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -114,7 +114,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb code Was formerly used to produce locate - databases; it is the ancestor of frcode. + databases; it is the ancestor of frcode code @@ -137,7 +137,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb Is called by updatedb to compress the list of file names; it uses front-compression, reducing the database size - by a factor of four to five. + by a factor of four to five frcode diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 53f8354ad..c9063842a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -381,9 +381,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib gcc-ar A wrapper around ar that adds a - plugin to the command line. This program is only used + plugin to the command line. This program is only used to add "link time optization" and is not useful with the - default build options. + default build options gc-ar @@ -394,9 +394,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib gcc-nm A wrapper around nm that adds a - plugin to the command line. This program is only used + plugin to the command line. This program is only used to add "link time optization" and is not useful with the - default build options. + default build options gc-nm @@ -407,9 +407,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib gcc-ranlib A wrapper around ranlib that adds a - plugin to the command line. This program is only used + plugin to the command line. This program is only used to add "link time optization" and is not useful with the - default build options. + default build options gc-ranlib @@ -442,7 +442,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib Contains run-time support for gcc - libgcc* + libgcc @@ -486,9 +486,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib liblto_plugin GCC's Link Time Optimization (LTO) plugin allows GCC to perform - optimizations across compilation units. + optimizations across compilation units - liblto_plugin* + liblto_plugin @@ -509,7 +509,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib GCC Quad Precision Math Library API - libquadmath* + libquadmath @@ -520,7 +520,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib Contains routines supporting GCC's stack-smashing protection functionality - libssp* + libssp diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index a4b36f18f..6457f1c83 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -96,7 +96,7 @@ gdbm_dump - Dumps a GDBM database to a file. + Dumps a GDBM database to a file gdbm_dump @@ -106,7 +106,7 @@ gdbm_load - Recreates a GDBM database from a dump file. + Recreates a GDBM database from a dump file gdbm_load diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 8c64a5059..cdbcdc392 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -407,14 +407,14 @@ - + preloadable_libintl A library, intended to be used by LD_PRELOAD that assists libintl in logging - untranslated messages. - - preloadable_libintl + untranslated messages + + preloadable_libintl diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 837132c26..2c5488e81 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -422,7 +422,7 @@ mkdir -pv /etc/ld.so.conf.d /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc, /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/locale, /usr/libexec/getconf, /usr/share/i18n, /usr/share/zoneinfo, - /var/cache/nscd, and /var/lib/nss_db + /var/cache/nscd, /var/lib/nss_db diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index e8d781f07..6f4c2c7c9 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -123,7 +123,7 @@ make install-html libgmp - Contains precision math functions. + Contains precision math functions libgmp @@ -133,7 +133,7 @@ make install-html libgmpxx - Contains C++ precision math functions. + Contains C++ precision math functions libgmpxx diff --git a/chapter06/intltool.xml b/chapter06/intltool.xml index fb170ea8e..ac157a2cd 100644 --- a/chapter06/intltool.xml +++ b/chapter06/intltool.xml @@ -83,7 +83,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N intltoolize - Prepares a package to use intltool. + Prepares a package to use intltool intltoolize @@ -93,7 +93,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N intltool-extract - Generates header files that can be read by gettext. + Generates header files that can be read by gettext intltool-extract @@ -103,7 +103,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N intltool-merge - Merges translated strings into various file types. + Merges translated strings into various file types intltool-merge @@ -113,7 +113,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N intltool-prepare - Updates pot files and merges them with translation files. + Updates pot files and merges them with translation files intltool-prepare @@ -123,7 +123,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N intltool-update - Updates the po template files and merges them with the translations. + Updates the po template files and merges them with the translations intltool-update diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 3dd8d1e31..14d3a2cb0 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -134,7 +134,7 @@ sed -i 's/arpd.8//' man/man8/Makefile A shell script wrapper for the ip command. Note that it requires the arping and rdisk programs from the - iputils package found at . + iputils package found at ifcfg diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index fa415fdb8..3a347be9b 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -387,7 +387,7 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version; Puts the keyboard and console in UNICODE mode. Don't use this program unless your keymap file is in the ISO-8859-1 encoding. For - other encodings, this utility produces incorrect results. + other encodings, this utility produces incorrect results unicode_start diff --git a/chapter06/m4.xml b/chapter06/m4.xml index c22282c1d..783aca41d 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -86,7 +86,7 @@ files, running Unix commands, performing integer arithmetic, manipulating text, recursion, etc. The m4 program can be used either as a front-end to a compiler or as a macro processor - in its own right. + in its own right m4 diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 2205a9df8..e4febcc9f 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -95,7 +95,7 @@ make install-html libmpfr - Contains multiple-precision math functions. + Contains multiple-precision math functions libmpfr diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 35be33550..571ac00b9 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -300,55 +300,55 @@ cp -av lib/lib*.so.5* /usr/lib - - libcurses + + libcursesw - A link to libncurses - - libcurses + A link to libncursesw + + libcursesw - - libncurses + + libncursesw Contains functions to display text in many complex ways on a terminal screen; a good example of the use of these functions is the menu displayed during the kernel's make menuconfig - - libncurses + + libncursesw - - libform + + libformw Contains functions to implement forms - - libform + + libformw - - libmenu + + libmenuw Contains functions to implement menus - - libmenu + + libmenuw - - libpanel + + libpanelw Contains functions to implement panels - - libpanel + + libpanelw diff --git a/chapter06/patch.xml b/chapter06/patch.xml index da7fcb3f7..e75881820 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -82,7 +82,7 @@ Modifies files according to a patch file. A patch file is normally a difference listing created with the diff program. By applying these differences to the original files, - patch creates the patched versions. + patch creates the patched versions patch diff --git a/chapter06/pcre.xml b/chapter06/pcre.xml index f44e5003d..cc7955ab6 100644 --- a/chapter06/pcre.xml +++ b/chapter06/pcre.xml @@ -130,7 +130,7 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so pcretest - Tests a Perl compatible regular expression. + Tests a Perl compatible regular expression pcretest @@ -141,7 +141,7 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so pcre-config Used during the compilation process of programs linking to the - PCRE libraries. + PCRE libraries pcre-config @@ -152,9 +152,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so libpcre Provides functions useful for working with regular - expressions. + expressions - libpcre* + libpcre @@ -162,9 +162,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so libpcrecpp - Provides C++ wrapper functions for the libpcre library. + Provides C++ wrapper functions for the libpcre library - libpcrecpp* + libpcrecpp @@ -173,9 +173,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so libpcreposix Provides wrapper functions based on the POSIX regular expression - API. + API - libpcreposix* + libpcreposix diff --git a/chapter06/perl.xml b/chapter06/perl.xml index c7bc8963e..2a32b78f0 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -474,7 +474,7 @@ unset BUILD_ZLIB BUILD_BZIP2 prove Command line tool for running tests against the Test::Harness - module. + module prove diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index 77ca840bd..ee2214c37 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -108,7 +108,7 @@ pkg-config - returns meta information for the specified library or package. + returns meta information for the specified library or package pkg-config diff --git a/chapter06/popt.xml b/chapter06/popt.xml index e1f950808..cc7c6bdc2 100644 --- a/chapter06/popt.xml +++ b/chapter06/popt.xml @@ -80,7 +80,7 @@ libpopt - is used to parse command-line options. + is used to parse command-line options libpopt diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index eb7d3bb16..2090b39de 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -244,7 +244,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-run, systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2, - libsystemd.so, libudev.so + libsystemd.so, and libudev.so /etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, @@ -263,7 +263,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init bootctl - used to query the firmware and boot manager settings. + used to query the firmware and boot manager settings bootctl @@ -273,7 +273,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init busctl - Used to introspect and monitor the D-Bus bus. + Used to introspect and monitor the D-Bus bus busctl @@ -297,7 +297,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init -h option, except when already in run-level 0, then it tells the kernel to halt the system; it notes in the file /var/log/wtmp that the system is being - brought down. + brought down halt @@ -308,7 +308,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init hostnamectl Used to query and change the system hostname and related - settings. + settings hostnamectl @@ -320,7 +320,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init The first process to be started when the kernel has initialized the hardware which takes over the boot process and starts all the - proceses it is instructed to. + proceses it is instructed to init @@ -330,7 +330,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init journalctl - Used to query the contents of the systemd Journal. + Used to query the contents of the systemd Journal journalctl @@ -341,7 +341,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init kernel-install Used to add and remove kernel and initramfs images to and - from /boot. + from /boot kernel-install @@ -352,7 +352,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init localectl Used to query and change the system locale and keyboard layout - settings. + settings localectl @@ -363,7 +363,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init loginctl Used to introspect and control the state of the systemd Login - Manager. + Manager loginctl @@ -385,7 +385,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init poweroff Tells the kernel to halt the system and switch off the computer - (see halt). + (see halt) poweroff @@ -396,7 +396,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init reboot Tells the kernel to reboot the system (see - halt). + halt) reboot @@ -407,7 +407,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init runlevel Reports the previous and the current run-level, as noted in the - last run-level record in /var/run/utmp. + last run-level record in /var/run/utmp runlevel @@ -418,7 +418,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init shutdown Brings the system down in a secure way, signaling all processes - and notifying all logged-in users. + and notifying all logged-in users shutdown @@ -429,7 +429,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemctl Used to introspect and control the state of the systemd system and - service manager. + service manager systemctl @@ -439,7 +439,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-analyze - Used to determine system boot-up performance of the current boot. + Used to determine system boot-up performance of the current boot systemd-analyze @@ -451,7 +451,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-ask-password Used to query a system password or passphrase from the user, using a - question message specified on the command line. + question message specified on the command line systemd-ask-password @@ -461,7 +461,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-cat - Used to connect STDOUT and STDERR of a process with the Journal. + Used to connect STDOUT and STDERR of a process with the Journal systemd-cat @@ -473,7 +473,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-cgls Recursively shows the contents of the selected Linux control group - hierarchy in a tree. + hierarchy in a tree systemd-cgls @@ -484,7 +484,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-cgtop Shows the top control groups of the local Linux control group hierarchy, - ordered by their CPU, memory and disk I/O load. + ordered by their CPU, memory and disk I/O load systemd-cgtop @@ -496,7 +496,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init Used to identify and compare configuration files in /etc that override default - counterparts in /usr. + counterparts in /usr systemd-delta @@ -506,7 +506,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-detect-virt - Detects execution in a virtualized environment. + Detects execution in a virtualized environment systemd-detect-virt @@ -516,7 +516,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-escape - Used to escape strings for inclusion in systemd unit names. + Used to escape strings for inclusion in systemd unit names systemd-escape @@ -527,7 +527,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-inhibit Used to execute a program with a shutdown, sleep or idle inhibitor lock - taken. + taken systemd-inhibit @@ -539,7 +539,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init Used by system installer tools to initialize the machine ID stored in /etc/machine-id at install time with a randomly - generated ID. + generated ID systemd-machine-id-setup @@ -549,7 +549,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-notify - Used by daemon scripts to notify the init system about status changes. + Used by daemon scripts to notify the init system about status changes systemd-notify @@ -560,7 +560,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-nspawn - Used to run a command or OS in a light-weight namespace container. + Used to run a command or OS in a light-weight namespace container systemd-nspawn @@ -570,7 +570,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-path - Used to query system and user paths. + Used to query system and user paths systemd-path @@ -581,7 +581,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-run Used to create and start a transient .service or a .scope unit and - run the specified command in it. + run the specified command in it systemd-run @@ -603,7 +603,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init Creates, deletes and cleans up volatile and temporary files and directories, based on the configuration file format and location specified in - tmpfiles.d directories. + tmpfiles.d directories systemd-tmpfiles @@ -623,7 +623,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init telinit - Tells init which run-level to change to. + Tells init which run-level to change to telinit @@ -633,7 +633,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init timedatectl - Used to query and change the system clock and its settings. + Used to query and change the system clock and its settings timedatectl @@ -647,7 +647,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init Generic Udev administration tool: controls the udevd daemon, provides info from the Udev database, monitors uevents, waits for uevents to finish, tests Udev configuration, and triggers uevents - for a given device. + for a given device udevadm @@ -657,7 +657,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init libsystemd - systemd utility library. + systemd utility library libsystemd @@ -667,7 +667,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init libudev - A library to access Udev device information. + A library to access Udev device information libudev diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index c24b2e59f..b4a5639b6 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -118,7 +118,7 @@ popd Used to read info pages which are similar to man pages, but often go much deeper than just explaining all the available command line options. For example, compare man bison and - info bison. + info bison info diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index de57d712a..9689c3440 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -126,9 +126,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis, wipefs, and x86_64 - libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so} - /etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount, /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt, /var/lib/hwclock @@ -620,7 +618,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" lsblk Lists information about all or selected block devices in - a tree-like format. + a tree-like format lsblk @@ -1078,7 +1076,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" uuidd A daemon used by the UUID library to generate time-based - UUIDs in a secure and guranteed-unique fashion. + UUIDs in a secure and guranteed-unique fashion uuidd diff --git a/chapter06/xml-parser.xml b/chapter06/xml-parser.xml index 8a5e5b917..54d5bcb35 100644 --- a/chapter06/xml-parser.xml +++ b/chapter06/xml-parser.xml @@ -76,9 +76,9 @@ - Expat.so + Expat - provides the Perl Expat interface. + provides the Perl Expat interface Expat diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 67594d2d4..60402cd18 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -323,12 +323,12 @@ ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so - liblzma* + liblzma The library implementing lossless, block-sorting data compression, using the Lempel-Ziv-Markov chain algorithm - liblzma* + liblzma -- cgit v1.2.3-54-g00ecf