nroff.man revision 69631
1.ig \"-*- nroff -*-
2Copyright (C) 1989-2000 Free Software Foundation, Inc.
3
4Permission is granted to make and distribute verbatim copies of
5this manual provided the copyright notice and this permission notice
6are preserved on all copies.
7
8Permission is granted to copy and distribute modified versions of this
9manual under the conditions for verbatim copying, provided that the
10entire resulting derived work is distributed under the terms of a
11permission notice identical to this one.
12
13Permission is granted to copy and distribute translations of this
14manual into another language, under the above conditions for modified
15versions, except that this permission notice may be included in
16translations approved by the Free Software Foundation instead of in
17the original English.
18
19	$FreeBSD: head/contrib/groff/src/roff/nroff/nroff.man 69631 2000-12-05 19:06:41Z ru $
20
21..
22.TH @G@NROFF @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
23.SH NAME
24@g@nroff \- emulate nroff command with groff
25.SH SYNOPSIS
26.nr a \n(.j
27.ad l
28.nr i \n(.i
29.in +\w'\fB@g@nroff 'u
30.ti \niu
31.B @g@nroff
32.de OP
33.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
34.el .RB "[\ " "\\$1" "\ ]"
35..
36.OP \-h
37.OP \-i
38.OP \-m name
39.OP \-n num
40.OP \-o list
41.OP \-p
42.OP \-r cn
43.OP \-t
44.OP \-T name
45.RI "[\ " file\|.\|.\|. "\ ]"
46.br
47.ad \na
48.SH DESCRIPTION
49The
50.B @g@nroff
51script emulates the
52.B nroff
53command using groff.
54The
55.B \-T
56option with an argument other than
57.BR ascii ,
58.BR latin1 ,
59.BR koi8-r ,
60.BR utf8 ,
61or
62.B cp1047
63will be ignored.
64The
65.B \-h
66option
67is equivalent to the
68.B grotty
69.B \-h
70option.
71The
72.BR \-i ,
73.BR \-n ,
74.BR \-m ,
75.B \-o
76and
77.B \-r
78options have the effect described in
79.BR @g@troff (@MAN1EXT@).
80In addition
81.B @g@nroff
82silently ignores options of
83.BR \-e ,
84.B \-q
85or
86.BR \-s .
87Options 
88.BR \-p ,
89.BR \-t ,
90.B \-S
91(safer) and
92.B \-U
93(unsafe) are passed to
94.BR groff . 
95.B \-S
96is passed by default.
97.SH NOTES
98This shell script is basically intended for use with
99.BR man (1),
100so warnings are suppressed.
101nroff-style character definitions (in the file tmac.tty-char) are also
102loaded to emulate unrepresentable glyphs.
103.SH "SEE ALSO"
104.BR groff (@MAN1EXT@),
105.BR @g@troff (@MAN1EXT@),
106.BR grotty (@MAN1EXT@)
107