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/tar | |
parent | adc8a24329f465aaa7a5f51de5a5ab64144e69bf (diff) | |
download | FreeBSD-src-6da836a30b2e886663f059aa69f7608fe09c3701.zip FreeBSD-src-6da836a30b2e886663f059aa69f7608fe09c3701.tar.gz |
Fix typos.
Diffstat (limited to 'usr.bin/tar')
-rw-r--r-- | usr.bin/tar/bsdtar.1 | 2 |
1 files changed, 1 insertions, 1 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. |