Merge remote branch 'grml-scripts/master'
[grml-scripts-core.git] / manpages / gsuggest.1
diff --git a/manpages/gsuggest.1 b/manpages/gsuggest.1
new file mode 100644 (file)
index 0000000..b0e8679
--- /dev/null
@@ -0,0 +1,25 @@
+.TH GSUGGEST.PL 1
+.SH NAME
+gsuggest.pl \- google suggest on the commandline
+.SH SYNOPSIS
+.B gsuggest.pl
+.RI keyword " [ another-keyword ]"
+.SH DESCRIPTION
+This manual page documents briefly the
+.B gsuggest.pl
+command.
+.PP
+\fBgsuggest.pl\fP is a program that asks google for keyword suggestions
+for the given keyword[s].
+.SH USAGE EXAMPLE
+.TP
+.B gsuggest.pl grml
+This will ask google for keyword suggestions based on the keyword 'grml'
+and will return the results to standard out (stdout).
+.SH OPTIONS
+gsuggest.pl does not support any options.
+.SH AUTHOR
+gsuggest.pl was written by Michael Prokop <mika@grml.org>.
+.PP
+This manual page was written by Michael Prokop <mika@grml.org>
+for the grml project (but may be used by others).