From 29f4f5118bfd958fc6d812af229535f98723dcb6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Jun 2012 00:04:50 +0200 Subject: man: document systemd-hostnamed --- Makefile.am | 8 ++++ man/systemd-hostnamed.service.xml | 82 ++++++++++++++++++++++++++++++++++++++ man/systemd-localed.service.xml | 4 +- units/systemd-hostnamed.service.in | 3 +- 4 files changed, 93 insertions(+), 4 deletions(-) create mode 100644 man/systemd-hostnamed.service.xml 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] -- cgit v1.2.3-54-g00ecf