Deleted Added
full compact
nroff.man (55844) nroff.man (69631)
1.ig \"-*- nroff -*-
1.ig \"-*- nroff -*-
2Copyright (C) 1989-1999 Free Software Foundation, Inc.
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
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 55844 2000-01-12 10:26:36Z asmodai $
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
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
26.B @g@nroff
31.B @g@nroff
27[
28.B \-h
29]
30[
31.B \-i
32]
33[
34.BI \-m name
35]
36[
37.BI \-n num
38]
39[
40.BI \-o list
41]
42[
43.BI \-p
44]
45[
46.BI \-r cn
47]
48[
49.BI \-t
50]
51[
52.BI \-T name
53]
54[
55.I file\|.\|.\|.
56]
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
57.SH DESCRIPTION
58The
59.B @g@nroff
60script emulates the
61.B nroff
62command using groff.
63The
64.B \-T
65option with an argument other than
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
66.B ascii
67and
68.B latin1
69and
70.B koi8-r
57.BR ascii ,
58.BR latin1 ,
59.BR koi8-r ,
60.BR utf8 ,
61or
62.B cp1047
71will be ignored.
72The
73.B \-h
74option
75is equivalent to the
76.B grotty
77.B \-h
78option.
79The
80.BR \-i ,
81.BR \-n ,
82.BR \-m ,
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 ,
83.BR \-p ,
84.BR \-o ,
85.B \-r
75.B \-o
86and
76and
87.B \-t
77.B \-r
88options have the effect described in
89.BR @g@troff (@MAN1EXT@).
90In addition
91.B @g@nroff
92silently ignores options of
93.BR \-e ,
94.B \-q
95or
96.BR \-s .
97Options
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 ,
98.B \-S
99(safer) and
100.B \-U
90.B \-S
91(safer) and
92.B \-U
101(unsafe) are passed to groff.
93(unsafe) are passed to
94.BR groff .
102.B \-S
103is passed by default.
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.
104.SH "SEE ALSO"
105.BR groff (@MAN1EXT@),
106.BR @g@troff (@MAN1EXT@),
107.BR grotty (@MAN1EXT@)
103.SH "SEE ALSO"
104.BR groff (@MAN1EXT@),
105.BR @g@troff (@MAN1EXT@),
106.BR grotty (@MAN1EXT@)