diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-10 01:25:02 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-12 01:10:04 -0400 |
commit | d868475ad62547f0a034dfaf038aff31b3d05372 (patch) | |
tree | 194f80589f42afd707331af3e1bbe54efff313b8 /Makefile-man.am | |
parent | 479fe882ae92e4c2eac3c995cd0d23d4c604889f (diff) | |
download | systemd-d868475ad62547f0a034dfaf038aff31b3d05372.tar.gz |
man: document the slice and scope units, add systemd.cgroup(5)
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index bef749af86..e74cceaada 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -76,6 +76,7 @@ MANPAGES += \ man/systemd-update-utmp.service.8 \ man/systemd.1 \ man/systemd.automount.5 \ + man/systemd.cgroup.5 \ man/systemd.device.5 \ man/systemd.exec.5 \ man/systemd.journal-fields.7 \ @@ -83,7 +84,9 @@ MANPAGES += \ man/systemd.mount.5 \ man/systemd.path.5 \ man/systemd.preset.5 \ + man/systemd.scope.5 \ man/systemd.service.5 \ + man/systemd.slice.5 \ man/systemd.snapshot.5 \ man/systemd.socket.5 \ man/systemd.special.7 \ |