From: Lennart Poettering Date: Fri, 26 Aug 2016 10:29:52 +0000 (+0200) Subject: man: shorten the exit status table a bit X-Git-Tag: v232~181^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6757c06a1a8dd3755338ca76e598e0d81dc164f2;p=thirdparty%2Fsystemd.git man: shorten the exit status table a bit Let's merge a couple of columns, to make the table a bit shorter. This effectively just drops whitespace, not contents, but makes the currently humungous table much much more compact. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6811e7cc537..403aa471c89 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1658,32 +1658,32 @@ timeout killed - TERMKILL + TERM, KILL exited - 0123…255 + 0, 1, 2, 3, …, 255 exit-code exited - 0123…255 + 0, 1, 2, 3, …, 255 signal killed - HUPINTKILL… + HUP, INT, KILL, … core-dump dumped - ABRTSEGVQUIT… + ABRT, SEGV, QUIT, … @@ -1693,12 +1693,12 @@ killed - TERMKILL + TERM, KILL exited - 0123…255 + 0, 1, 2, 3, …, 255