Ignore:
Timestamp:
02/07/2015 12:33:39 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
146620c
Parents:
a063de63
Message:

Introduce some consistency in short descriptions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    ra063de63 r930578e4  
    245245        systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
    246246        <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2,
    247         libsystemd.so, libudev.so</seg>
     247        libsystemd.so, and libudev.so</seg>
    248248        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
    249249        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
     
    264264        <term><command>bootctl</command></term>
    265265        <listitem>
    266           <para>used to query the firmware and boot manager settings.</para>
     266          <para>used to query the firmware and boot manager settings</para>
    267267          <indexterm zone="ch-system-systemd bootctl">
    268268            <primary sortas="b-bootctl">bootctl</primary>
     
    274274        <term><command>busctl</command></term>
    275275        <listitem>
    276           <para>Used to introspect and monitor the D-Bus bus.</para>
     276          <para>Used to introspect and monitor the D-Bus bus</para>
    277277          <indexterm zone="ch-system-systemd busctl">
    278278            <primary sortas="b-busctl">busctl</primary>
     
    298298          then it tells the kernel to halt the system; it notes in the
    299299          file <filename>/var/log/wtmp</filename> that the system is being
    300           brought down.</para>
     300          brought down</para>
    301301          <indexterm zone="ch-system-systemd halt">
    302302            <primary sortas="b-halt">halt</primary>
     
    309309        <listitem>
    310310          <para>Used to query and change the system hostname and related
    311           settings.</para>
     311          settings</para>
    312312          <indexterm zone="ch-system-systemd hostnamectl">
    313313            <primary sortas="b-hostnamectl">hostnamectl</primary>
     
    321321          <para>The first process to be started when the kernel has initialized
    322322          the hardware which takes over the boot process and starts all the
    323           proceses it is instructed to.</para>
     323          proceses it is instructed to</para>
    324324          <indexterm zone="ch-system-systemd init">
    325325            <primary sortas="b-init">init</primary>
     
    331331        <term><command>journalctl</command></term>
    332332        <listitem>
    333           <para>Used to query the contents of the systemd Journal.</para>
     333          <para>Used to query the contents of the systemd Journal</para>
    334334          <indexterm zone="ch-system-systemd journalctl">
    335335            <primary sortas="b-journalctl">journalctl</primary>
     
    342342        <listitem>
    343343          <para>Used to add and remove kernel and initramfs images to and
    344           from /boot.</para>
     344          from /boot</para>
    345345          <indexterm zone="ch-system-systemd kernel-install">
    346346            <primary sortas="b-kernel-install">kernel-install</primary>
     
    353353        <listitem>
    354354          <para>Used to query and change the system locale and keyboard layout
    355           settings.</para>
     355          settings</para>
    356356          <indexterm zone="ch-system-systemd localectl">
    357357            <primary sortas="b-localectl">localectl</primary>
     
    364364        <listitem>
    365365          <para>Used to introspect and control the state of the systemd Login
    366           Manager.</para>
     366          Manager</para>
    367367          <indexterm zone="ch-system-systemd loginctl">
    368368            <primary sortas="b-loginctl">loginctl</primary>
     
    386386        <listitem>
    387387          <para>Tells the kernel to halt the system and switch off the computer
    388           (see <command>halt</command>).</para>
     388          (see <command>halt</command>)</para>
    389389          <indexterm zone="ch-system-systemd poweroff">
    390390            <primary sortas="b-poweroff">poweroff</primary>
     
    397397        <listitem>
    398398          <para>Tells the kernel to reboot the system (see
    399           <command>halt</command>).</para>
     399          <command>halt</command>)</para>
    400400          <indexterm zone="ch-system-systemd reboot">
    401401            <primary sortas="b-reboot">reboot</primary>
     
    408408        <listitem>
    409409          <para>Reports the previous and the current run-level, as noted in the
    410           last run-level record in <filename>/var/run/utmp</filename>.</para>
     410          last run-level record in <filename>/var/run/utmp</filename></para>
    411411          <indexterm zone="ch-system-systemd runlevel">
    412412            <primary sortas="b-runlevel">runlevel</primary>
     
    419419        <listitem>
    420420          <para>Brings the system down in a secure way, signaling all processes
    421           and notifying all logged-in users.</para>
     421          and notifying all logged-in users</para>
    422422          <indexterm zone="ch-system-systemd shutdown">
    423423            <primary sortas="b-shutdown">shutdown</primary>
     
    430430        <listitem>
    431431          <para>Used to introspect and control the state of the systemd system and
    432           service manager.</para>
     432          service manager</para>
    433433          <indexterm zone="ch-system-systemd systemctl">
    434434            <primary sortas="b-systemctl">systemctl</primary>
     
    440440        <term><command>systemd-analyze</command></term>
    441441        <listitem>
    442           <para>Used to determine system boot-up performance of the current boot.
     442          <para>Used to determine system boot-up performance of the current boot
    443443          </para>
    444444          <indexterm zone="ch-system-systemd systemd-analyze">
     
    452452        <listitem>
    453453          <para>Used to query a system password or passphrase from the user, using a
    454           question message specified on the command line.</para>
     454          question message specified on the command line</para>
    455455          <indexterm zone="ch-system-systemd systemd-ask-password">
    456456            <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
     
    462462        <term><command>systemd-cat</command></term>
    463463        <listitem>
    464           <para>Used to connect STDOUT and STDERR of a process with the Journal.
     464          <para>Used to connect STDOUT and STDERR of a process with the Journal
    465465          </para>
    466466          <indexterm zone="ch-system-systemd systemd-cat">
     
    474474        <listitem>
    475475          <para>Recursively shows the contents of the selected Linux control group
    476           hierarchy in a tree.</para>
     476          hierarchy in a tree</para>
    477477          <indexterm zone="ch-system-systemd systemd-cgls">
    478478            <primary sortas="b-systemd-cgls">systemd-cgls</primary>
     
    485485        <listitem>
    486486          <para>Shows the top control groups of the local Linux control group hierarchy,
    487           ordered by their CPU, memory and disk I/O load.</para>
     487          ordered by their CPU, memory and disk I/O load</para>
    488488          <indexterm zone="ch-system-systemd systemd-cgtop">
    489489            <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
     
    497497          <para>Used to identify and compare configuration files in
    498498          <filename class="directory">/etc</filename> that override default
    499           counterparts in <filename class="directory">/usr</filename>.</para>
     499          counterparts in <filename class="directory">/usr</filename></para>
    500500          <indexterm zone="ch-system-systemd systemd-delta">
    501501            <primary sortas="b-systemd-delta">systemd-delta</primary>
     
    507507        <term><command>systemd-detect-virt</command></term>
    508508        <listitem>
    509           <para>Detects execution in a virtualized environment.</para>
     509          <para>Detects execution in a virtualized environment</para>
    510510          <indexterm zone="ch-system-systemd systemd-detect-virt">
    511511            <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
     
    517517        <term><command>systemd-escape</command></term>
    518518        <listitem>
    519           <para>Used to escape strings for inclusion in systemd unit names.</para>
     519          <para>Used to escape strings for inclusion in systemd unit names</para>
    520520          <indexterm zone="ch-system-systemd systemd-escape">
    521521            <primary sortas="b-systemd-escape">systemd-escape</primary>
     
    528528        <listitem>
    529529          <para>Used to execute a program with a shutdown, sleep or idle inhibitor lock
    530           taken.</para>
     530          taken</para>
    531531          <indexterm zone="ch-system-systemd systemd-inhibit">
    532532            <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
     
    540540          <para>Used by system installer tools to initialize the machine ID stored in
    541541          <filename>/etc/machine-id</filename> at install time with a randomly
    542           generated ID.</para>
     542          generated ID</para>
    543543          <indexterm zone="ch-system-systemd systemd-machine-id-setup">
    544544            <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
     
    550550        <term><command>systemd-notify</command></term>
    551551        <listitem>
    552           <para>Used by daemon scripts to notify the init system about status changes.
     552          <para>Used by daemon scripts to notify the init system about status changes
    553553          </para>
    554554          <indexterm zone="ch-system-systemd systemd-notify">
     
    561561        <term><command>systemd-nspawn</command></term>
    562562        <listitem>
    563           <para>Used to run a command or OS in a light-weight namespace container.</para>
     563          <para>Used to run a command or OS in a light-weight namespace container</para>
    564564          <indexterm zone="ch-system-systemd systemd-nspawn">
    565565            <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
     
    571571        <term><command>systemd-path</command></term>
    572572        <listitem>
    573           <para>Used to query system and user paths.</para>
     573          <para>Used to query system and user paths</para>
    574574          <indexterm zone="ch-system-systemd systemd-path">
    575575            <primary sortas="b-systemd-path">systemd-path</primary>
     
    582582        <listitem>
    583583          <para>Used to create and start a transient .service or a .scope unit and
    584           run the specified command in it.</para>
     584          run the specified command in it</para>
    585585          <indexterm zone="ch-system-systemd systemd-run">
    586586            <primary sortas="b-systemd-run">systemd-run</primary>
     
    604604          <para>Creates, deletes and cleans up volatile and temporary files and directories,
    605605          based on the configuration file format and location specified in
    606           <filename class="directory">tmpfiles.d</filename> directories.</para>
     606          <filename class="directory">tmpfiles.d</filename> directories</para>
    607607          <indexterm zone="ch-system-systemd systemd-tmpfiles">
    608608            <primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
     
    624624        <term><command>telinit</command></term>
    625625        <listitem>
    626           <para>Tells <command>init</command> which run-level to change to.</para>
     626          <para>Tells <command>init</command> which run-level to change to</para>
    627627          <indexterm zone="ch-system-systemd telinit">
    628628            <primary sortas="b-telinit">telinit</primary>
     
    634634        <term><command>timedatectl</command></term>
    635635        <listitem>
    636           <para>Used to query and change the system clock and its settings.
     636          <para>Used to query and change the system clock and its settings
    637637          </para>
    638638          <indexterm zone="ch-system-systemd timedatectl">
     
    648648          provides info from the Udev database, monitors uevents, waits for
    649649          uevents to finish, tests Udev configuration, and triggers uevents
    650           for a given device.</para>
     650          for a given device</para>
    651651          <indexterm zone="ch-system-systemd udevadm">
    652652            <primary sortas="b-udevadm">udevadm</primary>
     
    658658        <term><filename class="libraryfile">libsystemd</filename></term>
    659659        <listitem>
    660           <para>systemd utility library.</para>
     660          <para>systemd utility library</para>
    661661          <indexterm zone="ch-system-systemd libsystemd">
    662662            <primary sortas="c-libsystemd">libsystemd</primary>
     
    668668        <term><filename class="libraryfile">libudev</filename></term>
    669669        <listitem>
    670           <para>A library to access Udev device information.</para>
     670          <para>A library to access Udev device information</para>
    671671          <indexterm zone="ch-system-systemd libudev">
    672672            <primary sortas="c-libudev">libudev</primary>
Note: See TracChangeset for help on using the changeset viewer.