Fix: mode => permissions

This commit is contained in:
Sergey Panteleev 2021-05-24 10:03:45 +03:00
parent 6240e8ba3b
commit dcd6496472
No known key found for this signature in database
GPG key ID: 659A97C9CF2A795A

View file

@ -36,8 +36,8 @@
<term><parameter>permissions</parameter></term>
<listitem>
<para>
The <parameter>permissions</parameter> are 0777 by default, which means the widest possible
access. For more information on modes, read the details
The permissions are 0777 by default, which means the widest possible
access. For more information on permissions, read the details
on the <function>chmod</function> page.
</para>
<note>
@ -46,8 +46,8 @@
</para>
</note>
<para>
Note that you probably want to specify the mode as an octal number,
which means it should have a leading zero. The mode is also modified
Note that you probably want to specify the <parameter>permissions</parameter> as an octal number,
which means it should have a leading zero. The <parameter>permissions</parameter> is also modified
by the current umask, which you can change using
<function>umask</function>.
</para>