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/nss-resolve.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/nss-resolve.xml')
-rw-r--r-- | man/nss-resolve.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/nss-resolve.xml b/man/nss-resolve.xml index 95542993d..370821484 100644 --- a/man/nss-resolve.xml +++ b/man/nss-resolve.xml @@ -13,15 +13,6 @@ <refentryinfo> <title>nss-resolve</title> <productname>systemd</productname> - - <authorgroup> - <author> - <contrib>Developer</contrib> - <firstname>Lennart</firstname> - <surname>Poettering</surname> - <email>lennart@poettering.net</email> - </author> - </authorgroup> </refentryinfo> <refmeta> |