docs-xml: fix problamatic quotes from panic action example
authorBjörn Jacke <bj@sernet.de>
Thu, 22 Aug 2019 11:51:59 +0000 (13:51 +0200)
committerBjoern Jacke <bjacke@samba.org>
Thu, 22 Aug 2019 13:46:13 +0000 (13:46 +0000)
those quotes work for smbd but do not work for the samba binary. Without quotes
it works with both.

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Björn Jacke <bjacke@samba.org>
Autobuild-Date(master): Thu Aug 22 13:46:14 UTC 2019 on sn-devel-184

docs-xml/smbdotconf/misc/panicaction.xml

index d6e1517525d1e0430a08be0544e6501af76fa451..7b7df25638862aa83a5031acbce6553affe7c0e8 100644 (file)
@@ -12,5 +12,5 @@
 </description>
 
 <value type="default"></value>
-<value type="example">&quot;/bin/sleep 90000&quot;</value>
+<value type="example">/bin/sleep 90000</value>
 </samba:parameter>