mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +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:
committed by
Jeremy Allison
parent
46069ed06c
commit
0e6fe4c807
@ -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>
|
||||
|
Reference in New Issue
Block a user