diff --git a/docs/html/config_dvr.html b/docs/html/config_dvr.html
index 703ef47a..2cc9836a 100644
--- a/docs/html/config_dvr.html
+++ b/docs/html/config_dvr.html
@@ -81,12 +81,12 @@
Common examples: |
- 644 == rw-r--r-- |
- 664 == rw-rw-r-- (default) |
- 666 == rw-rw-rw- |
+ 0644 == rw-r--r-- |
+ 0664 == rw-rw-r-- (default) |
+ 0666 == rw-rw-rw- |
- Note that your default user umask applies, so 666 with umask 002 will produce 664.
+ Note that your default user umask applies, so 666 with umask 0002 will produce 0664.
See also
Common examples: |
- 755 == rwxr--r-- |
- 775 == rwxrwxr-- (default) |
- 777 == rwxrwxrwx |
+ 0755 == rwxr--r-- |
+ 0775 == rwxrwxr-- (default) |
+ 0777 == rwxrwxrwx |
- Note that your default user umask applies, so 777 with umask 002 will produce 775.
+ Note that your default user umask applies, so 0777 with umask 0002 will produce 0775.
See also