diff options
author | Jan Janssen <medhefgo@web.de> | 2013-03-07 15:12:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-07 16:05:47 +0100 |
commit | ed1553a20d5bc73c1ae8e269d46ee24f80d259d4 (patch) | |
tree | bbd0dda9c1b6e62a22cd902fd5073753eae6cb2c /man | |
parent | b1b8e8169496d3c4f991de9a9d2975ffada6fa0f (diff) |
man: Fix id attributes
Diffstat (limited to 'man')
-rw-r--r-- | man/sd-readahead.xml | 2 | ||||
-rw-r--r-- | man/sd_readahead.xml | 2 | ||||
-rw-r--r-- | man/systemd-activate.xml | 2 | ||||
-rw-r--r-- | man/systemd-update-utmp-runlevel.service.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man/sd-readahead.xml b/man/sd-readahead.xml index ee7c936813..f8a0a0b559 100644 --- a/man/sd-readahead.xml +++ b/man/sd-readahead.xml @@ -21,7 +21,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="sd-daemon" conditional='ENABLE_READAHEAD'> +<refentry id="sd-readahead" conditional='ENABLE_READAHEAD'> <refentryinfo> <title>sd-readahead</title> diff --git a/man/sd_readahead.xml b/man/sd_readahead.xml index 39e34698d4..c26d5c63e3 100644 --- a/man/sd_readahead.xml +++ b/man/sd_readahead.xml @@ -21,7 +21,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="sd_notify" conditional='ENABLE_READAHEAD'> +<refentry id="sd_readahead" conditional='ENABLE_READAHEAD'> <refentryinfo> <title>sd_readahead</title> diff --git a/man/systemd-activate.xml b/man/systemd-activate.xml index 6949731f64..a5cab8e3b7 100644 --- a/man/systemd-activate.xml +++ b/man/systemd-activate.xml @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-journal-gatewayd.service"> +<refentry id="systemd-activate"> <refentryinfo> <title>systemd-activate</title> diff --git a/man/systemd-update-utmp-runlevel.service.xml b/man/systemd-update-utmp-runlevel.service.xml index 0e19581f98..867b958d30 100644 --- a/man/systemd-update-utmp-runlevel.service.xml +++ b/man/systemd-update-utmp-runlevel.service.xml @@ -19,7 +19,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-user-sessions.service"> +<refentry id="systemd-update-utmp-runlevel.service"> <refentryinfo> <title>systemd-update-utmp-runlevel.service</title> |