From 05b3ce6df1c334f91f5b62dd547062dd6986c80a Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Fri, 14 Feb 2014 22:07:22 -0500 Subject: [PATCH] man: use spaces instead of tabs Several sections of the man pages included intermixed tabs and spaces; this commit replaces all tabs with spaces. (cherry picked from commit b200a92cdc47b204e2ed7fbdd1eaf15abfd019c6) Conflicts: man/crypttab.xml man/sd_bus_creds_get_pid.xml man/systemd.service.xml --- man/systemd-delta.xml | 68 ++++++++++++++++++++++++------------------------- man/systemd.service.xml | 4 +-- man/systemd.socket.xml | 20 +++++++-------- 3 files changed, 46 insertions(+), 46 deletions(-) diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index f802aa5..23fb8d1 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -50,8 +50,8 @@ systemd-delta - OPTIONS - PREFIX/SUFFIX|SUFFIX + OPTIONS + PREFIX/SUFFIX|SUFFIX @@ -78,27 +78,27 @@ the name of the main configuration file, must match). For a fuller explanation, see systemd.unit5. - - - The command line argument will be split into a - prefix and a suffix. Either is optional. The prefix - must be one of the directories containing - configuration files (/etc, - /run, - /usr/lib, ...). If it is given, - only overriding files contained in this directory will - be shown. Otherwise, all overriding files will be - shown. The suffix must be a name of a subdirectory - containing configuration files like - tmpfiles.d, - sysctl.d or - systemd/system. If it is given, - only configuration files in this subdirectory (across - all configuration paths) will be analyzed. Otherwise, - all configuration files will be analyzed. If the - commandline argument is not given at all, all - configuration files will be analyzed. See below for - some examples. + + + The command line argument will be split into a + prefix and a suffix. Either is optional. The prefix + must be one of the directories containing + configuration files (/etc, + /run, + /usr/lib, ...). If it is given, + only overriding files contained in this directory will + be shown. Otherwise, all overriding files will be + shown. The suffix must be a name of a subdirectory + containing configuration files like + tmpfiles.d, + sysctl.d or + systemd/system. If it is given, + only configuration files in this subdirectory (across + all configuration paths) will be analyzed. Otherwise, + all configuration files will be analyzed. If the + commandline argument is not given at all, all + configuration files will be analyzed. See below for + some examples. @@ -200,21 +200,21 @@ - - Examples + + Examples - To see all local configuration: - systemd-delta + To see all local configuration: + systemd-delta - To see all runtime configuration: - systemd-delta /run + To see all runtime configuration: + systemd-delta /run - To see all system unit configuration changes: - systemd-delta systemd/system + To see all system unit configuration changes: + systemd-delta systemd/system - To see all runtime "drop-in" changes for system units: - systemd-delta --type=extended /run/systemd/system - + To see all runtime "drop-in" changes for system units: + systemd-delta --type=extended /run/systemd/system + Exit status diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c116a9b..0f4be71 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -769,8 +769,8 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} exit statuses is merged. If the empty string is assigned to this option, the list is reset, all prior assignments - of this option will have no - effect. + of this option will have no + effect. diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index da0f2aa..39fba51 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -121,16 +121,16 @@ boot or late system shutdown should disable this option. - Socket units will have a - Before= dependency on the service - which they trigger added implicitly. No implicit - WantedBy= or - RequiredBy= dependency from the - socket to the service is added. This means that the - service may be started without the socket, in which - case it must be able to open sockets by itself. To - prevent this, an explicit Requires= - dependency may be added. + Socket units will have a + Before= dependency on the service + which they trigger added implicitly. No implicit + WantedBy= or + RequiredBy= dependency from the + socket to the service is added. This means that the + service may be started without the socket, in which + case it must be able to open sockets by itself. To + prevent this, an explicit Requires= + dependency may be added. Socket units may be used to implement on-demand starting of services, as well as parallelized starting