doc/ja_JP.eucJP/man/man1/nroff.1
SUZUKI Koichi 3947840b05 Catch up with 5.3-BETA1.
Interpretation of a chunk in cut.1
  was helped by: Yoshihiko Sarumaru <mistral@imasy.or.jp>, hrs
2004-09-24 06:50:37 +00:00

136 lines
2.8 KiB
Groff

.ig
Copyright (C) 1989-2001, 2002 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.11 2003/11/02 07:27:40 ru Exp %
..
.\" $FreeBSD$
.TH NROFF 1 "2 November 2003" "Groff Version 1.19"
.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 \-CchipStUv
.OP \-d cs
.OP \-m name
.OP \-n num
.OP \-o list
.OP \-r cn
.OP \-T name
.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 grotty
すなわち groff の、TTY 出力デバイスの出力エンコーディングを選択します。
無効なものを指定するか
.BR \-T
オプションを指定しないと、
.B nroff
は現在のロケールを調べて、デフォルト出力デバイスを選択します。
まず、
.B locale
プログラムを試し、次に環境変数
.BR LC_ALL ,
.BR LC_CTYPE ,
.BR LANG
を試し、最終的に
.B LESSCHARSET
環境変数を見ます。
.PP
.B \-h
.B \-c
のオプションは
.B grotty
への
.B \-h
オプション (タブを出力に使用) と
.B \-c
オプション (SGR エスケープシーケンスの代りに古い方式を使用) と等価です。
.BR \-d ,
.BR \-C ,
.BR \-i ,
.BR \-m ,
.BR \-n ,
.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 \-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: