aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/umask.txt
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-24 07:07:30 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-24 07:07:30 +1000
commit61ebc12dd4621a53a553fffc6a6814ffe02d91b8 (patch)
treeed4c755e93640d3f84cea4c8dbc018b43674a118 /doc_src/umask.txt
parent449a75756d13450ef0141427f36eaf1a45e93576 (diff)
Minor polish like adding missing whitespace, switch to using --argument switch in function definitions to make code more readable, add a few minor saftey checks, etc.
darcs-hash:20070923210730-75c98-88557ba8b6020cae04a5e437c6bb6370e39c04d9.gz
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.