aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/umask.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/umask.txt')
-rw-r--r--doc_src/umask.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/umask.txt b/doc_src/umask.txt
index 2150c62c..0a75e3db 100644
--- a/doc_src/umask.txt
+++ b/doc_src/umask.txt
@@ -43,7 +43,7 @@ in bash.
\subsection umask-example Example
-<code>umask 177</code> or <code>umask u=rw</code>sets the file
+<code>umask 177</code> or <code>umask u=rw</code> sets the file
creation mask to read and write for the owner and no permissions at
all for any other users.