diff options
author | 2000-10-18 16:56:39 +0000 | |
---|---|---|
committer | 2000-10-18 16:56:39 +0000 | |
commit | 743af10251695cfaca6821e201166bae4fce4863 (patch) | |
tree | f8fcdaccd591a646315f3b15b8b1345a14911a3b | |
parent | if periodic checks return errors, stop doing so. This is a workaround for (diff) | |
download | wireguard-openbsd-743af10251695cfaca6821e201166bae4fce4863.tar.xz wireguard-openbsd-743af10251695cfaca6821e201166bae4fce4863.zip |
remention -T
-rw-r--r-- | bin/pax/tar.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index 9bda95546a5..a6c51725ff9 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tar.1,v 1.25 2000/10/07 03:44:24 ericj Exp $ +.\" $OpenBSD: tar.1,v 1.26 2000/10/18 16:56:39 ericj Exp $ .\" .Dd June 11, 1996 .Dt TAR 1 @@ -44,6 +44,7 @@ .Op Ar blocksize .\" XXX how to do this right? .Op Fl C Ar directory +.Op Fl T Ar file .Op Fl s Ar replstr .Ar file1 .Op Ar file2 ... @@ -205,6 +206,9 @@ Do not strip leading slashes .Pq Sq / from pathnames. The default is to strip leading slashes. +.It Fl T Ar file +This is a positional argument which reads the names of files to archive or +extract from the given file. .It Fl X Do not cross mount points in the file system. .It Fl Z |