aboutsummaryrefslogtreecommitdiff
path: root/doc/macros.texi
blob: cb68bd2b1a05fcdd3599cdf4464acd37315c771a (plain)
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
@c This file is part of the Mailfromd manual.
@c Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
@c See file mailfromd.texi for copying conditions.
@macro xopindex{option,text}
@opindex \option\, --\option\ @r{option, \text\}
@end macro

@macro opsummary{option}
@ifclear ANCHOR--\option\
@set ANCHOR--\option\ 1
@anchor{--\option\}
@end ifclear
@xopindex{\option\, summary}
@end macro

@macro xprindex{option}
@ifclear ANCHOR-PR-\option\
@set ANCHOR-PR-\option\ 1
@anchor{pragma \option\}
@end ifclear
@end macro

@macro example-output{text}
@smallexample
\text\
@end smallexample
@end macro

@macro mtasimopt{option,text}
@mtindex \option\, --\option\, @r{@command{mtasim} option, \text\}
@end macro

@macro histref{version,ref,text}
@uref{http://mailfromd.man.gnu.org.ua/historic/\version\/html_node/\ref\.html,\text\}
@end macro


Return to:

Send suggestions and report system problems to the System administrator.