From: fuzzyray Date: Wed, 6 May 2009 18:50:42 +0000 (-0000) Subject: Add man page for imlate X-Git-Tag: gentoolkit-dev-0.2.6.11~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7fb7e908cdc2d7a9f5f4c64aa92228535843d96b;p=gentoolkit.git Add man page for imlate svn path=/trunk/gentoolkit-dev/; revision=607 --- diff --git a/src/imlate/Makefile b/src/imlate/Makefile index 8129ba1..7af84ce 100644 --- a/src/imlate/Makefile +++ b/src/imlate/Makefile @@ -14,4 +14,5 @@ dist: install: all install -m 0755 imlate $(bindir)/ + nstall -m 0644 imlate.1 $(mandir)/ diff --git a/src/imlate/imlate.1 b/src/imlate/imlate.1 new file mode 100644 index 0000000..9e828ae --- /dev/null +++ b/src/imlate/imlate.1 @@ -0,0 +1,42 @@ +.TH "imlate" "1" "0.0.3" "Christian Ruppert" "gentoolkit-dev" +.SH "NAME" +.LP +imlate \- Displays candidates for keywords for an architecture based upon a target architecture. +.SH "SYNTAX" +.LP +imlate [options] + + +.SH "OPTIONS" +.TP +.B \-\-version +show program's version number and exit +.TP +.B \-h, \-\-help +show this help message and exit +.TP +.B \-f FILE, \-\-file=FILE +write result into FILE [default: stdout] +.TP +.B \-m ARCH, \-\-main=ARCH +set main ARCH (e.g. your arch) [default: amd64] +.TP +.B \-t ARCH, \-\-target=ARCH +set target ARCH (e.g. x86) [default: x86] +.TP +.B \-s, \-\-stable +just show stable candidates (e.g. \-s and \-k is the default result) [default: True] +.TP +.B \-k, \-\-keyword +just show keyword candidates (e.g. \-s and \-k is the default result) [default: True] +.TP +.B \-e, \-\-experimental +enables experimental functions/features (have a look for # EXPERIMENTAL comments in the source) [default: False] +.TP +.B \-C CATEGORIES, \-\-category=CATEGORIES, \-\-categories=CATEGORIES +just check in the specified category/categories (comma seperated) [default: none] +.SH "AUTHORS" +.LP +Christian Ruppert +.SH "BUGS" +Please report any bugs to http://bugs.gentoo.org