diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-07 09:23:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-07 09:23:18 +0000 |
commit | 5e32f7c19aaede8e826af9e60bc234d704bf158a (patch) | |
tree | 67b5a9ea7bca1429b47ad810255c50ebfdf88af9 /doc | |
parent | c5b4a727ab45733346254f3fb1c0192f3e2cb785 (diff) | |
download | coreutils-5e32f7c19aaede8e826af9e60bc234d704bf158a.tar.xz |
s/can not/cannot/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/perm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/perm.texi b/doc/perm.texi index da1e9645a..033327fff 100644 --- a/doc/perm.texi +++ b/doc/perm.texi @@ -119,7 +119,7 @@ format: @noindent The spaces between the three parts above are shown for readability only; -symbolic modes can not contain spaces. +symbolic modes cannot contain spaces. The @var{users} part tells which users' access to the file is changed. It consists of one or more of the following letters (or it can be empty; @@ -428,7 +428,7 @@ This number is always interpreted in octal; you do not have to add a leading 0, as you do in C. Mode 0055 is the same as mode 55. A numeric mode is usually shorter than the corresponding symbolic -mode, but it is limited in that it can not take into account a file's +mode, but it is limited in that it cannot take into account a file's previous permissions; it can only set them absolutely. On most systems, the permissions granted to the user, |