diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-16 05:31:31 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-16 05:31:31 +0000 |
commit | 8d3553538e714f11177209648fcc84957acf780e (patch) | |
tree | a51c589804d2998a66aba4b2fcd1ef6c193dc88b /chapter08/systemd.xml | |
parent | 164d38efea13e4e080cadfc65181efd6c1f62dd3 (diff) |
clean up short descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 4fe8e9a22..23f27e10a 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -348,7 +348,7 @@ meson --prefix=/usr \ <para>Is the first process to be started when the kernel has initialized the hardware which takes over the boot process and starts all processes according to its configuration files. In this case, it starts - systemd.</para> + systemd</para> <indexterm zone="ch-system-systemd init"> <primary sortas="b-init">init</primary> </indexterm> @@ -369,7 +369,7 @@ meson --prefix=/usr \ <term><command>kernel-install</command></term> <listitem> <para>Is used to add and remove kernel and initramfs images to and - from /boot. In LFS, this is done manually.</para> + from /boot. In LFS, this is done manually</para> <indexterm zone="ch-system-systemd kernel-install"> <primary sortas="b-kernel-install">kernel-install</primary> </indexterm> @@ -469,7 +469,7 @@ meson --prefix=/usr \ <listitem> <para>Sends control commands to the network name resolution manager, or resolves domain names, IPv4 and IPv6 addresses, - DNS records, and services.</para> + DNS records, and services</para> <indexterm zone="ch-system-systemd resolvectl"> <primary sortas="b-resolvectl">resolvectl</primary> </indexterm> @@ -535,7 +535,7 @@ meson --prefix=/usr \ <term><command>systemd-cat</command></term> <listitem> <para>Is used to connect the STDOUT and STDERR outputs of a process - with the systemd journal. + with the systemd journal </para> <indexterm zone="ch-system-systemd systemd-cat"> <primary sortas="b-systemd-cat">systemd-cat</primary> @@ -581,7 +581,7 @@ meson --prefix=/usr \ <term><command>systemd-detect-virt</command></term> <listitem> <para>Detects whether the system is being run in a virtual - environment, and adjusts udev accordingly.</para> + environment, and adjusts udev accordingly</para> <indexterm zone="ch-system-systemd systemd-detect-virt"> <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary> </indexterm> @@ -591,7 +591,7 @@ meson --prefix=/usr \ <varlistentry id="systemd-dissect"> <term><command>systemd-dissect</command></term> <listitem> - <para>Is used to inspect OS disk images.</para> + <para>Is used to inspect OS disk images</para> <indexterm zone="ch-system-systemd systemd-dissect"> <primary sortas="b-systemd-dissect">systemd-dissect</primary> </indexterm> @@ -634,7 +634,7 @@ meson --prefix=/usr \ <listitem> <para>Is used to execute a program with a shutdown, sleep or idle inhibitor lock taken, preventing an action such as a system shutdown - until the process is completed.</para> + until the process is completed</para> <indexterm zone="ch-system-systemd systemd-inhibit"> <primary sortas="b-systemd-inhibit">systemd-inhibit</primary> </indexterm> @@ -656,7 +656,7 @@ meson --prefix=/usr \ <varlistentry id="systemd-mount"> <term><command>systemd-mount</command></term> <listitem> - <para>Is used to temporarily mount or automount disks.</para> + <para>Is used to temporarily mount or automount disks</para> <indexterm zone="ch-system-systemd systemd-mount"> <primary sortas="b-systemd-mount">systemd-mount</primary> </indexterm> @@ -699,7 +699,7 @@ meson --prefix=/usr \ <term><command>systemd-repart</command></term> <listitem> <para>Is used to grow and add partitions to a partition table when - systemd is used in an OS image (e.g. a container).</para> + systemd is used in an OS image (e.g. a container)</para> <indexterm zone="ch-system-systemd systemd-repart"> <primary sortas="b-systemd-repart">systemd-repart</primary> </indexterm> @@ -722,7 +722,7 @@ meson --prefix=/usr \ <listitem> <para>Is used to create and start a transient .service or a .scope unit and run the specified command in it. This is useful for - validating systemd units.</para> + validating systemd units</para> <indexterm zone="ch-system-systemd systemd-run"> <primary sortas="b-systemd-run">systemd-run</primary> </indexterm> @@ -733,7 +733,7 @@ meson --prefix=/usr \ <term><command>systemd-socket-activate</command></term> <listitem> <para>Is used to listen on socket devices and launch a process upon - a successful connection to the socket.</para> + a successful connection to the socket</para> <indexterm zone="ch-system-systemd systemd-socket-activate"> <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary> </indexterm> |