From: Lennart Poettering Date: Tue, 25 Jun 2019 08:44:59 +0000 (+0200) Subject: man: improve --test documentation X-Git-Tag: v243-rc1~233^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc9ba15efe9ba647ec11fbb069508d2f73832f64;p=thirdparty%2Fsystemd.git man: improve --test documentation Incorporates some suggestions from: https://github.com/systemd/systemd/pull/12868#discussion_r296738370 https://github.com/systemd/systemd/commit/cd69e88ba3a692618048117b26fc9ea339aa1845#commitcomment-34060775 --- diff --git a/man/systemd.xml b/man/systemd.xml index dfd77a474da..77c6cc3dd71 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -71,12 +71,13 @@ Determine the initial start-up transaction (i.e. the list of jobs enqueued at - start-up), dump it and exit. This option is useful for debugging only. Note that during regular - service manager start-up further units might be started than this operation shows, because hardware, - socket, bus or other kinds of activation might add additional jobs. Use to - request the initial transaction of the system service manager (this is also the implied default), - combine with to request the initial transaction of the per-user service - manager instead. + start-up), dump it and exit — without actually executing any of the determined jobs. This option is + useful for debugging only. Note that during regular service manager start-up additional units not + shown by this operation may be started, because hardware, socket, bus or other kinds of activation + might add additional jobs as the transaction is executed. Use to request + the initial transaction of the system service manager (this is also the implied default), combine + with to request the initial transaction of the per-user service manager + instead.