diff options
author | ivan <ivan> | 1999-08-04 12:13:27 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-08-04 12:13:27 +0000 |
commit | 2c816f314a8f3cc46e72e31f34ed97b4e11d0449 (patch) | |
tree | 85ce4ca988806cc730148dfe7819a924fe5f8723 /htdocs/docs/man/dbdef_unique.txt | |
parent | c5c64b9b6225072e50e74106dc2ffc455cb6118d (diff) |
new HTML manpages
Diffstat (limited to 'htdocs/docs/man/dbdef_unique.txt')
-rw-r--r-- | htdocs/docs/man/dbdef_unique.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/htdocs/docs/man/dbdef_unique.txt b/htdocs/docs/man/dbdef_unique.txt deleted file mode 100644 index 0e4f0150b..000000000 --- a/htdocs/docs/man/dbdef_unique.txt +++ /dev/null @@ -1,27 +0,0 @@ -NAME - FS::dbdef_unique.pm - Unique object - -SYNOPSIS - use FS::dbdef_unique; - - # see FS::dbdef_colgroup methods - -DESCRIPTION - FS::dbdef_unique objects represent the unique indices of a - database table (the FS::dbdef_table manpage). FS::dbdef_unique - inherits from FS::dbdef_colgroup. - -BUGS - Is this empty subclass needed? - -SEE ALSO - the FS::dbdef_colgroup manpage, the FS::dbdef_record manpage, - the FS::Record manpage - -HISTORY - class for dealing with unique definitions - - ivan@sisd.com 98-apr-19 - - pod ivan@sisd.com 98-sep-24 - |