mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
[1.6.x] Fixed #23097 -- Switched to new octal format in docs
Backport of e1c85167a3 from master.
This commit is contained in:
committed by
Claude Paroz
parent
ae5a4668be
commit
2630cafc86
@@ -687,8 +687,8 @@ Write stderr to the *FILE* file.
|
||||
|
||||
``umask=UMASK``
|
||||
|
||||
Umask to use when daemonizing. The value is interpeted as an octal number
|
||||
(default value is ``022``).
|
||||
Umask to use when daemonizing. The value is interpreted as an octal number
|
||||
(default value is ``0o22``).
|
||||
|
||||
Example usage::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user