From: Lennart Poettering Date: Sat, 7 Feb 2026 22:34:09 +0000 (+0100) Subject: man: add super basic man page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18008703832056f0aedf13f977fec0e6e2236af;p=thirdparty%2Fsystemd.git man: add super basic man page --- diff --git a/man/rules/meson.build b/man/rules/meson.build index d062187d6ba..2faed1d29e6 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -1132,6 +1132,7 @@ manpages = [ 'ENABLE_RANDOMSEED'], ['systemd-remount-fs.service', '8', ['systemd-remount-fs'], ''], ['systemd-repart', '8', ['systemd-repart.service'], 'ENABLE_REPART'], + ['systemd-report', '1', [], ''], ['systemd-resolved.service', '8', ['systemd-resolved'], 'ENABLE_RESOLVE'], ['systemd-rfkill.service', '8', diff --git a/man/systemd-report.xml b/man/systemd-report.xml new file mode 100644 index 00000000000..c35993372ae --- /dev/null +++ b/man/systemd-report.xml @@ -0,0 +1,74 @@ + + + + + + + + systemd-report + systemd + + + + systemd-report + 1 + + + + systemd-report + Generate report of system facts and metrics + + + + + systemd-report OPTIONS + + + + + Description + + systemd-report requests facts and metrics from the system and writes them to + standard output. + + + + Options + + The following options are understood: + + + + + + + + Query per-system metrics sources (the default), or the per-user metrics sources. + + + + + + + + + + + + + + Exit status + + On success, 0 is returned, a non-zero failure code + otherwise. + + + + See Also + + systemd1 + + +