diff options
author | Björn Jacke <bj@sernet.de> | 2013-05-16 16:19:22 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-05-17 10:34:18 +0200 |
commit | 355f78fe9e8ba09179693597104915f3b6963139 (patch) | |
tree | e07aaee37b27de564d69e257a30fce7d6887d679 /docs-xml | |
parent | 3f3576d64275dbf4964458dab39252ae4da9ba06 (diff) | |
download | samba-355f78fe9e8ba09179693597104915f3b6963139.tar.gz |
docs/rpcdaemon: some formating fixes
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
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/rpcdaemon.xml | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/docs-xml/smbdotconf/misc/rpcdaemon.xml b/docs-xml/smbdotconf/misc/rpcdaemon.xml index 8db9267e67..5fbe88625b 100644 --- a/docs-xml/smbdotconf/misc/rpcdaemon.xml +++ b/docs-xml/smbdotconf/misc/rpcdaemon.xml @@ -12,8 +12,10 @@ <para> Two possible values are currently supported: - <command moreinfo="none">disabled</command> - <command moreinfo="none">fork</command> + <programlisting> + disabled + fork + </programlisting> </para> <para> @@ -39,11 +41,13 @@ 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> @@ -55,9 +59,11 @@ 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 |