Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / send-pr / categ.texi
blobb02243e1a0288c86f75775e85d02f63a6e0d4ac4
1 @node Valid Categories
2 @unnumberedsec Valid Categories
3 @cindex valid categories
4 @cindex example of a list of valid categories
6 @table @code
7 @item bfd
8 @sc{gnu} binary file descriptor library.
10 @item bifrabulator
11 This one doesn't actually exist.
13 @item binutils
14 @sc{gnu} utilities for binary files (@code{ar}, @code{nm}, @code{size}@dots{}).
16 @item bison
17 @sc{gnu} parser generator.
19 @item byacc
20 Free parser generator.
22 @item config
23 Cygnus Support Software configuration and installation.
25 @item cvs
26 Concurrent Version System.
28 @item diff
29 @sc{gnu} @code{diff} program.
31 @item doc
32 Documentation and manuals.
34 @item emacs
35 @sc{gnu} Emacs editor and related functions.
37 @item flex
38 @sc{gnu} lexical analyzer.
40 @item g++
41 @sc{gnu} C++ compiler.
43 @item gas
44 @sc{gnu} assembler.
46 @item gcc
47 @sc{gnu} C compiler.
49 @item gdb
50 @sc{gnu} source code debugger.
52 @item glob
53 The filename globbing functions.
55 @item gprof
56 @sc{gnu} profiler.
58 @item grep
59 @sc{gnu} @code{grep} program.
61 @item info
62 @sc{gnu} @code{info} hypertext reader.
64 @item ispell
65 @sc{gnu} spelling checker.
67 @item kerberos
68 Kerberos authentication system.
70 @item ld
71 @sc{gnu} linker.
73 @item libc
74 Cygnus Support C Support Library.
76 @item libg++
77 @sc{gnu} C++ class library.
79 @item libiberty
80 @sc{gnu} @samp{libiberty} library.
82 @item libm
83 Cygnus Support C Math Library.
85 @item make
86 @sc{gnu} @code{make} program.
88 @item makeinfo
89 @sc{gnu} utility to build Info files from Texinfo documents.
91 @item mas
92 @sc{gnu} Motorola syntax assembler.
94 @item newlib
95 Cygnus Support C Support and Math Libraries.
97 @item patch
98 @sc{gnu} bug patch program.
100 @item gnats
101 @sc{gnu} Problem Report Management System.
103 @item rcs
104 Revision Control System.
106 @item readline
107 @sc{gnu} @code{readline} library.
109 @item send-pr
110 @sc{gnu} Problem Report submitting program.
112 @item test
113 Category to use when testing @code{send-pr}.
115 @item texindex
116 @sc{gnu} documentation indexing utility.
118 @item texinfo
119 @sc{gnu} documentation macros.
121 @item other
122 Anything which is not covered by the above categories.
123 @end table