summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <peterg@mysql.com>2003-04-28 17:13:48 -0700
committerunknown <peterg@mysql.com>2003-04-28 17:13:48 -0700
commitd4e65cc37142cf0daf74ace00fd505e010c88964 (patch)
tree19400306a062ed31d26b3a7cbb9f3b73b3c23be9 /Docs
parentdf280ba4ca44d8ca8736a8ed2dfca5f63d401d6e (diff)
downloadmariadb-git-d4e65cc37142cf0daf74ace00fd505e010c88964.tar.gz
Updated PeterG's internals documentation per comments from
Monty; new description of /man subdirectory
Diffstat (limited to 'Docs')
-rw-r--r--Docs/internals.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/Docs/internals.texi b/Docs/internals.texi
index df17da14bef..9557481cc0a 100644
--- a/Docs/internals.texi
+++ b/Docs/internals.texi
@@ -3774,8 +3774,10 @@ lib_vio.c -- Emulate the vio directory's communication buffer
Some user-contributed manual pages
@*@*
-These are not the actual "man" (manual) pages, they are switches for
-the production.
+These are user-contributed "man" (manual) pages in a special markup
+format. The format is described in a document with a heading like
+"man page for man" or "macros to format man pages" which you can find
+in a Linux directory or on the Internet.
@*@*
@subsection myisam
@@ -3787,13 +3789,13 @@ The C files in this subdirectory come in six main groups:
@itemize @bullet
@item
ft*.c files -- ft stands for "Full Text", code contributed by Sergei
-Golubchik
+Golubchik
@item
mi*.c files -- mi stands for "My Isam", these are the main programs
-for Myisam
+for Myisam
@item
myisam*.c files -- for example, "myisamchk" utility routine
-functions source
+functions source
@item
rt*.c files -- rt stands for "rtree", some code was written by
Alexander Barkov