commit bd89474b8a068fbd03b665370a8988bd7dae0f8b
parent 6e99f9e1c75c5179eb486c8a6832f8ebdfb64017
Author: Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
Date: Mon, 9 Feb 2015 21:42:56 +0000
tar.1: add symbolic link dereferencing to manpage
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/tar.1 b/tar.1
@@ -12,11 +12,13 @@
.Op Fl f Ar file
.Nm
.Op Fl C Ar dir
+.Op Fl h
.Op Fl j | Fl z
.Fl c Ar dir
.Op Fl f Ar file
.Nm
.Op Fl C Ar dir
+.Op Fl h
.Op Fl j | Fl z
.Fl cf
.Ar file Ar dir
@@ -42,6 +44,8 @@ Do not preserve modification time.
List all files in the archive.
.It Fl x
Extract archive.
+.It Fl h
+Always dereference symbolic links while recursively traversing directories.
.It Fl j | Fl z
Use bzip2 | gzip compression. The
.Xr bzip2 1 |