Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / nvi / docs / vi.ref / ref.texi
blob0bf4933abb7752b34fd59f1034e7b9ab6c4799da
1 @comment  Copyright (c) 1994
2 @c $NetBSD$
3 @comment      The Regents of the University of California.  All rights reserved.
4 @comment  Copyright (c) 1994, 1995, 1996
5 @comment        Keith Bostic.  All rights reserved.
6 @comment 
7 @comment  See the LICENSE file for redistribution information.
8 @comment 
9 @comment      Id: ref.texi,v 8.1 2001/08/18 20:43:48 skimo Exp (Berkeley) Date: 2001/08/18 20:43:48
10 @comment 
11 @comment 
12 @comment  indented paragraph, with spaces between the items, bold font
13 @macro IP{item}
14 @item @strong{\item\}
15 @comment @deffn {Command} {\item\}
16 @comment @end deffn
17 @end macro
18 @comment  indented paragraph, no spaces between the items, bold font
19 @comment .de Ip
20 @comment .tm arg 1 \\$1 arg 2 \\$2 arg 3 \\$3
21 @macro Ip{item}
22 @itemx @strong{\item\}
23 @end macro
24 @comment  typewriter font
25 @macro LI{command}
26 @code{\command\}
27 @end macro
28 @comment  ex/vi names in command font
29 @macro EV{ex,vi}
30 @strong{\ex\}/@strong{\vi\}
31 @end macro
32 @comment  command names
33 @macro CO{command}
34 @strong{\command\}
35 @end macro
36 @comment  option names
37 @macro OP{option}
38 @code{\option\}
39 @end macro
40 @comment  paren quoted (typewriter font)
41 @macro PQ{command}
42 ``@code{\command\}''
43 @end macro
44 @comment  quoted bold
45 @macro QB{command}
46 ``@strong{\command\}''
47 @end macro
48 @comment  quoted command
49 @macro QC{command}
50 ``@strong{\command\}''
51 @end macro
52 @comment  quoted option
53 @comment  quoted (no font change)
54 @macro QQ{command}
55 ``\command\''
56 @end macro
57 @comment  quoted (typewriter font)
58 @macro QT{command}
59 ``@code{\command\}''
60 @end macro
61 @comment  section macro to build TOC
62 @comment  manual section
63 @macro XR{command,section}
64 @command{\command\}(\section\)
65 @end macro