[Pkg-firebird-general] beginning manuals for gdef and gpre
Daniel Urban
daniel@sente.pl
Wed, 7 Jul 2004 21:43:35 +0200
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C4646B.7497A4F0
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0008_01C4646B.7497A4F0"
------=_NextPart_001_0008_01C4646B.7497A4F0
Content-Type: text/plain;
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
Hi
Maybe somebody would finish them? :-)
Best regards
Daniel Urban
------=_NextPart_001_0008_01C4646B.7497A4F0
Content-Type: text/html;
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-2">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Maybe somebody would finish them? =
:-)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Best regards</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Daniel Urban</FONT></DIV></BODY></HTML>
------=_NextPart_001_0008_01C4646B.7497A4F0--
------=_NextPart_000_0007_01C4646B.7497A4F0
Content-Type: application/octet-stream;
name="qpre.sgml"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="qpre.sgml"
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!-- Process this file with docbook-to-man to generate an nroff manual
page: `docbook-to-man manpage.sgml > manpage.1'. You may view
the manual page with: `docbook-to-man manpage.sgml | nroff -man |
less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml
docbook-to-man $< > $@
-->
<!-- This example was constructed by Colin Watson
<email>cjwatson@debian.org</email>, based on a man page template
provided by Tom Christiansen <email>tchrist@jhereg.perl.com</email>
and a DocBook man page example by Craig Small
<email>csmall@debian.org</email>.
-->
<!-- Fill in the various UPPER CASE things here. -->
<!ENTITY manfirstname "<firstname>Daniel</firstname>">
<!ENTITY mansurname "<surname>Urban</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY mandate "<date>June 21 2004</date>">
<!-- SECTION should be 1-8, maybe with subsection. Other parameters =
are
allowed: see man(7), man(1). -->
<!ENTITY mansection "<manvolnum>1</manvolnum>">
<!ENTITY manemail "<email>daniel@sente.pl</email>">
<!ENTITY manusername "Daniel Urban">
<!ENTITY manucpackage "<refentrytitle>FBMGR</refentrytitle>">
<!ENTITY manpackage "fbmgr">
]>
<refentry>
<refentryinfo>
<address>
&manemail;
</address>
<author>
&manfirstname;
&mansurname;
</author>
<copyright>
<year>2004</year>
<holder>&manusername;</holder>
</copyright>
&mandate;
</refentryinfo>
<refmeta>
&manucpackage;
&mansection;
</refmeta>
<refnamediv>
<refname>&manpackage;</refname>
<refpurpose>Managing Firebird server process</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&manpackage;</command>
<arg choice=3D"req"> -b</arg>
<arg rep=3D"repeat" choice=3D"opt">backup option</arg>
<arg rep=3D"repeat" choice=3D"opt">common option</arg>
<arg choice=3D"req"><replaceable>source</replaceable></arg>
<arg choice=3D"req"><replaceable>target</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>&manpackage;</command>
<arg choice=3D"req"> -c|-r</arg>
<arg rep=3D"repeat" choice=3D"opt">restore option</arg>
<arg rep=3D"repeat" choice=3D"opt">common option</arg>
<arg choice=3D"req"><replaceable>source</replaceable></arg>
<arg choice=3D"req"><replaceable>target</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para><command>&manpackage;</command> is a utility for managing =
Firebird
server process on UNIX systems</para>
<para> http://www.firebirdsql.org/ - Documentation -> Knowledgebase =
->=20
User Documentation -> Interbase 6. Operation Guide (look for =
ibmgr).</para>
</refsect1>
<refsect1>
<title>COMMON OPTIONS</title>
<refsect2>
<title>-help</title>
<para>Print help text</para>
</refsect2>
<refsect2>
<title>-password <replaceable>password</replaceable></title>
<para>Supplies SYSDBA password</para>
</refsect2>
=20
<refsect2>
<title>-show</title>
<para>Shows host and user</para>
</refsect2>
<refsect2>
<title>-shut</title>
<para>Rolls back current transactions, terminates client connects and =
shutdown server
immediately</para>
</refsect2>
<refsect2>
<title>-start[-once|-forever]</title>
<para>Starts server, the -forever switch causes the server to =
restart if it crashes=20
(by fbquard for super-server), -forever is dafault</para>
</refsect2>
<refsect2>
<title>-user</title>
<para>Supplies SYSDBA</para>
</refsect2>
</refsect1>
<refsect1>
<title>EXAMPLES</title>
=20
<para>In all examples <option>-user</option>, <option>-role</option> =
and
<option>-password</option> options are omited for clarity. In a real =
world
situation they (or their corresponding enviromnemt variables) should =
be
used.</para>
=20
<refsect2>
<title>Starting the server</title>
<para>fbmgr -start</para>
</refsect2>
<refsect2>
<title>Stopping the server</title>
<para>fbmgr -shut -password SYSDBApassword</para>
</refsect2>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>This manpage was written by &manusername; <&manemail;> for =
Debian
GNU/Linux but may be used by others.</para>
</refsect1>
<refsect1>
<title>COPYRIGHT</title>
<para>Permission is granted to modify and distribute this manpage =
under the
terms of GNU General Public Licence version 2 or (at your oppinion) =
any later
version. It is provided in the hope that it will be useful but with NO
WARRANTY. Author is not responsible for any (mis)use of this =
manpage.</para>
</refsect1>
</refentry>
------=_NextPart_000_0007_01C4646B.7497A4F0
Content-Type: application/octet-stream;
name="gdef.sgml"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="gdef.sgml"
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!-- Process this file with docbook-to-man to generate an nroff manual
page: `docbook-to-man manpage.sgml > manpage.1'. You may view
the manual page with: `docbook-to-man manpage.sgml | nroff -man |
less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml
docbook-to-man $< > $@
-->
<!-- This example was constructed by Colin Watson
<email>cjwatson@debian.org</email>, based on a man page template
provided by Tom Christiansen <email>tchrist@jhereg.perl.com</email>
and a DocBook man page example by Craig Small
<email>csmall@debian.org</email>.
-->
<!-- Fill in the various UPPER CASE things here. -->
<!ENTITY manfirstname "<firstname>Daniel</firstname>">
<!ENTITY mansurname "<surname>Urban</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY mandate "<date>June 21 2004</date>">
<!-- SECTION should be 1-8, maybe with subsection. Other parameters =
are
allowed: see man(7), man(1). -->
<!ENTITY mansection "<manvolnum>1</manvolnum>">
<!ENTITY manemail "<email>daniel@sente.pl</email>">
<!ENTITY manusername "Daniel Urban">
<!ENTITY manucpackage "<refentrytitle>GDEF</refentrytitle>">
<!ENTITY manpackage "gdef">
]>
<refentry>
<refentryinfo>
<address>
&manemail;
</address>
<author>
&manfirstname;
&mansurname;
</author>
<copyright>
<year>2004</year>
<holder>&manusername;</holder>
</copyright>
&mandate;
</refentryinfo>
<refmeta>
&manucpackage;
&mansection;
</refmeta>
<refnamediv>
<refname>&manpackage;</refname>
<refpurpose>?????????????</refpurpose>
</refnamediv>
<refsect1>
<title>DESCRIPTION</title>
<para><command>&manpackage;</command> is a utility for </para>
</refsect1>
<refsect1>
<title>COMMON OPTIONS</title>
<refsect2>
<title>-extract</title>
<para>Extract definition from database</para>
</refsect2>
<refsect2>
<title>-replace</title>
<para>Replace existing database</para>
</refsect2>
<refsect2>
<title>-dynamic</title>
<para>Generate dynamic DDL</para>
</refsect2>
<refsect2>
<title>-c</title>
<para>DYN for C</para>
</refsect2>
<refsect2>
<title>-fortran</title>
<para>DYN for FORTRAN</para>
</refsect2>
<refsect2>
<title>-pascal</title>
<para>DYN for PASCAL</para>
</refsect2>
<refsect2>
<title>-cob</title>
<para>DYN for COBOL</para>
</refsect2>
<refsect2>
<title>-ansi</title>
<para>DYN for ANSI COBOL</para>
</refsect2>
<refsect2>
<title>-basic</title>
<para>DYN for BASIC</para>
</refsect2>
<refsect2>
<title>-pli</title>
<para>DYN for PLI</para>
</refsect2>
<refsect2>
<title>-ada</title>
<para>DYN for ADA</para>
</refsect2>
<refsect2>
<title>-cxx</title>
<para>DYN for C++</para>
</refsect2>
<refsect2>
<title>-user</title>
<para>Specifies user name to use in attaching database</para>
</refsect2>
<refsect2>
<title>-password password</title>
<para>Specifies password to use with username</para>
</refsect2>
<refsect2>
<title>-z</title>
<para>Print version number</para>
</refsect2>
</refsect1>
<refsect1>
<title>EXAMPLES</title>
=20
<para></para>
=20
<refsect2>
<title></title>
<para></para>
</refsect2>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>This manpage was written by &manusername; <&manemail;> for =
Debian
GNU/Linux but may be used by others.</para>
</refsect1>
<refsect1>
<title>COPYRIGHT</title>
<para>Permission is granted to modify and distribute this manpage =
under the
terms of GNU General Public Licence version 2 or (at your oppinion) =
any later
version. It is provided in the hope that it will be useful but with NO
WARRANTY. Author is not responsible for any (mis)use of this =
manpage.</para>
</refsect1>
</refentry>
------=_NextPart_000_0007_01C4646B.7497A4F0--