mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Everywhere: Fix spelling mistakes
This commit is contained in:
parent
168063819d
commit
10ec98dd38
56 changed files with 90 additions and 90 deletions
|
@ -21,7 +21,7 @@ The letters `[+-=]` controls which action will be taken: `+` sets the permission
|
|||
|
||||
The letters `[rwx]` controls which permission will be changes: `r` is read, `w` is write and `x` is execute.
|
||||
|
||||
A numeric mode is combination of 1 to 4 numbers. Omitted digits are assumet to be leading zeros. The first digit select the set user ID (4), set group ID (2) and restricted deletion / sticky (1) attributes. The second, third and fourth digit controls permissions of each user group: owner, owning group and others (not owner or owning group), respectively: read (4), write (2) and execute (1).
|
||||
A numeric mode is combination of 1 to 4 numbers. Omitted digits are assumed to be leading zeros. The first digit select the set user ID (4), set group ID (2) and restricted deletion / sticky (1) attributes. The second, third and fourth digit controls permissions of each user group: owner, owning group and others (not owner or owning group), respectively: read (4), write (2) and execute (1).
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@ $ copy [options...] [text...]
|
|||
# Copy some image to clipboard
|
||||
$ cat image.png | copy -t image/png
|
||||
|
||||
# Place text 'foo' in clupboard
|
||||
# Place text 'foo' in clipboard
|
||||
$ copy foo
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue