From 832a355da65ad719cac5712d5fabcee41b64c602 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 5 Jan 2021 14:33:45 -0500 Subject: [PATCH] Add phrases-extract manpage --- man/phrases-extract.1 | 44 ++++++++++++++++++++++++++++++++++++++++ man/phrases-extract.1.md | 38 ++++++++++++++++++++++++++++++++++ man/phrases.1 | 7 +++++-- man/phrases.1.md | 7 +++++-- 4 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 man/phrases-extract.1 create mode 100644 man/phrases-extract.1.md diff --git a/man/phrases-extract.1 b/man/phrases-extract.1 new file mode 100644 index 0000000..8549c43 --- /dev/null +++ b/man/phrases-extract.1 @@ -0,0 +1,44 @@ +.\" Automatically generated by Pandoc 2.11.3 +.\" +.TH "phrases-extract" "1" "January 2021" "1.0.1" "" +.hy +.SH NAME +.PP +phrases-extract - Extract Latin famous phrases from Wikipedia +.SH SYNOPSIS +.PP +phrases-extract [options] +.SH DESCRIPTION +.PP +\f[B]phrases-extract\f[R] is a Python script that converts the Wikipedia +table of Latin famous phrases into a SQLite3 database +.SH OPTIONS +.TP +\f[B]-h\f[R], \f[B]\[en]help\f[R] +Show a help message and exit +.TP +\f[B]-o\f[R] [file], \f[B]\[en]output\f[R] [file] +Specify the output file location. +Default = ./phrases.db +.TP +\f[B]-v\f[R], \f[B]\[en]version\f[R] +Print version +.SH EXIT VALUES +.TP +\f[B]0\f[R] +Success +.TP +\f[B]2\f[R] +Invalid option +.SH SEE ALSO +.PP +\f[B]phrases(1)\f[R] +.SH BUGS, PATCHES +.PP +https://lists.sr.ht/\[ti]armaan/public-inbox +.SH COPYRIGHT +.PP +Copyright 2021 Armaan Bhojwani . +MIT License +.SH AUTHORS +Armaan Bhojwani. diff --git a/man/phrases-extract.1.md b/man/phrases-extract.1.md new file mode 100644 index 0000000..b22a08b --- /dev/null +++ b/man/phrases-extract.1.md @@ -0,0 +1,38 @@ +% phrases-extract(1) 1.0.1 +% Armaan Bhojwani +% January 2021 + +# NAME +phrases-extract - Extract Latin famous phrases from Wikipedia + +# SYNOPSIS +phrases-extract [[options]] + +# DESCRIPTION +**phrases-extract** is a Python script that converts the Wikipedia table of Latin famous phrases into a SQLite3 database for use with the **phrases** program + +# OPTIONS +**-h**, **--help** +: Show a help message and exit + +**-o** [file], **--output** [file] +: Specify the output file location. Default = ./phrases.db + +**-v**, **--version** +: Print version + +# EXIT VALUES +**0** +: Success + +**2** +: Invalid option + +# SEE ALSO + **phrases(1)** + +# BUGS, PATCHES +https://lists.sr.ht/~armaan/public-inbox + +# COPYRIGHT +Copyright 2021 Armaan Bhojwani . MIT License diff --git a/man/phrases.1 b/man/phrases.1 index 35c5139..d990118 100644 --- a/man/phrases.1 +++ b/man/phrases.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.11.3 .\" -.TH "phrases" "1" "January 2021" "1.0.0" "" +.TH "phrases" "1" "January 2021" "1.0.1" "" .hy .SH NAME .PP @@ -66,6 +66,9 @@ Cannot find phrase database .TP \f[B]2\f[R] Invalid option +.SH SEE ALSO +.PP +\f[B]phrases-extract(1)\f[R] .SH BUGS, PATCHES .PP https://lists.sr.ht/\[ti]armaan/public-inbox @@ -74,4 +77,4 @@ https://lists.sr.ht/\[ti]armaan/public-inbox Copyright 2021 Armaan Bhojwani . MIT License .SH AUTHORS -Armaan Bhojwani . +Armaan Bhojwani. diff --git a/man/phrases.1.md b/man/phrases.1.md index 86f2b5c..1fc601a 100644 --- a/man/phrases.1.md +++ b/man/phrases.1.md @@ -1,5 +1,5 @@ -% phrases(1) 1.0.0 -% Armaan Bhojwani +% phrases(1) 1.0.1 +% Armaan Bhojwani % January 2021 # NAME @@ -62,6 +62,9 @@ phrases [[options]] **2** : Invalid option +# SEE ALSO + **phrases-extract(1)** + # BUGS, PATCHES https://lists.sr.ht/~armaan/public-inbox -- 2.39.2