diff options
author | dos-reis <gdr@axiomatics.org> | 2007-12-27 19:39:53 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-12-27 19:39:53 +0000 |
commit | 1d956ee860df63134233a71d8de39598dfe9a8bb (patch) | |
tree | 5c30ab52c099559c736dca804086bee0a44b8978 /src/etc/asq.c.pamphlet | |
parent | 5d3c517bfbca1bf3bf93111dd7e9969d5aa8e486 (diff) | |
download | open-axiom-1d956ee860df63134233a71d8de39598dfe9a8bb.tar.gz |
Remove more Makefile pamphlets and other leftover.
Diffstat (limited to 'src/etc/asq.c.pamphlet')
-rw-r--r-- | src/etc/asq.c.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/asq.c.pamphlet b/src/etc/asq.c.pamphlet index 54bedb91..fdf55daa 100644 --- a/src/etc/asq.c.pamphlet +++ b/src/etc/asq.c.pamphlet @@ -10,7 +10,7 @@ \tableofcontents \eject The asq (ask) function is a command line utility for extracting information -from the Axiom databases. It understands how the data is stored and can +from the OpenAxiom databases. It understands how the data is stored and can retrieve all data associated with Categories, Domains, and Packages. It used to look for the databases in [[$AXIOM/../../share/algebra]] @@ -19,7 +19,7 @@ but has been changed to search [[$AXIOM/algebra]] as originally designed. \section{Database structure} In order to understand this program you need to understand some details -of the structure of the databases it reads. Axiom has 5 databases, +of the structure of the databases it reads. OpenAxiom has 5 databases, the interp.daase, operation.daase, category.daase, compress.daase, and browse.daase. The compress.daase is special and does not follow the normal database format. |