File: tar.1.patch

package info (click to toggle)
manpages-ja 0.5.0.0.20120606-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 25,964 kB
  • sloc: perl: 161; makefile: 116
file content (23 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- man-pages-ja-20080215.orig/manual/GNU_tar/man1/tar.1	2008-02-15 00:06:48.000000000 +0900
+++ man-pages-ja-20080215/manual/GNU_tar/man1/tar.1	2008-03-02 12:11:29.000000000 +0900
@@ -69,6 +69,9 @@
 .B -i, --ignore-zeros
 ]
 [
+.B -j, --bzip2
+]
+[
 .B --ignore-failed-read
 ]
 [
@@ -300,6 +303,10 @@
 .\" ignore blocks of zeros in archive (normally mean EOF)
 アーカイブ内のゼロのみからなるブロック(通常はEOFを意味する)を無視する
 .TP
+.B -j, --bzip2
+.\" filter archive through bzip2, use to decompress .bz2 files
+ .bz2ファイルからの抽出を行なうためにアーカイブをbzip2にフィルターする
+.TP
 .B --ignore-failed-read	
 .\" don't exit with non-zero status on unreadable files
 読み込み不能なファイルに対して非ゼロ返り値で終了しない