Changes to gnats/doc/man/gen-index.man
Yngve Svendsen <[email protected]> Sun, 03 Nov 2002 18:43:55 -0500
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/doc/man/gen-index.man diff -c gnats/doc/man/gen-index.man:1.1 gnats/doc/man/gen-index.man:1.2 *** gnats/doc/man/gen-index.man:1.1 Thu Jun 21 17:18:15 2001 --- gnats/doc/man/gen-index.man Sun Nov 3 18:43:54 2002 *************** *** 1,13 **** .\" Copyright (c) 1993 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution ! .TH gen-index 8 "October 1993" "GNATS @VERSION@" "GNATS Administration Utilities" .de BP .sp .ti -.2i \(** .. .SH NAME ! gen-index \- build an index to current GNATS database .SH SYNOPSIS .hy 0 .na --- 1,13 ---- .\" Copyright (c) 1993 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution ! .TH gen-index 8 "November 2002" "GNATS @VERSION@" "GNATS Administration Utilities" .de BP .sp .ti -.2i \(** .. .SH NAME ! gen-index \- generate new GNATS database index .SH SYNOPSIS .hy 0 .na *************** *** 32,37 **** --- 32,48 ---- ] .br [ + .B -i + | + .B --import + ] + [ + .B -e + | + .B --export + ] + .br + [ .B -d .I databasename | *************** *** 46,60 **** .ad b .hy 1 .SH DESCRIPTION ! Builds an index for the specified ! .B GNATS ! database. The index is printed to standard output by default. .SH OPTIONS .TP 0.5i .B -n, --numeric Sorts index entries numerically rather than by their order in the ! .B `categories' ! list. .TP .B -d \fIdatabasename\fB, --database=\fIdatabasename\fR Specifies the database to be indexed. If no database is specified, --- 57,69 ---- .ad b .hy 1 .SH DESCRIPTION ! Builds an index for the specified GNATS database. The index is printed ! to standard output by default. .SH OPTIONS .TP 0.5i .B -n, --numeric Sorts index entries numerically rather than by their order in the ! categories list. .TP .B -d \fIdatabasename\fB, --database=\fIdatabasename\fR Specifies the database to be indexed. If no database is specified, *************** *** 66,71 **** --- 75,86 ---- .I outfile rather than to the standard output. .TP + .B -i, --import + Import the existing index file instead of re-indexing the database. + .TP + .B -e, --export + Force plaintext output + .TP .B -h, --help Prints usage for .BR gen\-index . *************** *** 96,110 **** (also installed as the GNU Info file .BR send-pr.info ). .LP .BR gnats (7), ! .BR send-pr (1), ! .BR edit-pr (1), .BR query-pr (1), - .BR file-pr (8), .BR queue-pr (8), ! .BR mkdb (8), ! .BR mkcat (8), ! .BR rmcat (8). .SH COPYING Copyright (c) 1993 Free Software Foundation, Inc. .PP --- 111,130 ---- (also installed as the GNU Info file .BR send-pr.info ). .LP + .BR databases (5), + .BR dbconfig (5), + .BR delete-pr (8), + .BR edit-pr (1) + .BR file-pr (8), + .BR gen-index (8), .BR gnats (7), ! .BR gnatsd (8), ! .BR mkcat (8), ! .BR mkdb (8), ! .BR pr-edit (8), .BR query-pr (1), .BR queue-pr (8), ! .BR send-pr (1). .SH COPYING Copyright (c) 1993 Free Software Foundation, Inc. .PP