gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/doc/man/gnats.man


From: Yngve Svendsen
Subject: Changes to gnats/doc/man/gnats.man
Date: Sun, 03 Nov 2002 18:43:55 -0500

Index: gnats/doc/man/gnats.man
diff -c gnats/doc/man/gnats.man:1.1 gnats/doc/man/gnats.man:1.2
*** gnats/doc/man/gnats.man:1.1 Thu Jun 21 17:18:15 2001
--- gnats/doc/man/gnats.man     Sun Nov  3 18:43:54 2002
***************
*** 22,35 ****
  .\"
  .\" 
---------------------------------------------------------------------------
  .\" 
! .TH gnats 7 "December 1999" "GNATS @VERSION@" "Problem Report Management 
System"
  .SH NAME
  gnats \- Problem Report Management System
  .SH DESCRIPTION
  .B GNATS
  is a bug-tracking tool designed for use at a central support site.
! Software users who experience problems use electronic mail to
! communicate these problems to the the maintainers of that software;
  .B GNATS
  partially automates the tracking of these problems by:
  .TP
--- 22,35 ----
  .\"
  .\" 
---------------------------------------------------------------------------
  .\" 
! .TH gnats 7 "November 2002" "GNATS @VERSION@" "Problem Report Management 
System"
  .SH NAME
  gnats \- Problem Report Management System
  .SH DESCRIPTION
  .B GNATS
  is a bug-tracking tool designed for use at a central support site.
! Software users who experience problems use tools provided with GNATS
! to submit Problem Reports to the the maintainers of that software;
  .B GNATS
  partially automates the tracking of these problems by:
  .TP
***************
*** 51,59 ****
  You can query and edit existing problem reports (\fIPR\fPs) as well as
  obtain reports on groups of PRs.  The database itself is simply an
  ordered repository for problem reports; each PR receives a unique,
! incremental
! .IR PR number ,
! which identifies it throughout its lifetime.
  .LP
  Many of the primary functions available with 
  .B GNATS
--- 51,57 ----
  You can query and edit existing problem reports (\fIPR\fPs) as well as
  obtain reports on groups of PRs.  The database itself is simply an
  ordered repository for problem reports; each PR receives a unique,
! incremental PR number which identifies it throughout its lifetime.
  .LP
  Many of the primary functions available with 
  .B GNATS
***************
*** 96,102 ****
  directory associated with each database.  Databases are named, and 
  the association between database names and directories is described
  by the \fBdatabases\fR file, which is found on this system in 
! .B @PREFIX@/share/gnats/databases.
  .LP
  .I Problem Reports
  are segregated into subdirectories within the database directory by
--- 94,100 ----
  directory associated with each database.  Databases are named, and 
  the association between database names and directories is described
  by the \fBdatabases\fR file, which is found on this system in 
! .B @PREFIX@/etc/gnats/databases.
  .LP
  .I Problem Reports
  are segregated into subdirectories within the database directory by
***************
*** 109,132 ****
  administration files are kept in the database subdirectory
  .BR gnats-adm :
  .TP 1.5i
! .B dbconfig
! describes the structure of the database, and various database-specific
! options
  .TP
  .B categories
  table of valid categories and parties responsible for them
  .TP
! .B responsible
! table of responsible parties and their email addresses
! .TP
! .B submitters
! database of sites which submit PRs
  .TP
  .B current
  keeps track of incremental PR numbers assigned
  .TP
  .B index
  database index
  .LP
  Administrative programs and programs internal to
  .B GNATS
--- 107,152 ----
  administration files are kept in the database subdirectory
  .BR gnats-adm :
  .TP 1.5i
! 
! .B addresses
! contains mappings between submitter IDs and corresponding e-mail
! addresses
  .TP
  .B categories
  table of valid categories and parties responsible for them
  .TP
! .B classes
! table of valid classes of Problem Reports
  .TP
  .B current
  keeps track of incremental PR numbers assigned
  .TP
+ .B dbconfig
+ describes the structure of the database, and various database-specific
+ options
+ .TP
+ .B gnatsd.user_access
+ lists host names and access levels of hosts authorized to access the
+ database
+ .TP
+ .B gnatsd.user_access
+ lists user names, passwords and access levels of users authorized to
+ access the database
+ .TP
  .B index
  database index
+ .TP
+ .B locks
+ directory containing lock files
+ .TP
+ .B responsible
+ table of responsible parties and their email addresses
+ .TP
+ .B states
+ table of valid states of Problem Reports
+ .TP
+ .B submitters
+ database of sites which submit PRs
  .LP
  Administrative programs and programs internal to
  .B GNATS
***************
*** 201,223 ****
  .I Keeping Track: Managing Messages With GNATS
  (also installed as the GNU Info file
  .BR gnats.info )
- and
- .I Reporting Problems Using send-pr
- (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 delete\-pr (8),
  .BR mkcat (8),
  .BR mkdb (8),
! .BR rmcat (8),
! .BR gen\-index (8),
! .BR pr\-edit (8)
  .SH HISTORY
  .B GNATS 
  was greatly inspired by the BSD 
--- 221,241 ----
  .I Keeping Track: Managing Messages With GNATS
  (also installed as the GNU Info file
  .BR gnats.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 HISTORY
  .B GNATS 
  was greatly inspired by the BSD 
***************
*** 236,244 ****
  Kehoe (Cygnus Support).
  .P
  Version 4.x was a substantial rewrite done by Bob Manson (Juniper
! Networks).
  .SH COPYING
! Copyright (c) 1992, 1993, 1999, 2000 Free Software Foundation
  .PP
  Permission is granted to make and distribute verbatim copies of
  this manual provided the copyright notice and this permission notice
--- 254,263 ----
  Kehoe (Cygnus Support).
  .P
  Version 4.x was a substantial rewrite done by Bob Manson (Juniper
! Networks), Milan Zamazal and Yngve Svendsen (Clustra Systems / Sun
! Microsystems)
  .SH COPYING
! Copyright (c) 1992, 1993, 1999, 2000, 2002, Free Software Foundation
  .PP
  Permission is granted to make and distribute verbatim copies of
  this manual provided the copyright notice and this permission notice




reply via email to

[Prev in Thread] Current Thread [Next in Thread]