X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-delta.xml;h=9117773b7f7508546acc87f2fcc6acea04c959de;hp=4d3ab78040c5212c239312262de127b70b958be0;hb=af93291cc4cbd2fe2fb4af7d3c56138fb39f31dc;hpb=6096dfd6167f8520be3a359c1fd0e6f2e76a4dc1 diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index 4d3ab7804..9117773b7 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + systemd-delta @@ -50,8 +51,8 @@ systemd-delta - OPTIONS - PREFIX/SUFFIX|SUFFIX + OPTIONS + PREFIX/SUFFIX|SUFFIX @@ -78,27 +79,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. @@ -107,28 +108,6 @@ The following options are understood: - - - - - Prints a short help - text and exits. - - - - - - Prints a short version - string and exits. - - - - - - Do not pipe output into a - pager. - - @@ -197,33 +176,32 @@ to . + + + - - 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 - On success 0 is returned, a non-zero failure + On success, 0 is returned, a non-zero failure code otherwise.