Changes to gnats/doc/p-admin.texi
Yngve Svendsen <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/doc/p-admin.texi
diff -c gnats/doc/p-admin.texi:1.22 gnats/doc/p-admin.texi:1.23
*** gnats/doc/p-admin.texi:1.22 Sun Dec 23 15:20:43 2001
--- gnats/doc/p-admin.texi Sun Mar 31 11:13:12 2002
***************
*** 599,610 ****
@itemx @ @ @} key "name"
@itemx @ @ [ allow-any-value ]
@itemx @}
! The @code{enumerated-in-file} type is used to describe an enumerated
! field with an associated @dfn{administrative file} which lists the legal
! values for the field, and may optionally contain additional fields that
! can be examined by query clients or used for other internal purposes.
! It is similar to the @code{enum} datatype, except that the list of legal
! values is stored in a separate file.
@code{filename} is the name of a file in the @file{gnats-adm}
administrative directory for the database.
--- 599,612 ----
@itemx @ @ @} key "name"
@itemx @ @ [ allow-any-value ]
@itemx @}
! @anchor{administrative files}The @code{enumerated-in-file} type is used
! to describe an enumerated field with an associated @dfn{administrative
! file} which lists the legal values for the field, and may optionally
! contain additional fields that can be examined by query clients or used
! for other internal purposes. It is similar to the @code{enum} datatype,
! except that the list of legal values is stored in a separate file. An
! example of this kind of field is the built-in Category field with its
! associeted @file{categories} administrative file.
@code{filename} is the name of a file in the @file{gnats-adm}
administrative directory for the database.