From: Lennart Poettering Date: Mon, 25 Jun 2012 22:04:50 +0000 (+0200) Subject: man: document systemd-hostnamed X-Git-Tag: v186~89 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=29f4f5118bfd958fc6d812af229535f98723dcb6;p=elogind.git man: document systemd-hostnamed --- diff --git a/Makefile.am b/Makefile.am index 5c7405373..054481426 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 000000000..13b3de02f --- /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 bdc2a0813..df746fc88 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 d7fd1940f..be22a3ad0 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]