diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-10 20:41:27 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-10 20:41:27 +0000 |
commit | 6da5194978fa0febbad7fb7141418ea3270e9d76 (patch) | |
tree | 4ac5d6f092c6d640f406c3d48716b0a516e7cdf3 /docs/docbook/manpages/net.8.xml | |
parent | 94bbd5c93a777ad1a6b3951358306e29e6277251 (diff) | |
download | samba-6da5194978fa0febbad7fb7141418ea3270e9d76.tar.gz samba-6da5194978fa0febbad7fb7141418ea3270e9d76.tar.bz2 samba-6da5194978fa0febbad7fb7141418ea3270e9d76.zip |
Fix style
(This used to be commit ba60a11b62a093565459efca1879f2b028724af1)
Diffstat (limited to 'docs/docbook/manpages/net.8.xml')
-rw-r--r-- | docs/docbook/manpages/net.8.xml | 48 |
1 files changed, 22 insertions, 26 deletions
diff --git a/docs/docbook/manpages/net.8.xml b/docs/docbook/manpages/net.8.xml index 9787f4e0b0..582ad5e6e7 100644 --- a/docs/docbook/manpages/net.8.xml +++ b/docs/docbook/manpages/net.8.xml @@ -3,32 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ <!ENTITY % globalentities SYSTEM './../global.ent'> %globalentities; - -<!-- This one is only used by shutdown (RPC) --> -<!ENTITY net.arg.shutdown ' -<varlistentry> -<term>-r</term> -<listitem><para> -Reboot after shutdown. -</para></listitem> -</varlistentry> - -<varlistentry> -<term>-f</term> -<listitem><para> -Force shutting down all applications. -</para></listitem> -</varlistentry> - -<varlistentry> -<term>-t timeout</term> -<listitem><para> -Timeout before system will be shut down. An interactive -user of the system can use this time to cancel the shutdown. -</para></listitem> -</varlistentry>'> ]> - <refentry id="net.8"> <refmeta> @@ -754,7 +729,28 @@ Interdomain account must already be created on the remote PDC. <para>Shut down the remote server.</para> <variablelist> -&net.arg.shutdown; +<varlistentry> +<term>-r</term> +<listitem><para> +Reboot after shutdown. +</para></listitem> +</varlistentry> + +<varlistentry> +<term>-f</term> +<listitem><para> +Force shutting down all applications. +</para></listitem> +</varlistentry> + +<varlistentry> +<term>-t timeout</term> +<listitem><para> +Timeout before system will be shut down. An interactive +user of the system can use this time to cancel the shutdown. +</para></listitem> +</varlistentry>'> + <varlistentry> <term>-C message</term> <listitem><para>Display the specified message on the screen to |