diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-24 00:11:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-24 00:11:04 +0200 |
commit | 160cd5c9aa2301892e13950015de7968c764340d (patch) | |
tree | 350928e2ade6ffca3a1d20e0e7ffff1609cad915 /man/systemd-install.xml | |
parent | daaa7e5a6595c02359adfafb7e19cf1a2e17fbd9 (diff) |
man: add more man pages
Diffstat (limited to 'man/systemd-install.xml')
-rw-r--r-- | man/systemd-install.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/systemd-install.xml b/man/systemd-install.xml index 7cd23da574..bb52230856 100644 --- a/man/systemd-install.xml +++ b/man/systemd-install.xml @@ -50,13 +50,13 @@ <refsynopsisdiv> <cmdsynopsis> - <command>systemd-install <arg choice="opt" rep="repeat">options</arg> <arg choice="plain">enable</arg> <arg choice="opt" rep="repeat">name</arg></command> + <command>systemd-install <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">enable</arg> <arg choice="opt" rep="repeat">NAME</arg></command> </cmdsynopsis> <cmdsynopsis> - <command>systemd-install <arg choice="opt" rep="repeat">options</arg> <arg choice="plain">disable</arg> <arg choice="opt" rep="repeat">name</arg></command> + <command>systemd-install <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">disable</arg> <arg choice="opt" rep="repeat">NAME</arg></command> </cmdsynopsis> <cmdsynopsis> - <command>systemd-install <arg choice="opt" rep="repeat">options</arg> <arg choice="plain">test</arg> <arg choice="opt" rep="repeat">name</arg></command> + <command>systemd-install <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">test</arg> <arg choice="opt" rep="repeat">NAME</arg></command> </cmdsynopsis> </refsynopsisdiv> @@ -116,7 +116,7 @@ </varlistentry> </variablelist> - <para>The following verbs are understood:</para> + <para>The following commands are understood:</para> <variablelist> <varlistentry> @@ -161,6 +161,7 @@ <refsect1> <title>See Also</title> <para> + <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> </para> |