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