From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D910138A1A for ; Mon, 5 Jan 2015 23:12:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5C80E083C; Mon, 5 Jan 2015 23:12:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED85EE083B for ; Mon, 5 Jan 2015 23:12:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 165373406BF for ; Mon, 5 Jan 2015 23:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E66EEF38 for ; Mon, 5 Jan 2015 23:12:36 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1420496075.1edc0ff77d24bd468ffc7d446aa8b2c9ed162f0d.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: py2man/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: py2man/command.template py2man/sub-command.template X-VCS-Directories: py2man/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1edc0ff77d24bd468ffc7d446aa8b2c9ed162f0d X-VCS-Branch: master Date: Mon, 5 Jan 2015 23:12:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79de5dce-b80f-48d2-a38f-1d92d21d507b X-Archives-Hash: 36bd36ee94db0df07ffe2815752154ad commit: 1edc0ff77d24bd468ffc7d446aa8b2c9ed162f0d Author: Brian Dolbec gentoo org> AuthorDate: Sat Jan 3 18:14:25 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Jan 5 22:14:35 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=1edc0ff7 py2man: Initial man templates --- py2man/command.template | 34 ++++++++++++++++++++++++++++++++++ py2man/sub-command.template | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/py2man/command.template b/py2man/command.template new file mode 100644 index 0000000..71ee35e --- /dev/null +++ b/py2man/command.template @@ -0,0 +1,34 @@ +.TH "%(prog)s" "1" "version %(version)s, %(date)s" "GKEYS" "" +.SH NAME +%(prog)s \- %(desc)s +.SH SYNOPSIS +.B %(prog)s +[\fB\-h\fR] [\fB\-c\fR \fICONFIG\fR] [\fB\-D\fR \fI{WARNING,INFO,FATAL,NOTSET,WARN,DEBUG,ERROR,CRITICAL}\fR] [\fBSUBCOMMAND] [\fBSUBCOMMAND-OPTION] ... +.SH DESCRIPTION +.PP + +.SH OPTIONAL ARGUMENTS +%(options)s + +.SH SUBCOMMANDS +%(sub-cmds)s + +.SH REPORTING BUGS +Submit bug reports to http://bugs.gentoo.org. +.br +Please assign bug to email alias. + +.SH COPYRIGHTS +Gentoo Keys project is under GPL-2 License. + +.SH AUTHORS +.br +Brian Dolbec +.br +Pavlos Ratis + +.SH "SEE ALSO" +.BR gkeys.conf (1), +%(actions)s + +(This man page was auto-generated from source) diff --git a/py2man/sub-command.template b/py2man/sub-command.template new file mode 100644 index 0000000..41de926 --- /dev/null +++ b/py2man/sub-command.template @@ -0,0 +1,38 @@ +.TH "%(prog)s-%(action)s" "1" "version %(version)s, %(date)s" "GKEYS" "" +.SH NAME +%(prog)s %(action)s \- %(desc)s +.SH SYNOPSIS +.B %(prog)s +[\\fBGLOBAL-OPTIONS\\fR] \\fB%(action)s \\f[-h] %(opts)s + +.SH DESCRIPTION +.PP +%(long_desc)s +.SH OPTIONAL ARGUMENTS +.IP "-h, --help" +show this help message and exit +%(options)s + +%(exampleheader)s +%(example)s + +.SH REPORTING BUGS +Submit bug reports to http://bugs.gentoo.org. +.br +Please assign bug to email alias. + +.SH COPYRIGHTS +Gentoo Keys project is under GPL-2 License. + +.SH AUTHORS +.br +Brian Dolbec +.br +Pavlos Ratis + +.SH "SEE ALSO" +.BR gkeys (1), +.BR gkeys.conf (1), +%(actions)s + +(This man page was auto-generated from source)