diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-19 16:00:13 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-19 16:00:22 -0400 |
commit | 04ac799283f517672a5424e7c5bf066cfa4ca020 (patch) | |
tree | a8d8d2fbb93b5d80337416978a73c12afddf512c | |
parent | 58a25dac28b14b798299935ed0fd400965da4623 (diff) |
man: fix spacing issue in systemd-nspawn(1)
Same as 1e158d273.
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | man/systemd-nspawn.xml | 9 |
2 files changed, 8 insertions, 5 deletions
@@ -23,6 +23,10 @@ Bugfixes: - make the resulting line the requested number of *characters*, not *bytes*, - avoid truncuating multi-byte sequences in the middle. +* shorten the message to sane length: + + Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details. + Fedora 20: * external: ps should gain colums for slice and machine diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index f4c5d77eed..e55933d069 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -97,14 +97,13 @@ involved with boot and systems management.</para> <para>In contrast to - <citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>1</manvolnum></citerefentry> - <command>systemd-nspawn</command> may be used to boot - full Linux-based operating systems in a - container.</para> + <citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>1</manvolnum></citerefentry> <command>systemd-nspawn</command> + may be used to boot full Linux-based operating systems + in a container.</para> <para>Use a tool like <citerefentry><refentrytitle>yum</refentrytitle><manvolnum>8</manvolnum></citerefentry>, - <citerefentry><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry> + <citerefentry><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry>, or <citerefentry><refentrytitle>pacman</refentrytitle><manvolnum>8</manvolnum></citerefentry> to set up an OS directory tree suitable as file system |