diff options
author | peterg@mysql.com <> | 2003-04-28 17:13:48 -0700 |
---|---|---|
committer | peterg@mysql.com <> | 2003-04-28 17:13:48 -0700 |
commit | f0d57daf44f2b9acada5df30a64e816eeb422d1e (patch) | |
tree | 19400306a062ed31d26b3a7cbb9f3b73b3c23be9 /Docs | |
parent | 04bf79ce6ae867cab26ffcb3235c56a46f88b205 (diff) | |
download | mariadb-git-f0d57daf44f2b9acada5df30a64e816eeb422d1e.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.texi | 12 |
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 |