From: Zbigniew Jędrzejewski-Szmek Date: Sat, 30 May 2026 19:44:58 +0000 (+0200) Subject: man/systemd: reword description of 2/3/4/5 X-Git-Tag: v261-rc3~28^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1721325dfdf76640130513e7a14b4c08291f35;p=thirdparty%2Fsystemd.git man/systemd: reword description of 2/3/4/5 We shouldn't say that that they boot into "a … legacy target", because they boot into the standard targets. Those names are just aliases now. (And also the user is not required to know what SysV even is, so it shouldn't be used in the main explanation.) --- diff --git a/man/systemd.xml b/man/systemd.xml index 30ae385029b..9020579d73c 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -996,10 +996,10 @@ rd.emergency -b - Boot into emergency mode. This is equivalent - to systemd.unit=emergency.target or - rd.systemd.unit=emergency.target, respectively, and - provided for compatibility reasons and to be easier to type. + Boot into emergency mode. Those options are equivalent to + systemd.unit=emergency.target or + rd.systemd.unit=emergency.target, respectively. They were initially + provided for compatibility with SysV, but are retained as convenient shortcuts. @@ -1012,10 +1012,10 @@ S 1 - Boot into rescue mode. This is equivalent to - systemd.unit=rescue.target or - rd.systemd.unit=rescue.target, respectively, and - provided for compatibility reasons and to be easier to type. + Boot into rescue mode. Those options are equivalent to either + systemd.unit=rescue.target or rd.systemd.unit=rescue.target. + They were initially provided for compatibility with SysV, but are retained as convenient + shortcuts. @@ -1026,11 +1026,11 @@ 4 5 - Boot into the specified legacy SysV runlevel. + Shortcuts to boot into specific targets: 2, 3, and 4 are equivalent to systemd.unit=multi-user.target; and 5 is equivalent to - systemd.unit=graphical.target, and provided for compatibility reasons and to be - easier to type. + systemd.unit=graphical.target. Those options were initially provided + for compatibility with SysV, but are retained as convenient shortcuts.