summaryrefslogtreecommitdiffstats
path: root/man/poweroff.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: use same version in public and system ident.David Tardon2023-12-251-1/+1
|
* Merge pull request #30615 from dtardon/docbook-valid-1Yu Watanabe2023-12-241-2/+4
|\ | | | | DocBook validation fixes (part 1)
| * man: wrap the whole description in <listitem>David Tardon2023-12-241-2/+4
| | | | | | | | | | Unfortunately, version-info includes and standard-options includes are not composable...
* | man: use <simplelist> for 'See also' sectionsDavid Tardon2023-12-231-6/+6
|/ | | | | This is just a slight markup improvement; there should be no difference in rendering.
* man: add version infoAbderrahim Kitouni2023-08-291-7/+25
| | | | | | | | This tries to add information about when each option was added. It goes back to version 183. The version info is included from a separate file to allow generating it, which would allow more control on the formatting of the final output.
* man: deemphasize "halt"Zbigniew Jędrzejewski-Szmek2022-12-071-0/+158
Systemd documents "halt" as the primary shutdown mechanism, redirecting "reboot" and "shutdown" to the halt(8), but halt is a really strange and obsolete concept. Who would want to really keep their machine running after shutdown? I expect that halting is almost unused. Let's at least make it less prominent in the docs. While at it, use "power off" for a verb and "power-off" for noun (but "poweroff" of the actual command name).