diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-14 12:02:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-14 12:22:18 +0200 |
commit | fdbbee37d5af7fdcb3987d732f27f4fd7d1615d9 (patch) | |
tree | 56b12d3082308f03113678b3e897f44a40f922e1 /man/systemd-udevd.service.xml | |
parent | Merge pull request #9274 from poettering/comment-header-cleanup (diff) | |
download | systemd-fdbbee37d5af7fdcb3987d732f27f4fd7d1615d9.tar.gz systemd-fdbbee37d5af7fdcb3987d732f27f4fd7d1615d9.tar.bz2 systemd-fdbbee37d5af7fdcb3987d732f27f4fd7d1615d9.zip |
man: drop unused <authorgroup> tags from man sources
Docbook styles required those to be present, even though the templates that we
use did not show those names anywhere. But something changed semi-recently (I
would suspect docbook templates, but there was only a minor version bump in
recent years, and the changelog does not suggest anything related), and builds
now work without those entries. Let's drop this dead weight.
Tested with F26-F29, debian unstable.
$ perl -i -0pe 's/\s*<authorgroup>.*<.authorgroup>//gms' man/*xml
Diffstat (limited to 'man/systemd-udevd.service.xml')
-rw-r--r-- | man/systemd-udevd.service.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 881718609..ba0225cde 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -14,14 +14,6 @@ <refentryinfo> <title>systemd-udevd.service</title> <productname>systemd</productname> - <authorgroup> - <author> - <contrib>Developer</contrib> - <firstname>Kay</firstname> - <surname>Sievers</surname> - <email>kay@vrfy.org</email> - </author> - </authorgroup> </refentryinfo> <refmeta> |