summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mkdir.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/mkdir.2')
-rw-r--r--lib/libc/sys/mkdir.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2
index 8f50d6e955e..dd305fb0d14 100644
--- a/lib/libc/sys/mkdir.2
+++ b/lib/libc/sys/mkdir.2
@@ -49,7 +49,7 @@ The directory
.Fa path
is created with the access permissions specified by
.Fa mode
-and restricted by the the
+and restricted by the
.Xr umask 2
of the calling process.
.Pp