Skip to content

Commit b095b43

Browse files
committed
Update by original
1 parent c03ba3b commit b095b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/builtin.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7478,7 +7478,7 @@ mkdir({name} [, {flags} [, {prot}]]) *mkdir()* *E739*
74787478
{prot} は作成するディレクトリの保護ビット。デフォルトは 0o755
74797479
(rwxr-xr-x: 所有者は読み書き可能、他の人は読み込み可能)。他の
74807480
人が読み込めないようにするには 0o700 とすること。これは新しく
7481-
作成されたディレクトリに使用される。Note (Unix の場合) umask
7481+
作成されたディレクトリに使用される。Note: (Unix の場合) umask
74827482
は {prot} に適用されることに注意。
74837483
例: >
74847484
:call mkdir($HOME .. "/tmp/foo/bar", "p", 0o700)

en/builtin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7588,7 +7588,7 @@ mkdir({name} [, {flags} [, {prot}]]) *mkdir()* *E739*
75887588
the new directory. The default is 0o755 (rwxr-xr-x: r/w for
75897589
the user, readable for others). Use 0o700 to make it
75907590
unreadable for others. This is used for the newly created
7591-
directories. Note an umask is applied to {prot} (on Unix).
7591+
directories. Note: umask is applied to {prot} (on Unix).
75927592
Example: >
75937593
:call mkdir($HOME .. "/tmp/foo/bar", "p", 0o700)
75947594

0 commit comments

Comments
 (0)