File: manual_man.h

package info (click to toggle)
cctools 1%3A7.14.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 36,956 kB
  • sloc: ansic: 114,614; python: 29,532; cpp: 20,313; sh: 13,675; perl: 4,056; xml: 3,688; makefile: 1,436
file content (53 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
define(HEADER,.TH "$1" 1 "CCTOOLS_RELEASE_DATE" "CCTools CCTOOLS_VERSION" "Cooperative Computing Tools")dnl
define(SECTION,.SH $1
.LP)dnl
define(SUBSECTION,.SS $1
.LP)dnl
define(PARA,.PP)dnl
define(BOLD,\fB$1\fP)dnl
define(ITALIC,\fI$1\fP)dnl
define(CODE,\FC$1\FT)dnl
define(LINK,$1 (BOLD($2)))dnl
define(MANUAL,BOLD($1))dnl
define(MANPAGE,BOLD($1($2)))dnl
define(LIST_BEGIN)dnl
define(LIST_ITEM,`.IP \(bu 4
$1')dnl
define(LIST_END)dnl
define(PARAM,ITALIC(<$1>))dnl
define(OPTIONS_BEGIN,.LP)dnl
define(OPTION_FLAG,.TP
.B \ -$1`,'--$2
.
)dnl
define(OPTION_FLAG_SHORT,.TP
.B \ -$1
.
)dnl
define(OPTION_FLAG_LONG,.TP
.B \ --$1
.
)dnl
define(OPTION_ARG,.TP
.B \ -$1`,'--$2=PARAM($3)
.
)dnl
define(OPTION_ARG_SHORT,.TP
.B \ -$1 PARAM($2)
.
)dnl
define(OPTION_ARG_LONG,.TP
.B \ --$1=PARAM($2)
.
)dnl
define(OPTIONS_END)dnl
define(LONGCODE_BEGIN,.fam C
.nf
.nh
.IP "" 8)dnl
define(LONGCODE_END,.fi
.hy
.fam
.P)dnl
define(FOOTER)dnl
dnl