X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman4%2Fvcs.4;h=9e06da9578cb04b186210d62d80921191e383bcb;hb=9bab846d3fbabd0a6c37bcac1ec38299cae9683b;hp=97bfde0e21d06718a6670f3409dfe7039bc0d983;hpb=05edc1c11c5b516ab7b254b23c5927d6bd36ce34;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man4/vcs.4 b/release/man4/vcs.4 index 97bfde0e..9e06da95 100644 --- a/release/man4/vcs.4 +++ b/release/man4/vcs.4 @@ -1,6 +1,7 @@ .\" Copyright (c) 1995 James R. Van Zandt .\" Sat Feb 18 09:11:07 EST 1995 .\" +.\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of @@ -17,9 +18,9 @@ .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public -.\" License along with this manual; if not, write to the Free -.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, -.\" USA. +.\" License along with this manual; if not, see +.\" . +.\" %%%LICENSE_END .\" .\" Modified, Sun Feb 26 15:08:05 1995, faith@cs.unc.edu .\" 2007-12-17, Samuel Thibault : @@ -72,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 デバイスを使うことで、 ブライユ点字をサポートすることができる。 @@ -132,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.40 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。