1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
.ig
Copyright (C) 1989-2001 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be included in
translations approved by the Free Software Foundation instead of in
the original English.
%FreeBSD: src/contrib/groff/src/roff/nroff/nroff.man,v 1.7.2.2 2001/08/06 17:02:06 ru Exp %
..
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/nroff.1,v 1.8 2001/05/14 01:07:26 horikawa Exp $
.TH NROFF 1 "26 April 2001" "Groff Version 1.17"
.SH 名称
nroff \- groff による nroff コマンドのエミュレート
.SH 書式
.nr a \n(.j
.ad l
.nr i \n(.i
.in +\w'\fBnroff 'u
.ti \niu
.B nroff
.de OP
.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
.el .RB "[\ " "\\$1" "\ ]"
..
.OP \-h
.OP \-i
.OP \-m name
.OP \-n num
.OP \-o list
.OP \-p
.OP \-r cn
.OP \-t
.OP \-S
.OP \-T name
.OP \-U
.OP \-v
.RI "[\ " file\|.\|.\|. "\ ]"
.br
.ad \na
.SH 解説
.B nroff
は、groff を用いて
.B nroff
をエミュレートするスクリプトです。
.B \-T
オプションには
.BR ascii ,
.BR latin1 ,
.BR koi8-r ,
.BR utf8 ,
.B cp1047
のみが有効です。
無効なものを指定するか
.BR \-T
オプションを指定しないと、
.B nroff
は現在のロケールを調べて、デフォルト出力デバイスを選択します。
まず、
.B locale
プログラムを試し、次に環境変数
.BR LC_ALL ,
.BR LC_CTYPE ,
.BR LANG
を試し、最終的に
.B LESSCHARSET
環境変数を見ます。
.PP
.B \-h
オプション
は
.B grotty
への
.B \-h
オプションと等価です
(すなわちタブを出力に使用します)。
.BR \-i ,
.BR \-n ,
.BR \-m ,
.BR \-o ,
.B \-r
オプションは
.BR troff (1)
に説明されている効果を持ちます。
.BR \-q ,
.B \-s
オプション (
.BR troff
には実装されていません) は無視され、エラーメッセージも表示されません。
オプション
.BR \-p
(pic),
.BR \-t
(tbl),
.B \-S
(より安全) と
.B \-U
(安全でない) は
.BR groff
に渡されます。
.B \-S
がデフォルトで渡されます。
.B \-v
バージョン番号を表示します。
.SH 環境変数
.TP
.SM
.B GROFF_BIN_PATH
コロン区切りのディレクトリリストで、PATH の前に、ここから
.B groff
実行形式を探します。
これが設定されない場合、`/usr/bin' が使用されます。
.SH 注
このシェルスクリプトは、基本的には
.BR man (1)
での使用を意図していますので、警告は抑制されます。
(ファイル tty-char.tmac 中の) nroff スタイルの文字定義もまた、
印字不可能なグリフをエミュレートするためにロードします。
.SH 関連項目
.BR groff (1),
.BR troff (1),
.BR grotty (1)
.
.\" Local Variables:
.\" mode: nroff
.\" End:
|