aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/umask.txt
diff options
context:
space:
mode:
authorGravatar James Vega <jamessan@jamessan.com>2006-01-24 09:17:06 +1000
committerGravatar James Vega <jamessan@jamessan.com>2006-01-24 09:17:06 +1000
commit495460066c21ca8433204e2c897ad3de16eccaa0 (patch)
treedc94beac5ba5fbe51b7bd0807b3aea8db4950a0f /doc_src/umask.txt
parent8df21a1cb18d5f78d7d3c2ca98d0708b195c65da (diff)
Fixed various spelling mistakes.
darcs-hash:20060123231706-35ec8-2a30db603eee503d944b06d101cc88ce59340309.gz
Diffstat (limited to 'doc_src/umask.txt')
-rw-r--r--doc_src/umask.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc_src/umask.txt b/doc_src/umask.txt
index b355135b..793ef1f4 100644
--- a/doc_src/umask.txt
+++ b/doc_src/umask.txt
@@ -1,5 +1,5 @@
-\section umask umask - Set or get the shells resurce usage limits
+\section umask umask - Set or get the shells resource usage limits
\subsection umask-synopsis Synopsis
<code>umask [OPTIONS] [MASK]</code>
@@ -10,7 +10,7 @@ With no argument, the current file-creation mask is printed, if an
argument is specified, it is the new file creation mask. The mask may
be specified as an octal number, in which case it is interpreted as
the rights that should be masked away, i.e. it is the inverse of the
-file permissions any new files will have.
+file permissions any new files will have.
If a symbolic mask is specified, the actual file permission bits, and
not the inverse, should be specified. A symbolic mask is a comma
@@ -19,7 +19,7 @@ separated list of rights. Each right consists of three parts:
- The first part specifies to whom this set of right applies, and can
be one of \c u, \c g, \c o or \c a, where \c u specifies the user who
owns the file, \c g specifies the group owner of the file, \c o
-specifiec other users rights and \c a specifies all three should be
+specific other users rights and \c a specifies all three should be
changed.
- The second part of a right specifies the mode, and can be one of \c
=, \c + or \c -, where \c = specifies that the rights should be set to
@@ -27,7 +27,7 @@ the new value, \c + specifies that the specified right should be added
to those previously specified and \c - specifies that the specified
rights should be removed from those previously specified.
- The third part of a right specifies what rights should be changed
-and can be any compination of \c r, \c w and \c x, representing
+and can be any combination of \c r, \c w and \c x, representing
read, write and execute rights.
If the first and second parts are skipped, they are assumed to be \c a