summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mkdir.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-10 09:06:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-10 09:06:37 +0000
commite0e745f893d3133bc242332e73ad38bd2d9a9b29 (patch)
tree9d2ee1c56f832a8ca62c406400cfc6fb457acf1d /lib/libc/sys/mkdir.2
parent2f7a7ba17bb99870e3bac5e6c2fa656017224ee3 (diff)
"the the" purge
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