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/udev_enumerate_add_match_subsystem.xml | |
parent | b0450864f1723ad12176d7956377d89ff4a84d8c (diff) | |
download | systemd-fdbbee37d5af7fdcb3987d732f27f4fd7d1615d9.tar.gz |
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/udev_enumerate_add_match_subsystem.xml')
-rw-r--r-- | man/udev_enumerate_add_match_subsystem.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/udev_enumerate_add_match_subsystem.xml b/man/udev_enumerate_add_match_subsystem.xml index e125fac404..b84bad244f 100644 --- a/man/udev_enumerate_add_match_subsystem.xml +++ b/man/udev_enumerate_add_match_subsystem.xml @@ -17,15 +17,6 @@ <refentryinfo> <title>udev_enumerate_add_match_subsystem</title> <productname>systemd</productname> - - <authorgroup> - <author> - <contrib>Developer</contrib> - <firstname>David</firstname> - <surname>Herrmann</surname> - <email>dh.herrmann@gmail.com</email> - </author> - </authorgroup> </refentryinfo> <refmeta> |