diff options
author | unknown <lenz@mysql.com> | 2004-07-20 18:24:36 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-07-20 18:24:36 +0200 |
commit | a082ff355932b2dcd688a2a97bac7776db7e50d8 (patch) | |
tree | d863883676daab28407ec0a0a74aec86067c60bf /man/mysqlman.1.in | |
parent | b940ae1012b00e74e2155c4e35ca7872bed278e3 (diff) | |
download | mariadb-git-a082ff355932b2dcd688a2a97bac7776db7e50d8.tar.gz |
- added mysqlman.1.in to the source distribution (generic fallback
man page that can be used as a default man page for programs that
do not have their own man page)
Diffstat (limited to 'man/mysqlman.1.in')
-rw-r--r-- | man/mysqlman.1.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/mysqlman.1.in b/man/mysqlman.1.in new file mode 100644 index 00000000000..610a64da198 --- /dev/null +++ b/man/mysqlman.1.in @@ -0,0 +1,15 @@ +.TH mysqlman 1 "20 July 2004" "MySQL @MYSQL_BASE_VERSION@" "MySQL database" +.SH NAME +mysqlman \- default man page for mysql +.SH "DESCRIPTION" +Certain executables distributed with the MySQL database management system do +not have specific man pages. +.SH "SEE ALSO" +In most cases, you can run the executable from the command line with a "--help" +argument to display a brief summary of the executable's arguments and function. +For more information about MySQL, please refer to the MySQL reference manual, +which may already be installed locally and which is also available online at +http://dev.mysql.com/doc/ +.SH BUGS +Please refer to http://bugs.mysql.com/ to report bugs. +.\" end of man page |