docs:smbdotconf: change type to bytes where needed
authorMichael Adam <obnox@samba.org>
Thu, 23 Jul 2015 15:34:28 +0000 (17:34 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:32 +0000 (01:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
12 files changed:
docs-xml/smbdotconf/logging/maxlogsize.xml
docs-xml/smbdotconf/protocol/maxxmit.xml
docs-xml/smbdotconf/protocol/minreceivefilesize.xml
docs-xml/smbdotconf/protocol/smb2maxread.xml
docs-xml/smbdotconf/protocol/smb2maxtrans.xml
docs-xml/smbdotconf/protocol/smb2maxwrite.xml
docs-xml/smbdotconf/tuning/aioreadsize.xml
docs-xml/smbdotconf/tuning/aiowritesize.xml
docs-xml/smbdotconf/tuning/allocationroundupsize.xml
docs-xml/smbdotconf/tuning/blocksize.xml
docs-xml/smbdotconf/tuning/maxdisksize.xml
docs-xml/smbdotconf/tuning/writecachesize.xml

index 35c2addd2b7f625f27019ed1193bf66b3eb58b27..8a1979d95adf923a7c0867c92536dc038f5fc15d 100644 (file)
@@ -1,5 +1,5 @@
 <samba:parameter name="max log size"
-                 type="integer"
+                 type="bytes"
                  context="G"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index c58965929961311ccf80e92d82c19760d26c6304..aca98d520d599c1fa70c871345dde7bfbf641ec3 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="max xmit"
                  context="G"
-                 type="integer"
+                 type="bytes"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>This option controls the maximum packet size 
index 60d48acc7add27719bf6608f93073ecf70b4d123..ce0ea3002bc8743134ce9eeab8921d4b26ab1fb2 100644 (file)
@@ -1,5 +1,5 @@
 <samba:parameter name="min receivefile size"
-                 type="integer"
+                 type="bytes"
                  context="G"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index a262ce1187a3d1d4ba92041c3f00944b36db035a..01f9583bd2ea5ba38ffb414d5e7ac90b9c9ec9ae 100644 (file)
@@ -1,5 +1,5 @@
 <samba:parameter name="smb2 max read"
-                 type="integer"
+                 type="bytes"
                  context="G"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 4c2837283765844409eb07464ac63f570eecf797..5586d3f9fb0d1517b1718d5590df1e628356bb80 100644 (file)
@@ -1,5 +1,5 @@
 <samba:parameter name="smb2 max trans"
-                 type="integer"
+                 type="bytes"
                  context="G"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 4105fa7209f6a95864d3211825d947ee75fd9a29..f895a046e02a131c52e8a094d1d78b0c7e72bcab 100644 (file)
@@ -1,5 +1,5 @@
 <samba:parameter name="smb2 max write"
-                 type="integer"
+                 type="bytes"
                  context="G"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 082cf5ddfde7bb9b93dcf4938e1f125daa9e9ced..0c9cc529ed8c008a48a7e4ad119b8ee8dfdcfafd 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="aio read size"
                  context="S"
-                type="integer"
+                 type="bytes"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
   <para>If Samba has been built with asynchronous I/O support and this
index e33a60e98e0e1fe8aa3d7116033f191730f4e214..c2ad118def07768c57236e7f3b6274af8d697108 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="aio write size"
                  context="S"
-                type="integer"
+                 type="bytes"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
   <para>If Samba has been built with asynchronous I/O support and this
index 5fc013b5a0b1537bcc2c368f1addd8832ad26845..eaea467bc390ee5c48cf1d592b0c118dc4fb92c2 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="allocation roundup size"
                  context="S"
-                type="integer"
+                 type="bytes"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>This parameter allows an administrator to tune the 
index 1a0cc545a372b387de32db937e74f1e3cfd81b01..8d0dd8ca832d57b5cfa2e74236e583afa2c53ecc 100644 (file)
@@ -1,5 +1,5 @@
 <samba:parameter name="block size"
-                               type="integer"
+                 type="bytes"
                  context="S"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 27d74b922b37824e1b15a0821bffa4f5bdb5f201..036135861db8ae8ce2de1c95e94a4503e0a35073 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="max disk size"
                  context="G"
-                                type="integer"
+                 type="bytes"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>This option allows you to put an upper limit 
index e2fa17f81b70c522cdab5a942599a6c4261d35b1..484b35398bf76fc456f0223b2fd46d55e6fe39be 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="write cache size"
                  context="S"
-                                type="integer"
+                 type="bytes"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>If this integer parameter is set to non-zero value,