Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / send-pr / doc / categ.texi
1 @c $FreeBSD: src/gnu/usr.bin/send-pr/doc/categ.texi,v 1.1.12.1 2001/03/05 10:44:04 kris Exp $
2
3 @node Valid Categories
4 @unnumberedsec Valid Categories
5 @cindex valid categories
6 @cindex example of a list of valid categories
7
8 @table @code
9 @item bfd
10 @sc{gnu} binary file descriptor library.
11
12 @item bifrabulator
13 This one doesn't actually exist.
14
15 @item binutils
16 @sc{gnu} utilities for binary files (@code{ar}, @code{nm}, @code{size}@dots{}).
17
18 @item bison
19 @sc{gnu} parser generator.
20
21 @item byacc
22 Free parser generator.
23
24 @item config
25 Cygnus Solutions Software configuration and installation.
26
27 @item cvs
28 Concurrent Version System.
29
30 @item diff
31 @sc{gnu} @code{diff} program.
32
33 @item doc
34 Documentation and manuals.
35
36 @item emacs
37 @sc{gnu} Emacs editor and related functions.
38
39 @item flex
40 @sc{gnu} lexical analyzer.
41
42 @item g++
43 @sc{gnu} C++ compiler.
44
45 @item gas
46 @sc{gnu} assembler.
47
48 @item gcc
49 @sc{gnu} C compiler.
50
51 @item gdb
52 @sc{gnu} source code debugger.
53
54 @item glob
55 The filename globbing functions.
56
57 @item gprof
58 @sc{gnu} profiler.
59
60 @item grep
61 @sc{gnu} @code{grep} program.
62
63 @item info
64 @sc{gnu} @code{info} hypertext reader.
65
66 @item ispell
67 @sc{gnu} spelling checker.
68
69 @item kerberos
70 Kerberos authentication system.
71
72 @item ld
73 @sc{gnu} linker.
74
75 @item libc
76 Cygnus Solutions C Support Library.
77
78 @item libg++
79 @sc{gnu} C++ class library.
80
81 @item libiberty
82 @sc{gnu} @samp{libiberty} library.
83
84 @item libm
85 Cygnus Solutions C Math Library.
86
87 @item make
88 @sc{gnu} @code{make} program.
89
90 @item makeinfo
91 @sc{gnu} utility to build Info files from Texinfo documents.
92
93 @item mas
94 @sc{gnu} Motorola syntax assembler.
95
96 @item newlib
97 Cygnus Solutions C Support and Math Libraries.
98
99 @item patch
100 @sc{gnu} bug patch program.
101
102 @item gnats
103 @sc{gnu} Problem Report Management System.
104
105 @item rcs
106 Revision Control System.
107
108 @item readline
109 @sc{gnu} @code{readline} library.
110
111 @item send-pr
112 @sc{gnu} Problem Report submitting program.
113
114 @item test
115 Category to use when testing @code{send-pr}.
116
117 @item texindex
118 @sc{gnu} documentation indexing utility.
119
120 @item texinfo
121 @sc{gnu} documentation macros.
122
123 @item other
124 Anything which is not covered by the above categories.
125 @end table