4 changed files with 50 additions and 2 deletions
@ -0,0 +1,10 @@
|
||||
#!/bin/sh |
||||
|
||||
if [[ -n "${1}" ]]; then |
||||
dir="$(dirname ${0})" |
||||
cp -vf ${dir}/whyblocked.1.adoc . |
||||
sed -Ei "s/(Revision: +)[0-9]+\.[0-9]\.[0-9]/\1${1}/" whyblocked.1.adoc |
||||
a2x --doctype manpage --format manpage --no-xmllint whyblocked.1.adoc |
||||
else |
||||
echo "usage: ${0} VERSION" >&2 |
||||
fi |
@ -0,0 +1,25 @@
|
||||
= whyblocked(1) |
||||
:Author: tastytea |
||||
:Email: tasttytea@tastytea.de |
||||
:Date: 2019-01-20 |
||||
:Revision: 0.0.0 |
||||
:man source: Whyblocked |
||||
:man version: {revision} |
||||
:man manual: General Commands Manual |
||||
|
||||
== NAME |
||||
|
||||
whyblocked - reminds you why you blocked someone. |
||||
|
||||
== SYNOPSIS |
||||
|
||||
*whyblocked* |
||||
|
||||
== DESCRIPTION |
||||
|
||||
Whyblocked allows you to store the reason why you blocked someone, along with |
||||
"receipts", URLs to the posts that led you to block them. |
||||
|
||||
== REPORTING BUGS |
||||
|
||||
Bugtracker: https://schlomp.space/tastytea/whyblocked/issues |
Loading…
Reference in new issue