diff options
author | Jason St. John <jstjohn@purdue.edu> | 2013-07-16 10:20:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-16 17:43:11 +0200 |
commit | 9c33d34fe4cd0bc58ea12e5258e595647c9e0b29 (patch) | |
tree | 3bac04b01cc73d654d4004f3088a37a9071be5fd /man/systemd.scope.xml | |
parent | 6ed80a4e346883b99263a1a13505ef6afcbc09c3 (diff) |
man: improve readability of --output options in journalctl(1)
The list and descriptions of valid output options was difficult to read,
so break up the long block of text into discrete man page list items to
improve readability.
Diffstat (limited to 'man/systemd.scope.xml')
-rw-r--r-- | man/systemd.scope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml index 6cd8c8845a..126440a15f 100644 --- a/man/systemd.scope.xml +++ b/man/systemd.scope.xml @@ -59,7 +59,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. by systemd to encapsulate processes not launched by systemd itself. This management is performed by creating a node in the control group tree. Processes are moved into the scope by means - of the DBus API. + of the D-Bus API. <command>systemd-run <option>--scope</option></command> can be used to easily launch a command in a new scope unit.</para> |