diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-11-02 22:15:17 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-11-02 22:15:17 +0100 |
commit | 4d1f113490803bdcc0caf2ccb7432719356095ce (patch) | |
tree | 07bde9533f59d4cc23edba8b05bf1c3e4be6af6b /sys/man/1/derp | |
parent | c0c2660f749b87a52c7a3b80591cab5b6a503f95 (diff) |
derp(1) spelling (thanks pap)
Diffstat (limited to 'sys/man/1/derp')
-rw-r--r-- | sys/man/1/derp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/man/1/derp b/sys/man/1/derp index 91467238d..47d8a3c54 100644 --- a/sys/man/1/derp +++ b/sys/man/1/derp @@ -78,14 +78,14 @@ Errors are printed to standard error unless option is specified. The program is terminated when errors are encountered unless the .B -c -option is given. This can be usefull if files +option is given. This can be useful if files are not accessible due to file permission or media corruption. .PP The .B -u option will consider changes of file owner and group. -When omited, file ownership is ignored. +When omitted, file ownership is ignored. .PP The .B -p @@ -98,11 +98,11 @@ When modification times are comparable then the .B -t option can be used to quickly find changes. If specified, files are considered unchanged if the name, file size and -the modification time matches. This is usefull when +the modification time matches. This is useful when comparing /n/dump archives on the same fileserver. .PP Files are considered the same if they are from the -same mount and ther +same mount and their .B qid (see .IR stat (5)) @@ -129,4 +129,4 @@ option. .IR hgfs (4) .SH DIAGNOSTICS The exit status is set to 'errors' when -errors where encountered. +errors were encountered. |