X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-delta.xml;h=072f55f1a1fcad44dcb37a74103940ce500da39e;hp=0e06b48fcc37d81e046bffcd71daa8564b4c7347;hb=9a9bb3ca1eddc8caa2d7aa3e6e27d270e296923f;hpb=7e8d5761ecd4e8bc8f93b1f21861cac2a39a78a1 diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index 0e06b48fc..072f55f1a 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -67,7 +67,7 @@ systemd/system. When no argument is specified a number of - well-known subdirectories are searched for overriden + well-known subdirectories are searched for overridden files. @@ -95,9 +95,70 @@ - Do not pipe output into a - pager. - + Do not pipe output into a + pager. + + + + + + + When listing the + differences, only list those that are + asked for. The list itself is a + comma-separated list of desired + difference types. + + Recognized types are: + + + + masked + + Show masked files + + + + equivalent + + Show overridden + files that while overridden, do + not differ in content. + + + + redirected + + Show files that + are redirected to another. + + + + overridden + + Show overridden, + and changed files. + + + + unchanged + + Show unmodified + files too. + + + + + + + + + When showing modified + files, when a file is overridden show a + diff as well. This option takes a + boolean argument. If omitted it defaults + to . +