From 0ca8e93f08f7e639bb757b2f3691fc7c2932ec96 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 4 Jan 2008 19:17:27 +0100 Subject: fix up the manpage. --- doc/fakplugin.1 | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/fakplugin.1 b/doc/fakplugin.1 index f6dbc00..14bd400 100644 --- a/doc/fakplugin.1 +++ b/doc/fakplugin.1 @@ -1,5 +1,7 @@ .\" FirstAidKit -.TH "FirstAidKit" "8" .SH "NAME" FirstAidKit +.TH "FirstAidKit" "1" +.SH "NAME" FirstAidKit +.BR .SH "Plugin Sufixes" All plugins belong to configured plugin directory. Recognized suffixes are: .py, .pyc, .pyo (python modules) and .so (python compatible binary module) @@ -115,3 +117,22 @@ Queries the state of flag. Returns True if set, False otherwise. .SH "Arbitrary Executable Modules" The current approach is to create a wrapper python plugin, which holds the metadata and calls the binaries as neccessary (see the examples). + +.PP +.SH "SEE ALSO" +.nf +http://fedorahosted.org/firstaidkit +.fi + +.PP +.SH "AUTHORS" +.nf +Martin Sivak +Joel Granados +.fi + +.PP +.SH "BUGS" +.nf +Please search/report bugs at http://fedorahosted.org/firstaidkit/newticket +.fi -- cgit