OSDN Git Service

(split) LDP: Update drafts based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / draft / man4 / vcs.4
index afe6bd4..9e06da9 100644 (file)
@@ -73,10 +73,19 @@ Linux で 利用可能である)。 値は \fBioctl\fP(2)  の 3 番目の引き
 .SH バージョン
 Linux カーネルバージョン 1.1.92 で導入された。
 .SH 例
-vt3 のスクリーンダンプを実行するには、端末を vt1 に切替えて \fIcat /dev/vcs3 >foo\fP とタイプすればよい。
-気を付けて欲しいのは、この出力は改行文字 (newline character) を 含んでいないという事である。 従って、\fIfold \-w 81
-/dev/vcs3 | lpr\fP や (ぞっとするが) \fIsetterm \-dump 3 \-file /proc/self/fd/1\fP のような
-何らかの処理が必要になるかもしれない。
+You may do a screendump on vt3 by switching to vt1 and typing
+
+    cat /dev/vcs3 >foo
+
+Note that the output does not contain newline characters, so some processing
+may be required, like in
+
+    old \-w 81 /dev/vcs3 | lpr
+
+or (horrors)
+
+    xetterm \-dump 3 \-file /proc/self/fd/1
+
 .LP
 \fI/dev/vcsa0\fP デバイスを使うことで、 ブライユ点字をサポートすることができる。
 
@@ -133,6 +142,6 @@ main(void)
 .SH 関連項目
 \fBconsole\fP(4), \fBtty\fP(4), \fBttyS\fP(4), \fBgpm\fP(8)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。