diff --git a/Makefile.am b/Makefile.am
index fb2fdfa011..acbdeedd18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -497,7 +497,8 @@ MANPAGES = \
man/systemd-fsck@.service.8 \
man/systemd-ask-password-console.service.8 \
man/systemd-analyze.1 \
- man/systemd-tty-ask-password-agent.1
+ man/systemd-tty-ask-password-agent.1 \
+ man/systemd-getty-generator.8
MANPAGES_ALIAS = \
man/reboot.8 \
diff --git a/man/systemd-cryptsetup-generator.xml b/man/systemd-cryptsetup-generator.xml
index 17e0ed9a64..dfe55c7251 100644
--- a/man/systemd-cryptsetup-generator.xml
+++ b/man/systemd-cryptsetup-generator.xml
@@ -42,11 +42,11 @@
systemd-cryptsetup-generator
- Unit generated for /etc/crypttab
+ Unit generator for /etc/crypttab
- /usr/lib/systemd/systemd-cryptsetup
+ /usr/lib/systemd/system-generators/systemd-cryptsetup-generator
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml
new file mode 100644
index 0000000000..4c6a2475b9
--- /dev/null
+++ b/man/systemd-getty-generator.xml
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+ systemd-getty-generator
+ systemd
+
+
+
+ Developer
+ Lennart
+ Poettering
+ lennart@poettering.net
+
+
+
+
+
+ systemd-getty-generator
+ 8
+
+
+
+ systemd-getty-generator
+ Generator for enabling getty instances on
+ the console
+
+
+
+ /usr/lib/systemd/system-generators/systemd-getty-generator
+
+
+
+ Description
+
+ systemd-getty-generator is
+ a generator that automatically instantiates
+ serial-getty@.service on the
+ kernel console /dev/console if
+ that is not directed to the virtual console
+ subsystem. It will also instantiate
+ serial-getty@.service instances
+ for virtualizer consoles, if execution in a
+ virtualized environment is detected. This should
+ ensure that the user is shown a login prompt at the
+ right place, regardless in which environment the
+ system is started. For example, it is sufficient to
+ redirect the kernel console with a kernel command line
+ argument such as console= to get
+ both kernel messages and a getty prompt on a serial
+ TTY. See kernel-parameters.txt
+ for more information on the
+ console= kernel parameter.
+
+ systemd-getty-generator
+ implements the generator
+ specification.
+
+
+
+ See Also
+
+ systemd1,
+ agetty8
+
+
+
+