summaryrefslogtreecommitdiff
path: root/man/user@.service.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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.