From 884aae28a24d65951cc7d57f6044098f236f52bc Mon Sep 17 00:00:00 2001 From: Tanguy Ortolo Date: Fri, 28 Oct 2016 17:26:02 +0200 Subject: Add DocBook source of the script manpages --- data/scripts-manpages.xml | 155 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 data/scripts-manpages.xml (limited to 'data') diff --git a/data/scripts-manpages.xml b/data/scripts-manpages.xml new file mode 100644 index 00000000..241ba6ea --- /dev/null +++ b/data/scripts-manpages.xml @@ -0,0 +1,155 @@ + +.
will be generated. You may view the +manual page with: man -l .
'. A typical entry in a Makefile or +Makefile.am is: + +DB2MAN = /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl +XP = xsltproc + +poezio_gpg_export.1 poezio_logs.1: scripts.xml + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The XSL files are in +docbook-xsl-ns. A description of the parameters you can use can be found in the +docbook-xsl-doc-* packages. + +Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` + +General documentation about man-pages and man-page-formatting: +man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + +--> + + + + + + + + + + + + +]> + +
+User commands + +&program; + + + + &authorfirstname;&authorsurname; + Wrote this manpage for the Debian system. +
&authoremail;
+
+
+ + + 2016 + &authorfullname; + + + + This manual page was written for the Debian system + (and may be used by others). + Permission is granted to copy, distribute and/or modify this + document under the terms of the Zlib License. + +
+ + + + &upcommand1; + &mansection; + + + + &command1; + Print a key list for the &program; GPG plugin + + + + + &command1; + + + + DESCRIPTION + &program; is a console-based XMPP + client. + &command1; uses gpg to build + a list suitable for the &program; GPG plugin. Double-check the output + and use at your own risk. + + + SEE ALSO + + poezio1 + gpg1 + + + + + + + &upcommand2; + &mansection; + + + + &command2; + Display a Poezio log in a human-readable format + + + + + &command2; + options + LOG_FILE + + + + DESCRIPTION + &program; is a console-based XMPP + client. + &command2; displays a log stored in Poezio format + in a more human-readable way. + + + OPTIONS + + + + + Hide info lines + + + + + Hide timestamps + + + + + Remove color + + + + + SEE ALSO + + poezio1 + + + + +
-- cgit v1.2.3