From a0f02cb841d3997405a5d4c5ff53382c4efb07a3 Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Date: Mon, 8 Jul 2013 07:58:52 +0900
Subject: [PATCH 8/9] Update tar.1 for debian

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
 manual/GNU_tar/man1/tar.1 |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/manual/GNU_tar/man1/tar.1 b/manual/GNU_tar/man1/tar.1
index 674ffa4..7b0b41c 100644
--- a/manual/GNU_tar/man1/tar.1
+++ b/manual/GNU_tar/man1/tar.1
@@ -69,6 +69,9 @@ tar \- GNU 版 tar アーカイブ・ユーティリティー
 .B -i, --ignore-zeros
 ]
 [
+.B -j, --bzip2
+]
+[
 .B --ignore-failed-read
 ]
 [
@@ -300,6 +303,10 @@ Fというアーカイブ・ファイルまたはデバイスを使う(デフォ
 .\" 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
 読み込み不能なファイルに対して非ゼロ返り値で終了しない
-- 
1.7.10.4

