/
usr
/
share
/
groff
/
1.22.4
/
tmac
/
/usr/share/groff/1.22.4/tmac
mkdir
upload
Name
Size
Mode
Actions
mdoc/
-
0755
rm
an-ext.tmac
3788
0644
edit
dl
rm
an-old.tmac
14662
0644
edit
dl
rm
an.tmac
313
0644
edit
dl
rm
andoc.tmac
2654
0644
edit
dl
rm
composite.tmac
805
0644
edit
dl
rm
cp1047.tmac
2453
0644
edit
dl
rm
cs.tmac
4836
0644
edit
dl
rm
de.tmac
5133
0644
edit
dl
rm
den.tmac
1226
0644
edit
dl
rm
devtag.tmac
3830
0644
edit
dl
rm
doc-old.tmac
36571
0644
edit
dl
rm
doc.tmac
86638
0644
edit
dl
rm
eqnrc
1427
0644
edit
dl
rm
europs.tmac
1689
0644
edit
dl
rm
fallbacks.tmac
1416
0644
edit
dl
rm
fr.tmac
5560
0644
edit
dl
rm
hyphen.cs
21437
0644
edit
dl
rm
hyphen.den
160078
0644
edit
dl
rm
hyphen.det
160909
0644
edit
dl
rm
hyphen.fr
28215
0644
edit
dl
rm
hyphen.sv
34834
0644
edit
dl
rm
hyphen.us
28121
0644
edit
dl
rm
hyphenex.cs
505
0644
edit
dl
rm
hyphenex.us
21756
0644
edit
dl
rm
ja.tmac
1934
0644
edit
dl
rm
latin1.tmac
2272
0644
edit
dl
rm
latin2.tmac
2362
0644
edit
dl
rm
latin5.tmac
2279
0644
edit
dl
rm
latin9.tmac
2272
0644
edit
dl
rm
man.tmac
58
0644
edit
dl
rm
mandoc.tmac
61
0644
edit
dl
rm
mdoc.tmac
57
0644
edit
dl
rm
papersize.tmac
4332
0644
edit
dl
rm
pdfpic.tmac
3758
0644
edit
dl
rm
pic.tmac
139
0644
edit
dl
rm
ps.tmac
20577
0644
edit
dl
rm
psatk.tmac
1102
0644
edit
dl
rm
psold.tmac
1828
0644
edit
dl
rm
pspic.tmac
4998
0644
edit
dl
rm
safer.tmac
218
0644
edit
dl
rm
sv.tmac
4403
0644
edit
dl
rm
trans.tmac
4802
0644
edit
dl
rm
troffrc
1642
0644
edit
dl
rm
troffrc-end
1167
0644
edit
dl
rm
tty-char.tmac
5824
0644
edit
dl
rm
tty.tmac
1882
0644
edit
dl
rm
unicode.tmac
93
0644
edit
dl
rm
www.tmac
40923
0644
edit
dl
rm
zh.tmac
1729
0644
edit
dl
rm
Edit:
/usr/share/groff/1.22.4/tmac/an-ext.tmac
(3788B)
.\" an-ext.tmac .\" .\" Copyright (C) 2007-2018 Free Software Foundation, Inc. .\" .\" Written by Eric S. Raymond <esr@thyrsus.com> .\" Werner Lemberg <wl@gnu.org> .\" .\" You may freely use, modify and/or distribute this file. .\" .\" The code below provides extension macros for the 'man' macro .\" package. Care has been taken to make the code portable; groff .\" extensions are properly hidden so that all troff implementations can .\" use it without changes. .\" .\" With groff, this file is sourced by the 'man' macro package itself. .\" Man page authors who are concerned about portability might add the .\" used macros directly to the prologue of the man page(s). . . .\" Convention: Auxiliary macros and registers start with 'm' followed .\" by an uppercase letter or digit. . . .\" Protect against being sourced twice. .nr mX +1 .if \n(mX>1 \ . nx . .\" Check whether we are using grohtml. .nr mH 0 .if \n(.g \ . if '\*(.T'html' \ . nr mH 1 . . .\" Map mono-width fonts to standard fonts for groff's TTY device. .if n \{\ . do ftr CR R . do ftr CI I . do ftr CB B .\} . .\" groff has glyph entities for angle brackets. .ie \n(.g \{\ . ds la \(la\" . ds ra \(ra\" .\} .el \{\ . ds la <\" . ds ra >\" . \" groff's man macros control hyphenation with this register. . nr HY 1 .\} . .nr mS 0 . . .\" Declare start of command synopsis. Sets up hanging indentation. .de SY . ie !\\n(mS \{\ . nh . nr mS 1 . nr mA \\n(.j . ad l . nr mI \\n(.i . \} . el \{\ . br . ns . \} . . nr mT \w'\fB\\$1\fP\ ' . HP \\n(mTu . B "\\$1" .. . . .\" End of command synopsis. Restores adjustment. .de YS . in \\n(mIu . ad \\n(mA . hy \\n(HY . nr mS 0 .. . . .\" Declare optional option. .de OP . ie \\n(.$-1 \ . RI "[\fB\\$1\fP" "\ \\$2" "]" . el \ . RB "[" "\\$1" "]" .. . . .\" Start URL. .de UR . ds m1 \\$1\" . nh . if \\n(mH \{\ . \" Start diversion in a new environment. . do ev URL-div . do di URL-div . \} .. . . .\" End URL. .de UE . ie \\n(mH \{\ . br . di . ev . . \" Has there been one or more input lines for the link text? . ie \\n(dn \{\ . do HTML-NS "<a href=""\\*(m1"">" . \" Yes, strip off final newline of diversion and emit it. . do chop URL-div . do URL-div \c . do HTML-NS </a> . \} . el \ . do HTML-NS "<a href=""\\*(m1"">\\*(m1</a>" \&\\$*\" . \} . el \ \\*(la\\*(m1\\*(ra\\$*\" . . hy \\n(HY .. . . .\" Start email address. .de MT . ds m1 \\$1\" . nh . if \\n(mH \{\ . \" Start diversion in a new environment. . do ev URL-div . do di URL-div . \} .. . . .\" End email address. .de ME . ie \\n(mH \{\ . br . di . ev . . \" Has there been one or more input lines for the link text? . ie \\n(dn \{\ . do HTML-NS "<a href=""mailto:\\*(m1"">" . \" Yes, strip off final newline of diversion and emit it. . do chop URL-div . do URL-div \c . do HTML-NS </a> . \} . el \ . do HTML-NS "<a href=""mailto:\\*(m1"">\\*(m1</a>" \&\\$*\" . \} . el \ \\*(la\\*(m1\\*(ra\\$*\" . . hy \\n(HY .. . . .\" Continuation line for .TP header. .de TQ . br . ns . TP \\$1\" no doublequotes around argument! .. . . .\" Start example. .de EX . do ds mF \\n[.fam] . nr mE \\n(.f . nf . nh . do fam C . ft CW .. . . .\" End example. .de EE . do fam \\*(mF . ft \\n(mE . fi . hy \\n(HY .. . . .\" Start display. .de DS . \" XXX to be written .. . . .\" End display. .de DE . \" XXX to be written .. . .\" ==================================================================== .\" Editor settings .\" ==================================================================== . .\" Local Variables: .\" mode: nroff .\" fill-column: 72 .\" End: .\" vim: set filetype=groff textwidth=72:
Save
cmd:
run