diff options
author | joel <joel@FreeBSD.org> | 2010-08-01 09:10:09 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-01 09:10:09 +0000 |
commit | 6da836a30b2e886663f059aa69f7608fe09c3701 (patch) | |
tree | 5fc27cb0f8b14019c38a28f1a313113aafcc0f41 /usr.bin | |
parent | adc8a24329f465aaa7a5f51de5a5ab64144e69bf (diff) | |
download | FreeBSD-src-6da836a30b2e886663f059aa69f7608fe09c3701.zip FreeBSD-src-6da836a30b2e886663f059aa69f7608fe09c3701.tar.gz |
Fix typos.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tar/bsdtar.1 | 2 | ||||
-rw-r--r-- | usr.bin/unifdef/unifdef.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 8db7d3d..81b3c41 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -495,7 +495,7 @@ This option is provided as a performance optimization. Extract files as sparse files. For every block on disk, check first if it contains only NULL bytes and seek over it otherwise. -This works similiar to the conv=sparse option of dd. +This works similar to the conv=sparse option of dd. .It Fl Fl same-owner (x mode only) Extract owner and group IDs. diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 0803d72..e68a5f6 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -206,7 +206,7 @@ i.e., the lines that would have been removed or blanked are retained and vice versa. .Pp .It Fl d -Turn on printing of degugging messages. +Turn on printing of debugging messages. .Pp .It Fl e Because |