mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
docs:smbdotconf: change type to bytes where needed
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
46069ed06c
commit
0e6fe4c807
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user