From d3ca4b04cb0e81ebb9ef99be4fcd78826795fd60 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Mon, 19 Jul 2004 05:24:41 +0000 Subject: [PATCH] Fix some misspellings, document the TAPE environment variable and the default tape device. --- usr.bin/tar/bsdtar.1 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index eb0eec0bb6a..3db28d82699 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