diff --git a/Makefile.am b/Makefile.am
index 5c7405373d..054481426e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2595,6 +2595,14 @@ hostnamed-install-data-hook:
INSTALL_DATA_HOOKS += \
hostnamed-install-data-hook
+MANPAGES += \
+ man/systemd-hostnamed.service.8
+
+MANPAGES_ALIAS += \
+ man/systemd-hostnamed.8
+
+man/systemd-hostnamed.8: man/systemd-hostnamed.service.8
+
EXTRA_DIST += \
units/systemd-hostnamed.service.in
endif
diff --git a/man/systemd-hostnamed.service.xml b/man/systemd-hostnamed.service.xml
new file mode 100644
index 0000000000..13b3de02f2
--- /dev/null
+++ b/man/systemd-hostnamed.service.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+ systemd-hostnamed
+ systemd
+
+
+
+ Developer
+ Lennart
+ Poettering
+ lennart@poettering.net
+
+
+
+
+
+ systemd-hostnamed
+ 8
+
+
+
+ systemd-hostnamed.service
+ systemd-hostnamed
+ systemd Hostname Bus Mechanism
+
+
+
+ systemd-hostnamed.service
+ /usr/lib/systemd/systemd-hostnamed
+
+
+
+ Description
+
+ systemd-hostnamed is a system
+ service that may be used as mechanism to change the
+ system hostname. systemd-hostnamed is
+ automatically activated on request and terminates
+ itself when it is unused.
+
+ See the
+ developer documentation for information about
+ the APIs systemd-hostnamed
+ provides.
+
+
+
+ See Also
+
+ systemd1,
+ hostname5,
+ sethostname2,
+ machine-info5,
+
+
+
+
diff --git a/man/systemd-localed.service.xml b/man/systemd-localed.service.xml
index bdc2a08130..df746fc88e 100644
--- a/man/systemd-localed.service.xml
+++ b/man/systemd-localed.service.xml
@@ -45,7 +45,7 @@
systemd-localed.service
systemd-localed
- systemd Time and Date Bus Mechanism
+ systemd Locale Bus Mechanism
@@ -60,7 +60,7 @@
service that may be used as mechanism to change the
system locale settings, as well as the console key
mapping and default X11 key
- mapping. systemd-timedated is
+ mapping. systemd-localed is
automatically activated on request and terminates
itself when it is unused.
diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in
index d7fd1940f3..be22a3ad01 100644
--- a/units/systemd-hostnamed.service.in
+++ b/units/systemd-hostnamed.service.in
@@ -7,8 +7,7 @@
[Unit]
Description=Hostname Service
-Documentation=man:hostname(5)
-Documentation=man:machine-info(5)
+Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5)
Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed
[Service]