summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-14 12:02:53 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-14 12:22:18 +0200
commitfdbbee37d5af7fdcb3987d732f27f4fd7d1615d9 (patch)
tree56b12d3082308f03113678b3e897f44a40f922e1
parentb0450864f1723ad12176d7956377d89ff4a84d8c (diff)
downloadsystemd-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
-rw-r--r--man/binfmt.d.xml9
-rw-r--r--man/bootctl.xml9
-rw-r--r--man/bootup.xml9
-rw-r--r--man/busctl.xml9
-rw-r--r--man/coredump.conf.xml9
-rw-r--r--man/coredumpctl.xml9
-rw-r--r--man/crypttab.xml15
-rw-r--r--man/daemon.xml9
-rw-r--r--man/dnssec-trust-anchors.d.xml9
-rw-r--r--man/environment.d.xml9
-rw-r--r--man/file-hierarchy.xml9
-rw-r--r--man/halt.xml9
-rw-r--r--man/hostname.xml9
-rw-r--r--man/hostnamectl.xml9
-rw-r--r--man/hwdb.xml14
-rw-r--r--man/journal-remote.conf.xml9
-rw-r--r--man/journal-upload.conf.xml9
-rw-r--r--man/journalctl.xml9
-rw-r--r--man/journald.conf.xml9
-rw-r--r--man/kernel-command-line.xml9
-rw-r--r--man/kernel-install.xml9
-rw-r--r--man/libudev.xml9
-rw-r--r--man/loader.conf.xml9
-rw-r--r--man/locale.conf.xml9
-rw-r--r--man/localectl.xml9
-rw-r--r--man/localtime.xml15
-rw-r--r--man/loginctl.xml9
-rw-r--r--man/logind.conf.xml9
-rw-r--r--man/machine-id.xml9
-rw-r--r--man/machine-info.xml9
-rw-r--r--man/machinectl.xml9
-rw-r--r--man/modules-load.d.xml9
-rw-r--r--man/networkctl.xml9
-rw-r--r--man/networkd.conf.xml9
-rw-r--r--man/nss-myhostname.xml9
-rw-r--r--man/nss-mymachines.xml9
-rw-r--r--man/nss-resolve.xml9
-rw-r--r--man/nss-systemd.xml9
-rw-r--r--man/os-release.xml9
-rw-r--r--man/pam_systemd.xml9
-rw-r--r--man/portablectl.xml9
-rw-r--r--man/resolvectl.xml9
-rw-r--r--man/resolved.conf.xml9
-rw-r--r--man/runlevel.xml9
-rw-r--r--man/sd-boot.xml9
-rw-r--r--man/sd-bus-errors.xml9
-rw-r--r--man/sd-bus.xml9
-rw-r--r--man/sd-daemon.xml9
-rw-r--r--man/sd-event.xml9
-rw-r--r--man/sd-id128.xml9
-rw-r--r--man/sd-journal.xml9
-rw-r--r--man/sd-login.xml9
-rw-r--r--man/sd_booted.xml9
-rw-r--r--man/sd_bus_add_match.xml8
-rw-r--r--man/sd_bus_creds_get_pid.xml9
-rw-r--r--man/sd_bus_creds_new_from_pid.xml9
-rw-r--r--man/sd_bus_default.xml9
-rw-r--r--man/sd_bus_error.xml9
-rw-r--r--man/sd_bus_error_add_map.xml9
-rw-r--r--man/sd_bus_get_fd.xml8
-rw-r--r--man/sd_bus_get_n_queued_read.xml9
-rw-r--r--man/sd_bus_is_open.xml9
-rw-r--r--man/sd_bus_message_append.xml9
-rw-r--r--man/sd_bus_message_append_array.xml9
-rw-r--r--man/sd_bus_message_append_basic.xml9
-rw-r--r--man/sd_bus_message_append_string_memfd.xml9
-rw-r--r--man/sd_bus_message_append_strv.xml9
-rw-r--r--man/sd_bus_message_get_cookie.xml9
-rw-r--r--man/sd_bus_message_get_monotonic_usec.xml9
-rw-r--r--man/sd_bus_message_read_basic.xml8
-rw-r--r--man/sd_bus_message_set_destination.xml9
-rw-r--r--man/sd_bus_negotiate_fds.xml9
-rw-r--r--man/sd_bus_new.xml9
-rw-r--r--man/sd_bus_path_encode.xml9
-rw-r--r--man/sd_bus_process.xml8
-rw-r--r--man/sd_bus_request_name.xml9
-rw-r--r--man/sd_bus_set_connected_signal.xml9
-rw-r--r--man/sd_bus_set_sender.xml9
-rw-r--r--man/sd_bus_set_watch_bind.xml9
-rw-r--r--man/sd_bus_track_add_name.xml9
-rw-r--r--man/sd_bus_track_new.xml9
-rw-r--r--man/sd_event_add_child.xml9
-rw-r--r--man/sd_event_add_defer.xml9
-rw-r--r--man/sd_event_add_io.xml9
-rw-r--r--man/sd_event_add_signal.xml9
-rw-r--r--man/sd_event_add_time.xml9
-rw-r--r--man/sd_event_exit.xml9
-rw-r--r--man/sd_event_get_fd.xml9
-rw-r--r--man/sd_event_new.xml9
-rw-r--r--man/sd_event_now.xml9
-rw-r--r--man/sd_event_run.xml9
-rw-r--r--man/sd_event_set_watchdog.xml9
-rw-r--r--man/sd_event_source_get_event.xml9
-rw-r--r--man/sd_event_source_get_pending.xml9
-rw-r--r--man/sd_event_source_set_description.xml9
-rw-r--r--man/sd_event_source_set_enabled.xml9
-rw-r--r--man/sd_event_source_set_prepare.xml9
-rw-r--r--man/sd_event_source_set_priority.xml9
-rw-r--r--man/sd_event_source_set_userdata.xml9
-rw-r--r--man/sd_event_source_unref.xml9
-rw-r--r--man/sd_event_wait.xml9
-rw-r--r--man/sd_get_seats.xml9
-rw-r--r--man/sd_id128_get_machine.xml9
-rw-r--r--man/sd_id128_randomize.xml9
-rw-r--r--man/sd_id128_to_string.xml9
-rw-r--r--man/sd_is_fifo.xml9
-rw-r--r--man/sd_journal_add_match.xml9
-rw-r--r--man/sd_journal_enumerate_fields.xml9
-rw-r--r--man/sd_journal_get_catalog.xml9
-rw-r--r--man/sd_journal_get_cursor.xml9
-rw-r--r--man/sd_journal_get_cutoff_realtime_usec.xml9
-rw-r--r--man/sd_journal_get_data.xml9
-rw-r--r--man/sd_journal_get_fd.xml9
-rw-r--r--man/sd_journal_get_realtime_usec.xml9
-rw-r--r--man/sd_journal_get_usage.xml9
-rw-r--r--man/sd_journal_has_runtime_files.xml9
-rw-r--r--man/sd_journal_next.xml9
-rw-r--r--man/sd_journal_open.xml9
-rw-r--r--man/sd_journal_print.xml9
-rw-r--r--man/sd_journal_query_unique.xml9
-rw-r--r--man/sd_journal_seek_head.xml9
-rw-r--r--man/sd_journal_stream_fd.xml9
-rw-r--r--man/sd_listen_fds.xml9
-rw-r--r--man/sd_login_monitor_new.xml9
-rw-r--r--man/sd_machine_get_class.xml9
-rw-r--r--man/sd_notify.xml9
-rw-r--r--man/sd_pid_get_owner_uid.xml9
-rw-r--r--man/sd_seat_get_active.xml9
-rw-r--r--man/sd_session_is_active.xml9
-rw-r--r--man/sd_uid_get_state.xml9
-rw-r--r--man/sd_watchdog_enabled.xml9
-rw-r--r--man/shutdown.xml9
-rw-r--r--man/sysctl.d.xml9
-rw-r--r--man/systemctl.xml9
-rw-r--r--man/systemd-analyze.xml15
-rw-r--r--man/systemd-ask-password-console.service.xml9
-rw-r--r--man/systemd-ask-password.xml9
-rw-r--r--man/systemd-backlight@.service.xml9
-rw-r--r--man/systemd-binfmt.service.xml9
-rw-r--r--man/systemd-cat.xml9
-rw-r--r--man/systemd-cgls.xml9
-rw-r--r--man/systemd-cgtop.xml9
-rw-r--r--man/systemd-coredump.xml9
-rw-r--r--man/systemd-cryptsetup-generator.xml9
-rw-r--r--man/systemd-cryptsetup@.service.xml9
-rw-r--r--man/systemd-debug-generator.xml9
-rw-r--r--man/systemd-delta.xml9
-rw-r--r--man/systemd-detect-virt.xml9
-rw-r--r--man/systemd-environment-d-generator.xml9
-rw-r--r--man/systemd-escape.xml9
-rw-r--r--man/systemd-firstboot.xml9
-rw-r--r--man/systemd-fsck@.service.xml9
-rw-r--r--man/systemd-fstab-generator.xml9
-rw-r--r--man/systemd-getty-generator.xml9
-rw-r--r--man/systemd-gpt-auto-generator.xml9
-rw-r--r--man/systemd-halt.service.xml9
-rw-r--r--man/systemd-hibernate-resume-generator.xml9
-rw-r--r--man/systemd-hibernate-resume@.service.xml9
-rw-r--r--man/systemd-hostnamed.service.xml9
-rw-r--r--man/systemd-hwdb.xml14
-rw-r--r--man/systemd-importd.service.xml9
-rw-r--r--man/systemd-inhibit.xml9
-rw-r--r--man/systemd-initctl.service.xml9
-rw-r--r--man/systemd-journal-gatewayd.service.xml9
-rw-r--r--man/systemd-journal-remote.service.xml9
-rw-r--r--man/systemd-journal-upload.service.xml9
-rw-r--r--man/systemd-journald.service.xml9
-rw-r--r--man/systemd-localed.service.xml9
-rw-r--r--man/systemd-logind.service.xml9
-rw-r--r--man/systemd-machine-id-commit.service.xml9
-rw-r--r--man/systemd-machine-id-setup.xml15
-rw-r--r--man/systemd-machined.service.xml9
-rw-r--r--man/systemd-makefs@.service.xml9
-rw-r--r--man/systemd-modules-load.service.xml9
-rw-r--r--man/systemd-mount.xml9
-rw-r--r--man/systemd-networkd-wait-online.service.xml9
-rw-r--r--man/systemd-networkd.service.xml9
-rw-r--r--man/systemd-notify.xml9
-rw-r--r--man/systemd-nspawn.xml9
-rw-r--r--man/systemd-path.xml9
-rw-r--r--man/systemd-portabled.service.xml9
-rw-r--r--man/systemd-quotacheck.service.xml9
-rw-r--r--man/systemd-random-seed.service.xml9
-rw-r--r--man/systemd-rc-local-generator.xml9
-rw-r--r--man/systemd-remount-fs.service.xml9
-rw-r--r--man/systemd-resolved.service.xml9
-rw-r--r--man/systemd-rfkill.service.xml9
-rw-r--r--man/systemd-run.xml9
-rw-r--r--man/systemd-sleep.conf.xml9
-rw-r--r--man/systemd-socket-activate.xml9
-rw-r--r--man/systemd-socket-proxyd.xml8
-rw-r--r--man/systemd-suspend.service.xml9
-rw-r--r--man/systemd-sysctl.service.xml9
-rw-r--r--man/systemd-system-update-generator.xml9
-rw-r--r--man/systemd-system.conf.xml9
-rw-r--r--man/systemd-sysusers.xml9
-rw-r--r--man/systemd-sysv-generator.xml9
-rw-r--r--man/systemd-time-wait-sync.service.xml9
-rw-r--r--man/systemd-timedated.service.xml9
-rw-r--r--man/systemd-timesyncd.service.xml9
-rw-r--r--man/systemd-tmpfiles.xml9
-rw-r--r--man/systemd-tty-ask-password-agent.xml9
-rw-r--r--man/systemd-udevd.service.xml8
-rw-r--r--man/systemd-update-done.service.xml9
-rw-r--r--man/systemd-update-utmp.service.xml9
-rw-r--r--man/systemd-user-sessions.service.xml9
-rw-r--r--man/systemd-vconsole-setup.service.xml9
-rw-r--r--man/systemd-veritysetup-generator.xml9
-rw-r--r--man/systemd-veritysetup@.service.xml9
-rw-r--r--man/systemd-volatile-root.service.xml9
-rw-r--r--man/systemd.automount.xml9
-rw-r--r--man/systemd.device.xml9
-rw-r--r--man/systemd.dnssd.xml9
-rw-r--r--man/systemd.environment-generator.xml9
-rw-r--r--man/systemd.exec.xml9
-rw-r--r--man/systemd.generator.xml9
-rw-r--r--man/systemd.journal-fields.xml9
-rw-r--r--man/systemd.kill.xml9
-rw-r--r--man/systemd.link.xml8
-rw-r--r--man/systemd.mount.xml9
-rw-r--r--man/systemd.netdev.xml9
-rw-r--r--man/systemd.network.xml9
-rw-r--r--man/systemd.nspawn.xml9
-rw-r--r--man/systemd.offline-updates.xml9
-rw-r--r--man/systemd.path.xml9
-rw-r--r--man/systemd.preset.xml9
-rw-r--r--man/systemd.resource-control.xml9
-rw-r--r--man/systemd.scope.xml9
-rw-r--r--man/systemd.service.xml9
-rw-r--r--man/systemd.slice.xml9
-rw-r--r--man/systemd.socket.xml9
-rw-r--r--man/systemd.special.xml9
-rw-r--r--man/systemd.swap.xml9
-rw-r--r--man/systemd.syntax.xml9
-rw-r--r--man/systemd.target.xml9
-rw-r--r--man/systemd.time.xml9
-rw-r--r--man/systemd.timer.xml9
-rw-r--r--man/systemd.unit.xml9
-rw-r--r--man/systemd.xml9
-rw-r--r--man/sysusers.d.xml9
-rw-r--r--man/telinit.xml9
-rw-r--r--man/timedatectl.xml9
-rw-r--r--man/timesyncd.conf.xml9
-rw-r--r--man/tmpfiles.d.xml9
-rw-r--r--man/udev.conf.xml8
-rw-r--r--man/udev.xml14
-rw-r--r--man/udev_device_get_syspath.xml9
-rw-r--r--man/udev_device_has_tag.xml9
-rw-r--r--man/udev_device_new_from_syspath.xml9
-rw-r--r--man/udev_enumerate_add_match_subsystem.xml9
-rw-r--r--man/udev_enumerate_new.xml9
-rw-r--r--man/udev_enumerate_scan_devices.xml9
-rw-r--r--man/udev_list_entry.xml9
-rw-r--r--man/udev_monitor_filter_update.xml9
-rw-r--r--man/udev_monitor_new_from_netlink.xml9
-rw-r--r--man/udev_monitor_receive_device.xml9
-rw-r--r--man/udev_new.xml9
-rw-r--r--man/udevadm.xml8
-rw-r--r--man/vconsole.conf.xml9
259 files changed, 0 insertions, 2361 deletions
diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml
index 5e7f0690dc..a4e508251c 100644
--- a/man/binfmt.d.xml
+++ b/man/binfmt.d.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>binfmt.d</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/bootctl.xml b/man/bootctl.xml
index 0e34c29500..e051f47781 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>bootctl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Kay</firstname>
- <surname>Sievers</surname>
- <email>kay@vrfy.org</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/bootup.xml b/man/bootup.xml
index 23779fd1d4..5f63fe7784 100644
--- a/man/bootup.xml
+++ b/man/bootup.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>bootup</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/busctl.xml b/man/busctl.xml
index b4de71080a..70a43cfe9d 100644
--- a/man/busctl.xml
+++ b/man/busctl.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>busctl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml
index 447a90831d..be55d1af5d 100644
--- a/man/coredump.conf.xml
+++ b/man/coredump.conf.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>coredump.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml
index bc88a28e0a..747aa9b896 100644
--- a/man/coredumpctl.xml
+++ b/man/coredumpctl.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>coredumpctl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/crypttab.xml b/man/crypttab.xml
index e923c7c9ef..dcaf03d2ca 100644
--- a/man/crypttab.xml
+++ b/man/crypttab.xml
@@ -14,21 +14,6 @@
<refentryinfo>
<title>crypttab</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Documentation</contrib>
- <firstname>Miloslav</firstname>
- <surname>Trmac</surname>
- <email>mitr@redhat.com</email>
- </author>
- <author>
- <contrib>Documentation</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/daemon.xml b/man/daemon.xml
index 0b456b7559..36c7c09db1 100644
--- a/man/daemon.xml
+++ b/man/daemon.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>daemon</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/dnssec-trust-anchors.d.xml b/man/dnssec-trust-anchors.d.xml
index fd934e2139..541febc38b 100644
--- a/man/dnssec-trust-anchors.d.xml
+++ b/man/dnssec-trust-anchors.d.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>dnssec-trust-anchors.d</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/environment.d.xml b/man/environment.d.xml
index 82bb208730..22809874a4 100644
--- a/man/environment.d.xml
+++ b/man/environment.d.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>environment.d</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Ray</firstname>
- <surname>Strode</surname>
- <email>rstrode@redhat.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index c19dd239d5..23ee17d36f 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>file-hierarchy</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/halt.xml b/man/halt.xml
index 097d0bdba3..19857cea84 100644
--- a/man/halt.xml
+++ b/man/halt.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>halt</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/hostname.xml b/man/hostname.xml
index ef9d815c17..de33a74785 100644
--- a/man/hostname.xml
+++ b/man/hostname.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>hostname</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml
index 7b57c2ce2a..013f1267ac 100644
--- a/man/hostnamectl.xml
+++ b/man/hostnamectl.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>hostnamectl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/hwdb.xml b/man/hwdb.xml
index 590c0a4802..fb6667e255 100644
--- a/man/hwdb.xml
+++ b/man/hwdb.xml
@@ -13,20 +13,6 @@
<refentryinfo>
<title>hwdb</title>
<productname>systemd</productname>
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Kay</firstname>
- <surname>Sievers</surname>
- <email>kay@vrfy.org</email>
- </author>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml
index 801a49b19f..acc1817cd8 100644
--- a/man/journal-remote.conf.xml
+++ b/man/journal-remote.conf.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>journal-remote.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Chris</firstname>
- <surname>Morgan</surname>
- <email>chmorgan@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml
index 21944b8e00..6b7f36809d 100644
--- a/man/journal-upload.conf.xml
+++ b/man/journal-upload.conf.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>journal-upload.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Monkey with a keyboard</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/journalctl.xml b/man/journalctl.xml
index ae877b983d..a4f9e2d7ee 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>journalctl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index afd1f157a4..ee8e8b7faf 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>journald.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
index 8d8f8f918f..0545f9d84b 100644
--- a/man/kernel-command-line.xml
+++ b/man/kernel-command-line.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>kernel-command-line</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index f537344f34..6d8201af1a 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>kernel-install</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Harald</firstname>
- <surname>Hoyer</surname>
- <email>harald@redhat.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/libudev.xml b/man/libudev.xml
index 8adfb6891f..18accff25e 100644
--- a/man/libudev.xml
+++ b/man/libudev.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>libudev</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>
diff --git a/man/loader.conf.xml b/man/loader.conf.xml
index e3b895ab99..3c85c49ea6 100644
--- a/man/loader.conf.xml
+++ b/man/loader.conf.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>loader.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>I wrote this page</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/locale.conf.xml b/man/locale.conf.xml
index c61d9b40d1..e89d0bead5 100644
--- a/man/locale.conf.xml
+++ b/man/locale.conf.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>locale.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/localectl.xml b/man/localectl.xml
index 1c6e6b347a..50c7e13257 100644
--- a/man/localectl.xml
+++ b/man/localectl.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>localectl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/localtime.xml b/man/localtime.xml
index 19a8929f01..6578491f1f 100644
--- a/man/localtime.xml
+++ b/man/localtime.xml
@@ -12,21 +12,6 @@
<refentryinfo>
<title>localtime</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- <author>
- <contrib>Developer</contrib>
- <firstname>Shawn</firstname>
- <surname>Landden</surname>
- <email>shawnlandden@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/loginctl.xml b/man/loginctl.xml
index 60f98ba7a5..67eeffda81 100644
--- a/man/loginctl.xml
+++ b/man/loginctl.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>loginctl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/logind.conf.xml b/man/logind.conf.xml
index 7c96445797..9e88764c6f 100644
--- a/man/logind.conf.xml
+++ b/man/logind.conf.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>logind.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/machine-id.xml b/man/machine-id.xml
index 8fb405d0b1..7ed2dda436 100644
--- a/man/machine-id.xml
+++ b/man/machine-id.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>machine-id</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/machine-info.xml b/man/machine-info.xml
index 0dfbaf10de..476996ce5f 100644
--- a/man/machine-info.xml
+++ b/man/machine-info.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>machine-info</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/machinectl.xml b/man/machinectl.xml
index 6c4f2a574c..da3b2f54a7 100644
--- a/man/machinectl.xml
+++ b/man/machinectl.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>machinectl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml
index 6f508ba618..57c4c68073 100644
--- a/man/modules-load.d.xml
+++ b/man/modules-load.d.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>modules-load.d</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/networkctl.xml b/man/networkctl.xml
index 64e0f0127a..dae664d8a0 100644
--- a/man/networkctl.xml
+++ b/man/networkctl.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>networkctl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Documentation</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml
index 2a7bdb6f3d..b34ce1d3e0 100644
--- a/man/networkd.conf.xml
+++ b/man/networkd.conf.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>networkd.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Vinay</firstname>
- <surname>Kulkarni</surname>
- <email>kulkarniv@vmware.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/nss-myhostname.xml b/man/nss-myhostname.xml
index f33f760e13..45dc610ab3 100644
--- a/man/nss-myhostname.xml
+++ b/man/nss-myhostname.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>nss-myhostname</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/nss-mymachines.xml b/man/nss-mymachines.xml
index 00e2754413..394a905665 100644
--- a/man/nss-mymachines.xml
+++ b/man/nss-mymachines.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>nss-mymachines</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/nss-resolve.xml b/man/nss-resolve.xml
index 95542993da..3708214846 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>
diff --git a/man/nss-systemd.xml b/man/nss-systemd.xml
index e42e08122b..323f9ab868 100644
--- a/man/nss-systemd.xml
+++ b/man/nss-systemd.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>nss-systemd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/os-release.xml b/man/os-release.xml
index 40742adcba..a51edf3b8a 100644
--- a/man/os-release.xml
+++ b/man/os-release.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>os-release</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml
index 8ae98b9bb2..5eab995a52 100644
--- a/man/pam_systemd.xml
+++ b/man/pam_systemd.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>pam_systemd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/portablectl.xml b/man/portablectl.xml
index 0cbc279102..0926991cbe 100644
--- a/man/portablectl.xml
+++ b/man/portablectl.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>portablectl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/resolvectl.xml b/man/resolvectl.xml
index 8cdf3a493d..ff5b8ad101 100644
--- a/man/resolvectl.xml
+++ b/man/resolvectl.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>resolvectl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml
index 21f25b5a1b..6adf4bf118 100644
--- a/man/resolved.conf.xml
+++ b/man/resolved.conf.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>resolved.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/runlevel.xml b/man/runlevel.xml
index ed2ab8062f..8b5025da4d 100644
--- a/man/runlevel.xml
+++ b/man/runlevel.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>runlevel</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-boot.xml b/man/sd-boot.xml
index d5e50b0487..cec5ba779c 100644
--- a/man/sd-boot.xml
+++ b/man/sd-boot.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>sd-boot</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>I wrote this page</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-bus-errors.xml b/man/sd-bus-errors.xml
index b11174493e..c834bde292 100644
--- a/man/sd-bus-errors.xml
+++ b/man/sd-bus-errors.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd-bus-errors</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-bus.xml b/man/sd-bus.xml
index 6cff1d7d4b..b359145c22 100644
--- a/man/sd-bus.xml
+++ b/man/sd-bus.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd-bus</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Documentation</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml
index 62cf15ff91..a404213f44 100644
--- a/man/sd-daemon.xml
+++ b/man/sd-daemon.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd-daemon</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-event.xml b/man/sd-event.xml
index 508fe7cc2b..65bc3f8891 100644
--- a/man/sd-event.xml
+++ b/man/sd-event.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd-event</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-id128.xml b/man/sd-id128.xml
index 1a1ea714fc..fbcf4bf367 100644
--- a/man/sd-id128.xml
+++ b/man/sd-id128.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd-id128</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-journal.xml b/man/sd-journal.xml
index 3f17c4d955..8bfcb90ca0 100644
--- a/man/sd-journal.xml
+++ b/man/sd-journal.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd-journal</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd-login.xml b/man/sd-login.xml
index 87dc4f05bc..83ef0b7307 100644
--- a/man/sd-login.xml
+++ b/man/sd-login.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd-login</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_booted.xml b/man/sd_booted.xml
index 6cf5707c9f..ace5417c2c 100644
--- a/man/sd_booted.xml
+++ b/man/sd_booted.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_booted</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml
index 57b86961b0..9137ef977c 100644
--- a/man/sd_bus_add_match.xml
+++ b/man/sd_bus_add_match.xml
@@ -13,14 +13,6 @@
<refentryinfo>
<title>sd_bus_add_match</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <firstname>Julian</firstname>
- <surname>Orth</surname>
- <email>ju.orth@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml
index 0425e60c5a..5ae920d3f9 100644
--- a/man/sd_bus_creds_get_pid.xml
+++ b/man/sd_bus_creds_get_pid.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_bus_creds_get_pid</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml
index 63c29a82d5..e50a41fd36 100644
--- a/man/sd_bus_creds_new_from_pid.xml
+++ b/man/sd_bus_creds_new_from_pid.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_bus_creds_new_from_pid</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_default.xml b/man/sd_bus_default.xml
index 2d9d99087e..22bcfd6419 100644
--- a/man/sd_bus_default.xml
+++ b/man/sd_bus_default.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_bus_default</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml
index 8a383089b2..f58485ffd7 100644
--- a/man/sd_bus_error.xml
+++ b/man/sd_bus_error.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_bus_error</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_error_add_map.xml b/man/sd_bus_error_add_map.xml
index 8d3fa2836f..3eacbab660 100644
--- a/man/sd_bus_error_add_map.xml
+++ b/man/sd_bus_error_add_map.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_error_add_map</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_get_fd.xml b/man/sd_bus_get_fd.xml
index 1f187d2195..a5d49074b3 100644
--- a/man/sd_bus_get_fd.xml
+++ b/man/sd_bus_get_fd.xml
@@ -13,14 +13,6 @@
<refentryinfo>
<title>sd_bus_get_fd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <firstname>Julian</firstname>
- <surname>Orth</surname>
- <email>ju.orth@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_get_n_queued_read.xml b/man/sd_bus_get_n_queued_read.xml
index 3dd68c17d8..b8788769ec 100644
--- a/man/sd_bus_get_n_queued_read.xml
+++ b/man/sd_bus_get_n_queued_read.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_get_fd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_is_open.xml b/man/sd_bus_is_open.xml
index ce53d76719..69cbb29284 100644
--- a/man/sd_bus_is_open.xml
+++ b/man/sd_bus_is_open.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_is_open</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_append.xml b/man/sd_bus_message_append.xml
index f971cb35f1..9552384e73 100644
--- a/man/sd_bus_message_append.xml
+++ b/man/sd_bus_message_append.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>sd_bus_message_append</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_append_array.xml b/man/sd_bus_message_append_array.xml
index 8365ae78b8..8acdaf6afa 100644
--- a/man/sd_bus_message_append_array.xml
+++ b/man/sd_bus_message_append_array.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>sd_bus_message_append_array</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_append_basic.xml b/man/sd_bus_message_append_basic.xml
index a84df2c953..a5fdc526d8 100644
--- a/man/sd_bus_message_append_basic.xml
+++ b/man/sd_bus_message_append_basic.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_bus_message_append_basic</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_append_string_memfd.xml b/man/sd_bus_message_append_string_memfd.xml
index 88e3407a8d..b29d407608 100644
--- a/man/sd_bus_message_append_string_memfd.xml
+++ b/man/sd_bus_message_append_string_memfd.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>sd_bus_message_append_string_memfd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_append_strv.xml b/man/sd_bus_message_append_strv.xml
index 0ca0bcc929..d53a5b1865 100644
--- a/man/sd_bus_message_append_strv.xml
+++ b/man/sd_bus_message_append_strv.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>sd_bus_message_append_strv</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_get_cookie.xml b/man/sd_bus_message_get_cookie.xml
index 551630a855..cc9a445c06 100644
--- a/man/sd_bus_message_get_cookie.xml
+++ b/man/sd_bus_message_get_cookie.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_bus_message_get_cookie</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_get_monotonic_usec.xml b/man/sd_bus_message_get_monotonic_usec.xml
index f060f96601..06ea227d88 100644
--- a/man/sd_bus_message_get_monotonic_usec.xml
+++ b/man/sd_bus_message_get_monotonic_usec.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_bus_message_get_monotonic_usec</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_read_basic.xml b/man/sd_bus_message_read_basic.xml
index 3689bf94b0..c0e04667ca 100644
--- a/man/sd_bus_message_read_basic.xml
+++ b/man/sd_bus_message_read_basic.xml
@@ -13,14 +13,6 @@
<refentryinfo>
<title>sd_bus_message_read_basic</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <firstname>Julian</firstname>
- <surname>Orth</surname>
- <email>ju.orth@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_message_set_destination.xml b/man/sd_bus_message_set_destination.xml
index 0d3eac6a58..626272b0aa 100644
--- a/man/sd_bus_message_set_destination.xml
+++ b/man/sd_bus_message_set_destination.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>sd_bus_message_set_destination</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_negotiate_fds.xml b/man/sd_bus_negotiate_fds.xml
index 76c020a253..a106bfb16e 100644
--- a/man/sd_bus_negotiate_fds.xml
+++ b/man/sd_bus_negotiate_fds.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_negotiate_fds</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_new.xml b/man/sd_bus_new.xml
index 4771beabf6..fa92b8d0ec 100644
--- a/man/sd_bus_new.xml
+++ b/man/sd_bus_new.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_bus_new</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml
index 16d0ef099b..52793bebaa 100644
--- a/man/sd_bus_path_encode.xml
+++ b/man/sd_bus_path_encode.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_bus_path_encode</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A monkey with a typewriter</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_process.xml b/man/sd_bus_process.xml
index f80d1fee83..33afa0a3b5 100644
--- a/man/sd_bus_process.xml
+++ b/man/sd_bus_process.xml
@@ -13,14 +13,6 @@
<refentryinfo>
<title>sd_bus_process</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <firstname>Julian</firstname>
- <surname>Orth</surname>
- <email>ju.orth@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml
index d3601e2c97..54a14c877c 100644
--- a/man/sd_bus_request_name.xml
+++ b/man/sd_bus_request_name.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_request_name</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_set_connected_signal.xml b/man/sd_bus_set_connected_signal.xml
index 45d3b406ae..b392e0f4c4 100644
--- a/man/sd_bus_set_connected_signal.xml
+++ b/man/sd_bus_set_connected_signal.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_set_connected_signal</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_set_sender.xml b/man/sd_bus_set_sender.xml
index b4762fad2d..e35af282c0 100644
--- a/man/sd_bus_set_sender.xml
+++ b/man/sd_bus_set_sender.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_set_sender</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_set_watch_bind.xml b/man/sd_bus_set_watch_bind.xml
index 196f9b5c84..d19f6b9212 100644
--- a/man/sd_bus_set_watch_bind.xml
+++ b/man/sd_bus_set_watch_bind.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_set_watch_bind</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_track_add_name.xml b/man/sd_bus_track_add_name.xml
index 3d1e12efe8..5b7f5c5b0b 100644
--- a/man/sd_bus_track_add_name.xml
+++ b/man/sd_bus_track_add_name.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_track_add_name</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_bus_track_new.xml b/man/sd_bus_track_new.xml
index 2b15e05a2d..0b2273ed01 100644
--- a/man/sd_bus_track_new.xml
+++ b/man/sd_bus_track_new.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_bus_track_new</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml
index 771b22d7d7..c588d859a5 100644
--- a/man/sd_event_add_child.xml
+++ b/man/sd_event_add_child.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_event_add_child</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>More text</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_add_defer.xml b/man/sd_event_add_defer.xml
index f9b392343a..8fbed308d8 100644
--- a/man/sd_event_add_defer.xml
+++ b/man/sd_event_add_defer.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_event_add_defer</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>More text</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_add_io.xml b/man/sd_event_add_io.xml
index fa845f4808..b4104a07be 100644
--- a/man/sd_event_add_io.xml
+++ b/man/sd_event_add_io.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_add_io</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_add_signal.xml b/man/sd_event_add_signal.xml
index a1ff7d440f..34eadae010 100644
--- a/man/sd_event_add_signal.xml
+++ b/man/sd_event_add_signal.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_event_add_signal</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>More text</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_add_time.xml b/man/sd_event_add_time.xml
index 92121ce9a8..e139195b8e 100644
--- a/man/sd_event_add_time.xml
+++ b/man/sd_event_add_time.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_add_time</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_exit.xml b/man/sd_event_exit.xml
index 680104ae79..801674c675 100644
--- a/man/sd_event_exit.xml
+++ b/man/sd_event_exit.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_exit</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_get_fd.xml b/man/sd_event_get_fd.xml
index 06555212f6..e9e97ff5ec 100644
--- a/man/sd_event_get_fd.xml
+++ b/man/sd_event_get_fd.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_event_get_fd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>More text</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_new.xml b/man/sd_event_new.xml
index 14fe0855e3..61cf3d84bf 100644
--- a/man/sd_event_new.xml
+++ b/man/sd_event_new.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_new</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_now.xml b/man/sd_event_now.xml
index 2b7092b0a9..91a5a4e7c7 100644
--- a/man/sd_event_now.xml
+++ b/man/sd_event_now.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_now</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_run.xml b/man/sd_event_run.xml
index 01f8d25e01..35b8c05190 100644
--- a/man/sd_event_run.xml
+++ b/man/sd_event_run.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_event_run</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_set_watchdog.xml b/man/sd_event_set_watchdog.xml
index a8ca42344c..e8229a4f96 100644
--- a/man/sd_event_set_watchdog.xml
+++ b/man/sd_event_set_watchdog.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_set_watchdog</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_get_event.xml b/man/sd_event_source_get_event.xml
index 62ba339c5f..1a2792c637 100644
--- a/man/sd_event_source_get_event.xml
+++ b/man/sd_event_source_get_event.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_source_get_event</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_get_pending.xml b/man/sd_event_source_get_pending.xml
index 325bba9030..500fa84d5e 100644
--- a/man/sd_event_source_get_pending.xml
+++ b/man/sd_event_source_get_pending.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_source_get_pending</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_set_description.xml b/man/sd_event_source_set_description.xml
index ef3dcbaf2a..fcff297681 100644
--- a/man/sd_event_source_set_description.xml
+++ b/man/sd_event_source_set_description.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_event_source_set_description</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>More text</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_set_enabled.xml b/man/sd_event_source_set_enabled.xml
index 189a41a03e..0fcfefa1cc 100644
--- a/man/sd_event_source_set_enabled.xml
+++ b/man/sd_event_source_set_enabled.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_source_set_enabled</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_set_prepare.xml b/man/sd_event_source_set_prepare.xml
index 8930fc7edb..8c7925a3c3 100644
--- a/man/sd_event_source_set_prepare.xml
+++ b/man/sd_event_source_set_prepare.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_source_set_prepare</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_set_priority.xml b/man/sd_event_source_set_priority.xml
index 26c882954c..5b8924a0f0 100644
--- a/man/sd_event_source_set_priority.xml
+++ b/man/sd_event_source_set_priority.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_source_set_priority</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_set_userdata.xml b/man/sd_event_source_set_userdata.xml
index a6d16e7ecf..3bc5317ae7 100644
--- a/man/sd_event_source_set_userdata.xml
+++ b/man/sd_event_source_set_userdata.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_source_set_userdata</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_source_unref.xml b/man/sd_event_source_unref.xml
index 2d356e5fd8..d1b83c57aa 100644
--- a/man/sd_event_source_unref.xml
+++ b/man/sd_event_source_unref.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_event_source_unref</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_event_wait.xml b/man/sd_event_wait.xml
index ca9647b99d..78bc6762fc 100644
--- a/man/sd_event_wait.xml
+++ b/man/sd_event_wait.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_event_wait</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml
index 6211308208..925516dc1d 100644
--- a/man/sd_get_seats.xml
+++ b/man/sd_get_seats.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_get_seats</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml
index 6f6ce7ad56..954fd2e6a7 100644
--- a/man/sd_id128_get_machine.xml
+++ b/man/sd_id128_get_machine.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_id128_get_machine</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml
index 3687884c5b..4f7cd71398 100644
--- a/man/sd_id128_randomize.xml
+++ b/man/sd_id128_randomize.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_id128_randomize</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml
index fee7b4b5e0..ca071854e5 100644
--- a/man/sd_id128_to_string.xml
+++ b/man/sd_id128_to_string.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_id128_to_string</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index 7217231a7a..05709d8bab 100644
--- a/man/sd_is_fifo.xml
+++ b/man/sd_is_fifo.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_is_fifo</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml
index 47275ff1db..d82f71ffa8 100644
--- a/man/sd_journal_add_match.xml
+++ b/man/sd_journal_add_match.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_add_match</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_enumerate_fields.xml b/man/sd_journal_enumerate_fields.xml
index 080a1eed02..95af2c1ee0 100644
--- a/man/sd_journal_enumerate_fields.xml
+++ b/man/sd_journal_enumerate_fields.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_enumerate_fields</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_get_catalog.xml b/man/sd_journal_get_catalog.xml
index 19a967452e..ce37e177bd 100644
--- a/man/sd_journal_get_catalog.xml
+++ b/man/sd_journal_get_catalog.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_get_catalog</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_get_cursor.xml b/man/sd_journal_get_cursor.xml
index d118566f12..6817a3cd54 100644
--- a/man/sd_journal_get_cursor.xml
+++ b/man/sd_journal_get_cursor.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_get_cursor</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_get_cutoff_realtime_usec.xml b/man/sd_journal_get_cutoff_realtime_usec.xml
index b3a7f436fe..dc8e32bf81 100644
--- a/man/sd_journal_get_cutoff_realtime_usec.xml
+++ b/man/sd_journal_get_cutoff_realtime_usec.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_get_cutoff_realtime_usec</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_get_data.xml b/man/sd_journal_get_data.xml
index 706b6afde9..99f9500441 100644
--- a/man/sd_journal_get_data.xml
+++ b/man/sd_journal_get_data.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_get_data</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml
index 21670030fe..7edbc4bc25 100644
--- a/man/sd_journal_get_fd.xml
+++ b/man/sd_journal_get_fd.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_get_fd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_get_realtime_usec.xml b/man/sd_journal_get_realtime_usec.xml
index a58fed4541..2030e8372d 100644
--- a/man/sd_journal_get_realtime_usec.xml
+++ b/man/sd_journal_get_realtime_usec.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_journal_get_realtime_usec</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_get_usage.xml b/man/sd_journal_get_usage.xml
index 9ac18c7cda..358a62d066 100644
--- a/man/sd_journal_get_usage.xml
+++ b/man/sd_journal_get_usage.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_get_usage</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_has_runtime_files.xml b/man/sd_journal_has_runtime_files.xml
index 2a49e5418a..b7bbf224d4 100644
--- a/man/sd_journal_has_runtime_files.xml
+++ b/man/sd_journal_has_runtime_files.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>sd_journal_has_runtime_files</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Jan</firstname>
- <surname>Synáček</surname>
- <email>jan.synacek@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml
index dd592f1ea4..c0ca5a8a14 100644
--- a/man/sd_journal_next.xml
+++ b/man/sd_journal_next.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_next</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml
index 932418c257..9f600b223f 100644
--- a/man/sd_journal_open.xml
+++ b/man/sd_journal_open.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_open</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml
index 331a0ee9e3..f8ff7ba093 100644
--- a/man/sd_journal_print.xml
+++ b/man/sd_journal_print.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_print</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_query_unique.xml b/man/sd_journal_query_unique.xml
index 67d0e7cb21..0bbc479f22 100644
--- a/man/sd_journal_query_unique.xml
+++ b/man/sd_journal_query_unique.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_query_unique</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml
index c78a02ce86..86274071f5 100644
--- a/man/sd_journal_seek_head.xml
+++ b/man/sd_journal_seek_head.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_seek_head</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml
index b3d1ccfdc5..de76cabb4d 100644
--- a/man/sd_journal_stream_fd.xml
+++ b/man/sd_journal_stream_fd.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_journal_stream_fd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml
index 7b4beafd16..6dfe716a2d 100644
--- a/man/sd_listen_fds.xml
+++ b/man/sd_listen_fds.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_listen_fds</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_login_monitor_new.xml b/man/sd_login_monitor_new.xml
index 8daf329e74..23f685bb31 100644
--- a/man/sd_login_monitor_new.xml
+++ b/man/sd_login_monitor_new.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_login_monitor_new</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_machine_get_class.xml b/man/sd_machine_get_class.xml
index dd1b4d55b8..bacbe1455e 100644
--- a/man/sd_machine_get_class.xml
+++ b/man/sd_machine_get_class.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>sd_machine_get_class</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index 41d4392f0e..5d6ae65701 100644
--- a/man/sd_notify.xml
+++ b/man/sd_notify.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_notify</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_pid_get_owner_uid.xml b/man/sd_pid_get_owner_uid.xml
index a44e483cc2..9229217b0b 100644
--- a/man/sd_pid_get_owner_uid.xml
+++ b/man/sd_pid_get_owner_uid.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_pid_get_owner_uid</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml
index f41717113b..2fc5fdeea1 100644
--- a/man/sd_seat_get_active.xml
+++ b/man/sd_seat_get_active.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_seat_get_active</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml
index e078235a6a..a0f7a93121 100644
--- a/man/sd_session_is_active.xml
+++ b/man/sd_session_is_active.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_session_is_active</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_uid_get_state.xml b/man/sd_uid_get_state.xml
index 229af6223c..02670e1bce 100644
--- a/man/sd_uid_get_state.xml
+++ b/man/sd_uid_get_state.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_uid_get_state</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml
index a4396d07bd..ad2cdd8782 100644
--- a/man/sd_watchdog_enabled.xml
+++ b/man/sd_watchdog_enabled.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>sd_watchdog_enabled</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/shutdown.xml b/man/shutdown.xml
index 52e2f85baa..282a3bae21 100644
--- a/man/shutdown.xml
+++ b/man/shutdown.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>shutdown</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml
index 99c88c3920..7c8fde0dba 100644
--- a/man/sysctl.d.xml
+++ b/man/sysctl.d.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>sysctl.d</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 2224200723..d95d3726af 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -15,15 +15,6 @@
<refentryinfo>
<title>systemctl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index 30d3033376..7aa10fc68e 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -12,21 +12,6 @@
<refentryinfo>
<title>systemd-analyze</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- <author>
- <contrib>Developer</contrib>
- <firstname>Harald</firstname>
- <surname>Hoyer</surname>
- <email>harald@redhat.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-ask-password-console.service.xml b/man/systemd-ask-password-console.service.xml
index 64a5c97897..04f9596067 100644
--- a/man/systemd-ask-password-console.service.xml
+++ b/man/systemd-ask-password-console.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-ask-password-console.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml
index c38583e611..7ec76fabf0 100644
--- a/man/systemd-ask-password.xml
+++ b/man/systemd-ask-password.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-ask-password</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-backlight@.service.xml b/man/systemd-backlight@.service.xml
index 135179f06d..a7865b20c2 100644
--- a/man/systemd-backlight@.service.xml
+++ b/man/systemd-backlight@.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-backlight@.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-binfmt.service.xml b/man/systemd-binfmt.service.xml
index fe4babd0bb..c197b62847 100644
--- a/man/systemd-binfmt.service.xml
+++ b/man/systemd-binfmt.service.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd-binfmt.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-cat.xml b/man/systemd-cat.xml
index c373f305e5..72cd196c4e 100644
--- a/man/systemd-cat.xml
+++ b/man/systemd-cat.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-cat</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml
index d751f9e880..0d7f2b6481 100644
--- a/man/systemd-cgls.xml
+++ b/man/systemd-cgls.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-cgls</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml
index 57636e55bc..e5bd7a96e8 100644
--- a/man/systemd-cgtop.xml
+++ b/man/systemd-cgtop.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-cgtop</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml
index 42e46af8d6..97459bddce 100644
--- a/man/systemd-coredump.xml
+++ b/man/systemd-coredump.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd-coredump</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-cryptsetup-generator.xml b/man/systemd-cryptsetup-generator.xml
index 8be6f22a26..c37ee76b87 100644
--- a/man/systemd-cryptsetup-generator.xml
+++ b/man/systemd-cryptsetup-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-cryptsetup-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-cryptsetup@.service.xml b/man/systemd-cryptsetup@.service.xml
index 6894d23b06..439e8e9cd5 100644
--- a/man/systemd-cryptsetup@.service.xml
+++ b/man/systemd-cryptsetup@.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-cryptsetup@.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-debug-generator.xml b/man/systemd-debug-generator.xml
index 9ceafd152f..d5cf4109b0 100644
--- a/man/systemd-debug-generator.xml
+++ b/man/systemd-debug-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-debug-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml
index c0c1f4726d..f86f2052fd 100644
--- a/man/systemd-delta.xml
+++ b/man/systemd-delta.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-delta</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml
index 0cde28985d..c4763fd561 100644
--- a/man/systemd-detect-virt.xml
+++ b/man/systemd-detect-virt.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-detect-virt</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-environment-d-generator.xml b/man/systemd-environment-d-generator.xml
index c6a872db00..c1cdc25ae6 100644
--- a/man/systemd-environment-d-generator.xml
+++ b/man/systemd-environment-d-generator.xml
@@ -15,15 +15,6 @@
<refentryinfo>
<title>systemd-environment-d-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-escape.xml b/man/systemd-escape.xml
index aaf0b9c41b..41014abc73 100644
--- a/man/systemd-escape.xml
+++ b/man/systemd-escape.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-escape</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml
index dd166b838a..a78e2d5067 100644
--- a/man/systemd-firstboot.xml
+++ b/man/systemd-firstboot.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-firstboot</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml
index 5cd8591a06..e1996e4026 100644
--- a/man/systemd-fsck@.service.xml
+++ b/man/systemd-fsck@.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-fsck@.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml
index f89e22b5b2..ab706420c5 100644
--- a/man/systemd-fstab-generator.xml
+++ b/man/systemd-fstab-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-fstab-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml
index c40e8c812b..b5a300624f 100644
--- a/man/systemd-getty-generator.xml
+++ b/man/systemd-getty-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-getty-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml
index 98f69256c3..d98ef2003f 100644
--- a/man/systemd-gpt-auto-generator.xml
+++ b/man/systemd-gpt-auto-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-gpt-auto-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml
index 1f83d2aad8..a40384ce56 100644
--- a/man/systemd-halt.service.xml
+++ b/man/systemd-halt.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-halt.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-hibernate-resume-generator.xml b/man/systemd-hibernate-resume-generator.xml
index 1bd10511df..04ce44a9cb 100644
--- a/man/systemd-hibernate-resume-generator.xml
+++ b/man/systemd-hibernate-resume-generator.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-hibernate-resume-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Ivan</firstname>
- <surname>Shapovalov</surname>
- <email>intelfx100@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-hibernate-resume@.service.xml b/man/systemd-hibernate-resume@.service.xml
index 77d34adb42..62d0f6241f 100644
--- a/man/systemd-hibernate-resume@.service.xml
+++ b/man/systemd-hibernate-resume@.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-hibernate-resume@.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Ivan</firstname>
- <surname>Shapovalov</surname>
- <email>intelfx100@gmail.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-hostnamed.service.xml b/man/systemd-hostnamed.service.xml
index ea4fa34d27..95c8bb6d30 100644
--- a/man/systemd-hostnamed.service.xml
+++ b/man/systemd-hostnamed.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-hostnamed.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-hwdb.xml b/man/systemd-hwdb.xml
index c02727f081..77639474ef 100644
--- a/man/systemd-hwdb.xml
+++ b/man/systemd-hwdb.xml
@@ -14,20 +14,6 @@
<refentryinfo>
<title>systemd-hwdb</title>
<productname>systemd</productname>
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Kay</firstname>
- <surname>Sievers</surname>
- <email>kay@vrfy.org</email>
- </author>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-importd.service.xml b/man/systemd-importd.service.xml
index 7d3dafacde..ec967c4718 100644
--- a/man/systemd-importd.service.xml
+++ b/man/systemd-importd.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-importd.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml
index fb3a5b1038..03dc06678a 100644
--- a/man/systemd-inhibit.xml
+++ b/man/systemd-inhibit.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-inhibit</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-initctl.service.xml b/man/systemd-initctl.service.xml
index 502bbfd2b2..f9627c9294 100644
--- a/man/systemd-initctl.service.xml
+++ b/man/systemd-initctl.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-initctl.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml
index aa9291e0f6..f55c6c2bd0 100644
--- a/man/systemd-journal-gatewayd.service.xml
+++ b/man/systemd-journal-gatewayd.service.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd-journal-gatewayd.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-journal-remote.service.xml b/man/systemd-journal-remote.service.xml
index 1ee709f2f3..23183c95f7 100644
--- a/man/systemd-journal-remote.service.xml
+++ b/man/systemd-journal-remote.service.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>systemd-journal-remote.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-journal-upload.service.xml b/man/systemd-journal-upload.service.xml
index c0e869f7f6..83a111832a 100644
--- a/man/systemd-journal-upload.service.xml
+++ b/man/systemd-journal-upload.service.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>systemd-journal-upload.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml
index 8a2bdc162a..6d0aaa4587 100644
--- a/man/systemd-journald.service.xml
+++ b/man/systemd-journald.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-journald.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-localed.service.xml b/man/systemd-localed.service.xml
index 1d444e930b..baf20c05db 100644
--- a/man/systemd-localed.service.xml
+++ b/man/systemd-localed.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-localed.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml
index eb58dc3abd..33ed8f522e 100644
--- a/man/systemd-logind.service.xml
+++ b/man/systemd-logind.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-logind.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-machine-id-commit.service.xml b/man/systemd-machine-id-commit.service.xml
index 50addfebbe..06e70fc297 100644
--- a/man/systemd-machine-id-commit.service.xml
+++ b/man/systemd-machine-id-commit.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-machine-id-commit.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Didier</firstname>
- <surname>Roche</surname>
- <email>didrocks@ubuntu.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml
index 8974ad2f39..9e84fd8ccb 100644
--- a/man/systemd-machine-id-setup.xml
+++ b/man/systemd-machine-id-setup.xml
@@ -12,21 +12,6 @@
<refentryinfo>
<title>systemd-machine-id-setup</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- <author>
- <contrib>Developer</contrib>
- <firstname>Didier</firstname>
- <surname>Roche</surname>
- <email>didrocks@ubuntu.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-machined.service.xml b/man/systemd-machined.service.xml
index a18c11aebb..60a620f989 100644
--- a/man/systemd-machined.service.xml
+++ b/man/systemd-machined.service.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd-machined.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-makefs@.service.xml b/man/systemd-makefs@.service.xml
index 380934f9cb..c54324bf19 100644
--- a/man/systemd-makefs@.service.xml
+++ b/man/systemd-makefs@.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-makefs@.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml
index 4121bba5a4..5aa70b709a 100644
--- a/man/systemd-modules-load.service.xml
+++ b/man/systemd-modules-load.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-modules-load.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml
index e873ac3cb5..c75e572026 100644
--- a/man/systemd-mount.xml
+++ b/man/systemd-mount.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-mount</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-networkd-wait-online.service.xml b/man/systemd-networkd-wait-online.service.xml
index 93683a9bdd..e584a02158 100644
--- a/man/systemd-networkd-wait-online.service.xml
+++ b/man/systemd-networkd-wait-online.service.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd-networkd-wait-online.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml
index 783c26cdae..10f4a4a612 100644
--- a/man/systemd-networkd.service.xml
+++ b/man/systemd-networkd.service.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd-networkd.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-notify.xml b/man/systemd-notify.xml
index b32536ddfa..18d87329ab 100644
--- a/man/systemd-notify.xml
+++ b/man/systemd-notify.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-notify</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 6ede58e33c..284c9b294b 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -15,15 +15,6 @@
<refentryinfo>
<title>systemd-nspawn</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-path.xml b/man/systemd-path.xml
index 5f966805f2..b610af672b 100644
--- a/man/systemd-path.xml
+++ b/man/systemd-path.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-path</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-portabled.service.xml b/man/systemd-portabled.service.xml
index 91da27eba8..a6bd6c52e7 100644
--- a/man/systemd-portabled.service.xml
+++ b/man/systemd-portabled.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-portabled.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-quotacheck.service.xml b/man/systemd-quotacheck.service.xml
index 83bff94397..c7cf23779a 100644
--- a/man/systemd-quotacheck.service.xml
+++ b/man/systemd-quotacheck.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-quotacheck.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-random-seed.service.xml b/man/systemd-random-seed.service.xml
index e03bdca4d8..dc5c884404 100644
--- a/man/systemd-random-seed.service.xml
+++ b/man/systemd-random-seed.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-random-seed.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-rc-local-generator.xml b/man/systemd-rc-local-generator.xml
index 268743e84f..3474a8f1d7 100644
--- a/man/systemd-rc-local-generator.xml
+++ b/man/systemd-rc-local-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-rc-local-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml
index 8599f1fe2b..988a617406 100644
--- a/man/systemd-remount-fs.service.xml
+++ b/man/systemd-remount-fs.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-remount-fs.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml
index 8c9e2cb99f..06e123cff8 100644
--- a/man/systemd-resolved.service.xml
+++ b/man/systemd-resolved.service.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd-resolved.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-rfkill.service.xml b/man/systemd-rfkill.service.xml
index 808fc0b83a..d8c2ee25ff 100644
--- a/man/systemd-rfkill.service.xml
+++ b/man/systemd-rfkill.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-rfkill.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 67d357c555..9f00035c99 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd-run</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml
index 7ed630fdb3..c134a57d3c 100644
--- a/man/systemd-sleep.conf.xml
+++ b/man/systemd-sleep.conf.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd-sleep.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-socket-activate.xml b/man/systemd-socket-activate.xml
index 5bae313f9c..acb3bf2fcd 100644
--- a/man/systemd-socket-activate.xml
+++ b/man/systemd-socket-activate.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd-socket-activate</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml
index 889ee1a930..34a87ac8e4 100644
--- a/man/systemd-socket-proxyd.xml
+++ b/man/systemd-socket-proxyd.xml
@@ -13,14 +13,6 @@
<refentryinfo>
<title>systemd-socket-proxyd</title>
<productname>systemd</productname>
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>David</firstname>
- <surname>Strauss</surname>
- <email>david@davidstrauss.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
<refentrytitle>systemd-socket-proxyd</refentrytitle>
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml
index 1f55f4fbd1..2accf592a5 100644
--- a/man/systemd-suspend.service.xml
+++ b/man/systemd-suspend.service.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd-suspend.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-sysctl.service.xml b/man/systemd-sysctl.service.xml
index 067e0cdb1b..271240223a 100644
--- a/man/systemd-sysctl.service.xml
+++ b/man/systemd-sysctl.service.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd-sysctl.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-system-update-generator.xml b/man/systemd-system-update-generator.xml
index 7200358c74..a7b62b5288 100644
--- a/man/systemd-system-update-generator.xml
+++ b/man/systemd-system-update-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-system-update-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
index 96fe912c90..a914ef2523 100644
--- a/man/systemd-system.conf.xml
+++ b/man/systemd-system.conf.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd-system.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml
index 351bde198b..7da2c55d27 100644
--- a/man/systemd-sysusers.xml
+++ b/man/systemd-sysusers.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-sysusers</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-sysv-generator.xml b/man/systemd-sysv-generator.xml
index 16d10f743b..b0c72847a9 100644
--- a/man/systemd-sysv-generator.xml
+++ b/man/systemd-sysv-generator.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-sysv-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Documentation</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-time-wait-sync.service.xml b/man/systemd-time-wait-sync.service.xml
index 3a87c44e79..a967371246 100644
--- a/man/systemd-time-wait-sync.service.xml
+++ b/man/systemd-time-wait-sync.service.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd-time-wait-sync.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Peter</firstname>
- <surname>Bigot</surname>
- <email>pab@pabigot.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml
index d92388ffce..e334e8a848 100644
--- a/man/systemd-timedated.service.xml
+++ b/man/systemd-timedated.service.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd-timedated.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-timesyncd.service.xml b/man/systemd-timesyncd.service.xml
index 03daae21b3..731e3c938a 100644
--- a/man/systemd-timesyncd.service.xml
+++ b/man/systemd-timesyncd.service.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd-timesyncd.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>
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml
index 79ae9394f5..9ff114feef 100644
--- a/man/systemd-tmpfiles.xml
+++ b/man/systemd-tmpfiles.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-tmpfiles</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-tty-ask-password-agent.xml b/man/systemd-tty-ask-password-agent.xml
index 5740916c56..75ab0322db 100644
--- a/man/systemd-tty-ask-password-agent.xml
+++ b/man/systemd-tty-ask-password-agent.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd-tty-ask-password-agent</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml
index 881718609d..ba0225cde1 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>
diff --git a/man/systemd-update-done.service.xml b/man/systemd-update-done.service.xml
index 04d71b9af9..fa88e66f96 100644
--- a/man/systemd-update-done.service.xml
+++ b/man/systemd-update-done.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-update-done.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-update-utmp.service.xml b/man/systemd-update-utmp.service.xml
index 30d0809bf7..a3822ac987 100644
--- a/man/systemd-update-utmp.service.xml
+++ b/man/systemd-update-utmp.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-update-utmp.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-user-sessions.service.xml b/man/systemd-user-sessions.service.xml
index 40d06e8d34..52fc0d7167 100644
--- a/man/systemd-user-sessions.service.xml
+++ b/man/systemd-user-sessions.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-user-sessions.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml
index c872b223ae..08c5d8116f 100644
--- a/man/systemd-vconsole-setup.service.xml
+++ b/man/systemd-vconsole-setup.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-vconsole-setup.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-veritysetup-generator.xml b/man/systemd-veritysetup-generator.xml
index 677c137bd2..f9f645fe9b 100644
--- a/man/systemd-veritysetup-generator.xml
+++ b/man/systemd-veritysetup-generator.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-veritysetup-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-veritysetup@.service.xml b/man/systemd-veritysetup@.service.xml
index 89e34e59e7..7701409d3b 100644
--- a/man/systemd-veritysetup@.service.xml
+++ b/man/systemd-veritysetup@.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-veritysetup@.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd-volatile-root.service.xml b/man/systemd-volatile-root.service.xml
index 3a897e3b85..651832f36b 100644
--- a/man/systemd-volatile-root.service.xml
+++ b/man/systemd-volatile-root.service.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd-volatile-root.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml
index f09e27b267..2e55ad0b68 100644
--- a/man/systemd.automount.xml
+++ b/man/systemd.automount.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.automount</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.device.xml b/man/systemd.device.xml
index 88ec1d85a8..0144704109 100644
--- a/man/systemd.device.xml
+++ b/man/systemd.device.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.device</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml
index cbe3b93599..1cdf6207a0 100644
--- a/man/systemd.dnssd.xml
+++ b/man/systemd.dnssd.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd.dnssd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Dmitry</firstname>
- <surname>Rozhkov</surname>
- <email>dmitry.rozhkov@intel.com</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.environment-generator.xml b/man/systemd.environment-generator.xml
index 3e3e94136f..3bca262311 100644
--- a/man/systemd.environment-generator.xml
+++ b/man/systemd.environment-generator.xml
@@ -16,15 +16,6 @@
<refentryinfo>
<title>systemd.environment-generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index f66cb74a4a..a17db8d850 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.exec</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml
index 208dd80138..d210d9d1aa 100644
--- a/man/systemd.generator.xml
+++ b/man/systemd.generator.xml
@@ -15,15 +15,6 @@
<refentryinfo>
<title>systemd.generator</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
index fd52e62185..c079274c32 100644
--- a/man/systemd.journal-fields.xml
+++ b/man/systemd.journal-fields.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd.journal-fields</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml
index c268615ad6..2112dea31a 100644
--- a/man/systemd.kill.xml
+++ b/man/systemd.kill.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.kill</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index b197276890..8a41841185 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -12,14 +12,6 @@
<refentryinfo>
<title>systemd.link</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index cb0a0a19cb..1eb06b0ea8 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.mount</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index bfb46f8d6b..d04c23ae24 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd.network</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index b42a18eb50..d5b5575ab6 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -13,15 +13,6 @@
<refentryinfo>
<title>systemd.network</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Tom</firstname>
- <surname>Gundersen</surname>
- <email>teg@jklm.no</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml
index 13f7816cd7..4a263d376d 100644
--- a/man/systemd.nspawn.xml
+++ b/man/systemd.nspawn.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd.nspawn</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml
index b74b2852b0..85c2850aa4 100644
--- a/man/systemd.offline-updates.xml
+++ b/man/systemd.offline-updates.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd.offline-updates</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.path.xml b/man/systemd.path.xml
index ba2ea6aa91..e513fe6d43 100644
--- a/man/systemd.path.xml
+++ b/man/systemd.path.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.path</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml
index 60452d87f7..cf807bd4c8 100644
--- a/man/systemd.preset.xml
+++ b/man/systemd.preset.xml
@@ -9,15 +9,6 @@
<refentryinfo>
<title>systemd.preset</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 75497f0b3b..40132a7cfc 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd.resource-control</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml
index 2a29036396..db43a2074e 100644
--- a/man/systemd.scope.xml
+++ b/man/systemd.scope.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd.scope</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 59d5736841..afa0ae4115 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.service</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml
index 73cedee827..d4fb310e29 100644
--- a/man/systemd.slice.xml
+++ b/man/systemd.slice.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd.slice</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index a10372fceb..19c2ca9907 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.socket</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index 769c3dc08c..2776276a1d 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd.special</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml
index 03c590a680..998a047ec5 100644
--- a/man/systemd.swap.xml
+++ b/man/systemd.swap.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.swap</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.syntax.xml b/man/systemd.syntax.xml
index bafe817a9b..448ae174cb 100644
--- a/man/systemd.syntax.xml
+++ b/man/systemd.syntax.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd.syntax</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>A. U. Thor</contrib>
- <firstname>Zbigniew</firstname>
- <surname>Jędrzejewski-Szmek</surname>
- <email>zbyszek@in.waw.pl</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.target.xml b/man/systemd.target.xml
index 778511203a..51c5ea9af9 100644
--- a/man/systemd.target.xml
+++ b/man/systemd.target.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.target</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.time.xml b/man/systemd.time.xml
index 0d3a7c9e68..ad78b611a1 100644
--- a/man/systemd.time.xml
+++ b/man/systemd.time.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>systemd.time</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml
index 8fb8be0802..44b257c745 100644
--- a/man/systemd.timer.xml
+++ b/man/systemd.timer.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>systemd.timer</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 025b3fe757..673f5575db 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -14,15 +14,6 @@
<refentryinfo>
<title>systemd.unit</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/systemd.xml b/man/systemd.xml
index 110508db9f..17ab59beb5 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>systemd</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml
index 1a5a001f50..e47d36c73a 100644
--- a/man/sysusers.d.xml
+++ b/man/sysusers.d.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>sysusers.d</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/telinit.xml b/man/telinit.xml
index 8aac9ad956..5a48caff2b 100644
--- a/man/telinit.xml
+++ b/man/telinit.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>telinit</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/timedatectl.xml b/man/timedatectl.xml
index d152d20033..39cd78666e 100644
--- a/man/timedatectl.xml
+++ b/man/timedatectl.xml
@@ -12,15 +12,6 @@
<refentryinfo>
<title>timedatectl</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml
index 2ca7b9addd..8ba639f3ae 100644
--- a/man/timesyncd.conf.xml
+++ b/man/timesyncd.conf.xml
@@ -11,15 +11,6 @@
<refentryinfo>
<title>timesyncd.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index befc644bb7..e2e2eac228 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>tmpfiles.d</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Documentation</contrib>
- <firstname>Brandon</firstname>
- <surname>Philips</surname>
- <email>brandon@ifup.org</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 7c915406f8..01baa8add2 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -14,14 +14,6 @@
<refentryinfo>
<title>udev.conf</title>
<productname>systemd</productname>
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Kay</firstname>
- <surname>Sievers</surname>
- <email>kay@vrfy.org</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/udev.xml b/man/udev.xml
index 1346bec6d1..08d29baa01 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -13,20 +13,6 @@
<refentryinfo>
<title>udev</title>
<productname>systemd</productname>
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Greg</firstname>
- <surname>Kroah-Hartmann</surname>
- <email>greg@kroah.com</email>
- </author>
- <author>
- <contrib>Developer</contrib>
- <firstname>Kay</firstname>
- <surname>Sievers</surname>
- <email>kay@vrfy.org</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/udev_device_get_syspath.xml b/man/udev_device_get_syspath.xml
index c1992d0bf3..b352941487 100644
--- a/man/udev_device_get_syspath.xml
+++ b/man/udev_device_get_syspath.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_device_get_syspath</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>
diff --git a/man/udev_device_has_tag.xml b/man/udev_device_has_tag.xml
index 9bf0077c61..187275a7a8 100644
--- a/man/udev_device_has_tag.xml
+++ b/man/udev_device_has_tag.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_device_has_tag</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>
diff --git a/man/udev_device_new_from_syspath.xml b/man/udev_device_new_from_syspath.xml
index 80f6a4f44f..6b660546a3 100644
--- a/man/udev_device_new_from_syspath.xml
+++ b/man/udev_device_new_from_syspath.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_device_new_from_syspath</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>
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>
diff --git a/man/udev_enumerate_new.xml b/man/udev_enumerate_new.xml
index e45d2d2fc8..37c6f73cd1 100644
--- a/man/udev_enumerate_new.xml
+++ b/man/udev_enumerate_new.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_enumerate_new</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>
diff --git a/man/udev_enumerate_scan_devices.xml b/man/udev_enumerate_scan_devices.xml
index b5e89b3a3c..59afd6c055 100644
--- a/man/udev_enumerate_scan_devices.xml
+++ b/man/udev_enumerate_scan_devices.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_enumerate_scan_devices</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>
diff --git a/man/udev_list_entry.xml b/man/udev_list_entry.xml
index 08a9829754..675727e2e4 100644
--- a/man/udev_list_entry.xml
+++ b/man/udev_list_entry.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_list_entry</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>
diff --git a/man/udev_monitor_filter_update.xml b/man/udev_monitor_filter_update.xml
index 525261d94c..661ea8dfe0 100644
--- a/man/udev_monitor_filter_update.xml
+++ b/man/udev_monitor_filter_update.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_monitor_filter_update</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>
diff --git a/man/udev_monitor_new_from_netlink.xml b/man/udev_monitor_new_from_netlink.xml
index 68b3ff444f..0e61400d00 100644
--- a/man/udev_monitor_new_from_netlink.xml
+++ b/man/udev_monitor_new_from_netlink.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_monitor_new_from_netlink</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>
diff --git a/man/udev_monitor_receive_device.xml b/man/udev_monitor_receive_device.xml
index 6ca494ca75..14112de3a1 100644
--- a/man/udev_monitor_receive_device.xml
+++ b/man/udev_monitor_receive_device.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_monitor_receive_device</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>
diff --git a/man/udev_new.xml b/man/udev_new.xml
index 94847e5dcd..d06cf217a3 100644
--- a/man/udev_new.xml
+++ b/man/udev_new.xml
@@ -17,15 +17,6 @@
<refentryinfo>
<title>udev_new</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>
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 864f909512..a98841dd52 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -14,14 +14,6 @@
<refentryinfo>
<title>udevadm</title>
<productname>systemd</productname>
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Kay</firstname>
- <surname>Sievers</surname>
- <email>kay@vrfy.org</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>
diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml
index dc874d2a49..fc8b2cb3ef 100644
--- a/man/vconsole.conf.xml
+++ b/man/vconsole.conf.xml
@@ -10,15 +10,6 @@
<refentryinfo>
<title>vconsole.conf</title>
<productname>systemd</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Lennart</firstname>
- <surname>Poettering</surname>
- <email>lennart@poettering.net</email>
- </author>
- </authorgroup>
</refentryinfo>
<refmeta>