From 7e8d5761ecd4e8bc8f93b1f21861cac2a39a78a1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 May 2012 03:36:42 +0200 Subject: delta: add missing files --- man/systemd-delta.xml | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 man/systemd-delta.xml (limited to 'man/systemd-delta.xml') diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml new file mode 100644 index 000000000..0e06b48fc --- /dev/null +++ b/man/systemd-delta.xml @@ -0,0 +1,120 @@ + + + + + + + + + systemd-delta + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-delta + 1 + + + + systemd-delta + Find overridden configuration files + + + + + systemd-delta OPTIONS SUFFIX + + + + + Description + + systemd-delta may be used to + identify and compare configuration files in + /etc that override default + counterparts in /usr. The command + line argument can be one or more name of a subdirectories of + /etc or + /usr/lib to compare, such as + tmpfiles.d, sysctl.d or + systemd/system. + + When no argument is specified a number of + well-known subdirectories are searched for overriden + files. + + + + Options + + 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. + + + + + + + + Exit status + + On success 0 is returned, a non-zero failure + code otherwise. + + + + See Also + + systemd1 + + + + -- cgit v1.2.3-65-gdbad