mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
docs:smbdotconf: change type to octal where needed
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0e6fe4c807
commit
955e77c173
@ -1,6 +1,6 @@
|
||||
<samba:parameter name="create mask"
|
||||
context="S"
|
||||
type="integer"
|
||||
type="octal"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
|
||||
<synonym>create mode</synonym>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<samba:parameter name="directory mask"
|
||||
context="S"
|
||||
type="integer"
|
||||
type="octal"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<synonym>directory mode</synonym>
|
||||
<description>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<samba:parameter name="force create mode"
|
||||
context="S"
|
||||
type="integer"
|
||||
type="octal"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This parameter specifies a set of UNIX mode bit
|
||||
|
@ -1,6 +1,6 @@
|
||||
<samba:parameter name="force directory mode"
|
||||
context="S"
|
||||
type="integer"
|
||||
type="octal"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This parameter specifies a set of UNIX mode bit
|
||||
|
Loading…
Reference in New Issue
Block a user