OSDN Git Service

util-linux: minor modifications to hexdump.1.
authorcyoichi <cyoichi@users.osdn.me>
Thu, 23 Apr 2020 01:40:08 +0000 (10:40 +0900)
committercyoichi <cyoichi@users.osdn.me>
Thu, 23 Apr 2020 01:40:08 +0000 (10:40 +0900)
modified:   manual/util-linux/po4a/man1/hexdump-ja.patch
modified:   manual/util-linux/release/man1/hexdump.1

manual/util-linux/po4a/man1/hexdump-ja.patch
manual/util-linux/release/man1/hexdump.1

index 03060e1..3d5e7ba 100644 (file)
@@ -1,5 +1,5 @@
---- hexdump.1.orig     2020-04-15 16:45:05.718041544 +0900
-+++ hexdump.1  2020-04-15 16:49:05.601964559 +0900
+--- hexdump.1.orig     2020-04-23 10:08:14.076955372 +0900
++++ hexdump.1  2020-04-23 10:12:17.002359658 +0900
 @@ -36,11 +36,38 @@
  .\" This file was generated with po4a. Translate the source file.
  .\"
  .TP 
  \fBCOLOR\fP
  シェルで使われる 8 種の基本色の 1 つ。
+@@ -326,20 +376,20 @@
+    "%06.6_ao "  12/1 "%3_u "
+    "\et\et" "%_p "
+    "\en"
+-.nf
++.fi
+ .PP
+ \-x オプションを実装する:
+ .nf
+    "%07.7_Ax\en"
+    "%07.7_ax  " 8/2 "%04x " "\en"
+-.nf
++.fi
+ .PP
+ MBR ブートシグネチャの例: アドレスをシアンで、オフセット 510 と 511
+ にあるバイトの値が 0xAA55 の場合は緑、その他の場合は赤でハイライトする。
+ .nf
+    "%07.7_Ax_L[cyan]\en"
+    "%07.7_ax_L[cyan]  " 8/2 "   %04x_L[green:0xAA55@510\-511,!red:0xAA55@510\-511] " "\en"
+-.nf
++.fi
+ .SH カラー表示
+ 空ファイル \fI/etc/terminal\-colors.d/hexdump.disable\fP
+ を置くことで、暗黙のカラー表示を無効化できる。
 @@ -354,3 +404,69 @@
  Linux Kernel Archive
  .UE
index 7e95707..4de27ec 100644 (file)
@@ -376,20 +376,20 @@ NULL 文字列に対して出力する数の空白のことである。
    "%06.6_ao "  12/1 "%3_u "
    "\et\et" "%_p "
    "\en"
-.nf
+.fi
 .PP
 \-x オプションを実装する:
 .nf
    "%07.7_Ax\en"
    "%07.7_ax  " 8/2 "%04x " "\en"
-.nf
+.fi
 .PP
 MBR ブートシグネチャの例: アドレスをシアンで、オフセット 510 と 511
 にあるバイトの値が 0xAA55 の場合は緑、その他の場合は赤でハイライトする。
 .nf
    "%07.7_Ax_L[cyan]\en"
    "%07.7_ax_L[cyan]  " 8/2 "   %04x_L[green:0xAA55@510\-511,!red:0xAA55@510\-511] " "\en"
-.nf
+.fi
 .SH カラー表示
 空ファイル \fI/etc/terminal\-colors.d/hexdump.disable\fP
 を置くことで、暗黙のカラー表示を無効化できる。