Blob Blame History Raw
diff -urN loook-0.6.7-orig/loook.1 loook-0.6.7/loook.1
--- loook-0.6.7-orig/loook.1	1970-01-01 01:00:00.000000000 +0100
+++ loook-0.6.7/loook.1	2010-11-04 21:13:35.320147919 +0100
@@ -0,0 +1,25 @@
+.TH loook 1  "November 04, 2010" "version 0.6.7" "USER COMMANDS"
+.SH NAME
+loook \- search tool for OpenOffice.org documents
+.SH SYNOPSIS
+.B loook
+[\-h] [directory] [search term]
+.SH DESCRIPTION
+Loook is a simple Python tool that searches for text strings in OpenOffice.org
+(and StarOffice 6.0 or later) files. It works under Linux, Windows and
+Macintosh. AND, OR and phrase searches are supported. It doesn't create an
+index, but searching should be fast enough unless you have really many files.
+.SH OPTIONS
+.TP
+\-h
+display a short help text
+.SH EXAMPLES
+.TP
+Search for words 'red' and 'hat' in the current directory:
+.B loook
+\&. red hat
+.PP
+.SH EXIT STATUS
+loook always returns 0.
+.SH AUTHOR
+Daniel Naber (naber (at) danielnaber de)