summaryrefslogtreecommitdiff
path: root/man/user@.service.xml
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: fix some manvolnumAnita Zhang2020-07-111-2/+2
|
* man: mention systemd-user-runtime-dir in user@.service tooZbigniew Jędrzejewski-Szmek2020-06-141-12/+15
| | | | | | | | | | | | | _riotingpacifist was complaining on reddit [1] that systemd-user-runtime-dir is not documented anywhere. So let's add the binary name as page alias. [1] https://www.reddit.com/r/linux/comments/h086fd/why_linuxs_systemd_is_still_divisive_after_all/ftllr66/ This page should be in section 8, like all .service descriptions. Also extend the text a bit to make it clearer that systemd --user is the same executable but running in a different mode (which might be certainly a bit confusing to users.)
* man: fix links to ssh(1) and sshd(8)Zbigniew Jędrzejewski-Szmek2020-02-281-2/+2
| | | | 'openssh' wasn't even defined.
* man: change noindex="true" to index="false"Zbigniew Jędrzejewski-Szmek2019-11-211-14/+14
| | | | We nowadays prefer positive options over negative.
* man: use same header for all filesZbigniew Jędrzejewski-Szmek2019-03-141-1/+2
| | | | | | | The "include" files had type "book" for some raeason. I don't think this is meaningful. Let's just use the same everywhere. $ perl -i -0pe 's^..DOCTYPE (book|refentry) PUBLIC "-//OASIS//DTD DocBook XML V4.[25]//EN"\s+"http^<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"\n "http^gms' man/*.xml
* Fix grammarglitsj162018-07-211-1/+1
|
* man: add a description of user@.service, user-runtime-dir@.service, user-*.sliceZbigniew Jędrzejewski-Szmek2018-07-201-0/+190
Fixes #9590.