[Pkg-haskell-commits] darcs: haskell-hoogle: Update hoogle man page.
kiwamu at debian.or.jp
kiwamu at debian.or.jp
Fri Oct 5 15:12:45 UTC 2012
Fri Oct 5 15:09:58 UTC 2012 kiwamu at debian.or.jp
* Update hoogle man page.
Ignore-this: c718f71f6b8a2edc20e9905a531e5c45
M ./hoogle.1 -56 +39
Fri Oct 5 15:09:58 UTC 2012 kiwamu at debian.or.jp
* Update hoogle man page.
Ignore-this: c718f71f6b8a2edc20e9905a531e5c45
diff -rN -u old-haskell-hoogle//hoogle.1 new-haskell-hoogle//hoogle.1
--- old-haskell-hoogle//hoogle.1 2012-10-05 15:12:45.650225521 +0000
+++ new-haskell-hoogle//hoogle.1 2012-10-05 15:12:45.662259786 +0000
@@ -11,92 +11,75 @@
.if n .sp 1
.if t .sp .5
..
-.TH HOOGLE 1 "June 14, 2009"
+.TH HOOGLE 1 "October 5, 2012"
.SH NAME
hoogle \- A Haskell API search engine.
.SH SYNOPSIS
.B hoogle
-.RI expression
+.RI EXPRESSION|COMMAND
+.RI [OPTIONS]
.SH DESCRIPTION
Hoogle is a Haskell API search engine which allows you to search Haskell
libraries by either function name, or by approximate type signature.
-
.EE
-Example searches:
-
+Example searches with EXPRESSION:
.EX
+
map
(a -> b) -> [a] -> [b]
Ord a => [a] -> [a]
Data.Map.insert
-.EE
+.EE
The Hoogle manual (http://www.haskell.org/haskellwiki/Hoogle) contains more
details, including further details on search queries, how to install Hoogle as
a command line application and how to integrate Hoogle with Firefox/Emacs/Vim
-etc.
-
-.SS "Flag reference:"
-.TP
-\fB\-\-version\fR
-Print out version information
+etc.
+.PP
+This program also has some command for special usage.
+.SS "Command reference:"
.TP
-\fB\-\-\fR?, \fB\-\-help\fR
-Show help message
+\fBdata\fR
+Generate Hoogle databases
.TP
-\fB\-\-w\fR, \fB\-\-web\fR
-Run as though it was a CGI script
+\fBserver\fR
+Start a Hoogle server
.TP
-\fB\-\-c\fR, \fB\-\-color\fR=\fIBOOL\fR
-Show color output (default=false)
+\fBcombine\fR
+Combine multiple databases into one
.TP
-\fB\-\-s\fR, \fB\-\-start\fR=\fIPOS\fR
-First result to show (default=1)
+\fBconvert\fR
+Convert an input file to a database
.TP
-\fB\-\-n\fR, \fB\-\-count\fR=\fIPOS\fR
-Number of results to show (default=all)
+\fBtest\fR
+Run tests
.TP
-\fB\-\-test\fR
-Run the regression tests
+\fBdump\fR
+Dump sections of a database to stdout
.TP
-\fB\-\-convert\fR=\fIFILE\fR
-Convert a database
+\fBrank\fR
+Generate ranking information
.TP
-\fB\-\-output\fR=\fIFILE\fR
-Output file for convert
+\fBlog\fR
+Analyse log files
+.SS "Option reference:"
.TP
-\fB\-\-dump\fR=\fISTR\fR
-Dump a database for debugging
+\fB\-\fR?, \fB\-\-help\fR
+Show help message
.TP
-\fB\-\-d\fR, \fB\-\-data\fR=\fIFILE\fR
-Database file
+\fB\-V,\-\-version\fR
+Print out version information
.TP
-\fB\-\-v\fR, \fB\-\-verbose\fR
+\fB\-v\fR, \fB\-\-verbose\fR
Display verbose information
.TP
-\fB\-\-info\fR
-Display full information on an entry
-.TP
-\fB\-\-debug\fR
-Debugging only
-.TP
-\fB\-\-i\fR, \fB\-\-include\fR=\fIDIR\fR
-Include directories
-.TP
-\fB\-\-testfile\fR=\fIFILE\fR
-Run tests from a file
-.TP
-\fB\-\-rank\fR=\fIFILE\fR
-Generate ranking scores
-.TP
-\fB\-\-combine\fR=\fIFILE\fR
-Combine multiple databases
-.TP
-\fB\-\-mode\fR=\fISTR\fR
-Web mode
-
+\fB\-q\fR, \fB\-\-quiet\fR
+Quiet verbosity
.SH AUTHOR
The text for this page was constructed from the Hoogle search engine's web page
-and the output of the help2man program by Erik de Castro Lopo
-<erikd at mega-nerd.com>, for the Debian GNU/Linux system (but may be used by
+and written by Erik de Castro Lopo <erikd at mega-nerd.com> and Kiwamu Okabe
+<kiwamu at debian.or.jp>, for the Debian GNU/Linux system (but may be used by
others).
+.SH "SEE ALSO"
+.LP
+haddock(1), update-hoogle(8)
More information about the Pkg-haskell-commits
mailing list