diff options
author | kientzle <kientzle@FreeBSD.org> | 2004-07-19 05:24:41 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2004-07-19 05:24:41 +0000 |
commit | f05f0023939de87de66a4906915cbab31d5f9dbe (patch) | |
tree | 4b345f81a3faa736b6f621a5039cd5a858e42b19 /usr.bin/tar | |
parent | 497e763c7509a258ebd77e54b423c279f8db4d2c (diff) | |
download | FreeBSD-src-f05f0023939de87de66a4906915cbab31d5f9dbe.zip FreeBSD-src-f05f0023939de87de66a4906915cbab31d5f9dbe.tar.gz |
Fix some misspellings, document the TAPE environment
variable and the default tape device.
Diffstat (limited to 'usr.bin/tar')
-rw-r--r-- | usr.bin/tar/bsdtar.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index eb0eec0..3db28d8 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -385,12 +385,26 @@ The locale to use. See .Xr environ 7 for more information. +.It Ev TAPE +The default tape device. +The +.Fl f +option overrides this. .It Ev TZ The timezone to use when displaying dates. See .Xr environ 7 for more information. .El +.Sh FILES +.Bl -tag -width ".Ev BLOCKSIZE" +.It Pa /dev/rsa0 +The default tape device, if not overridden by the +.Ev TAPE +environment variable or the +.Fl f +option. +.El .Sh COMPATIBILITY The bundled-arguments format is supported for compatibility with historic implementations. @@ -467,7 +481,7 @@ By default, .Nm removes the leading .Pa / -character from filenames before restoring them to gaurd against this problem. +character from filenames before restoring them to guard against this problem. .It Archive entries can have pathnames that include .Pa .. @@ -482,7 +496,7 @@ Archive entries can exploit symbolic links to restore files to other directories. An archive can restore a symbolic link to another directory, then use that link to restore a file into that directory. -To gaurd against this, +To guard against this, .Nm checks each extracted path for symlinks. If the final path element is a symlink, it will be removed |