docs/rpcdaemon: some formating fixes
authorBjörn Jacke <bj@sernet.de>
Thu, 16 May 2013 14:19:22 +0000 (16:19 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 17 May 2013 08:34:18 +0000 (10:34 +0200)
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri May 17 10:34:18 CEST 2013 on sn-devel-104

docs-xml/smbdotconf/misc/rpcdaemon.xml

index 8db9267e67c506eb7e6fdc45ff586e0fd28d6baf..5fbe88625b8bb8e86327b96f34be6971a9bd5bf9 100644 (file)
 
        <para>
        Two possible values are currently supported:
-               <command moreinfo="none">disabled</command>
-               <command moreinfo="none">fork</command>
+       <programlisting>
+               disabled
+               fork
+       </programlisting>
        </para>
 
        <para>
        allowed to handle concurrently is defined by parametrical options named
        after the daemon.
        Five options are currently supported:
-               <command moreinfo="none">prefork_min_children</command>
-               <command moreinfo="none">prefork_max_children</command>
-               <command moreinfo="none">prefork_spawn_rate</command>
-               <command moreinfo="none">prefork_max_allowed_clients</command>
-               <command moreinfo="none">prefork_child_min_life</command>
+       <programlisting>
+               prefork_min_children
+               prefork_max_children
+               prefork_spawn_rate
+               prefork_max_allowed_clients
+               prefork_child_min_life
+       </programlisting>
 
        To set one of these options use the follwing syntax:
        <programlisting>
        Samba includes separate daemons for spoolss and the lsarpc/lsass,
        netlogon and samr pipes. Currently three daemons are available and they
        are called:
-               <command moreinfo="none">epmd</command>
-               <command moreinfo="none">lsasd</command>
-               <command moreinfo="none">spoolssd</command>
+       <programlisting>
+               epmd
+               lsasd
+               spoolssd
+       </programlisting>
        Example:
        <programlisting>
        rpc_daemon:spoolssd = fork