summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-08 15:09:53 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-08 15:09:53 -0500
commit7785a72495e3eb0ea826b41720c241f58a15b601 (patch)
tree92d96e9b1e0fbb17d23e53197f40e22e3e179a4f /src
parent00a6021aae396c140e786382007064f10ca254a1 (diff)
Documentation cleanup
Diffstat (limited to 'src')
-rw-r--r--src/lib/libreblacklist.1.ronn4
-rw-r--r--src/lib/librexgettext.1.ronn18
2 files changed, 20 insertions, 2 deletions
diff --git a/src/lib/libreblacklist.1.ronn b/src/lib/libreblacklist.1.ronn
index bef9d67..d56eb60 100644
--- a/src/lib/libreblacklist.1.ronn
+++ b/src/lib/libreblacklist.1.ronn
@@ -5,7 +5,7 @@ libreblacklist(1) -- Tools for working with the your-freedom blacklist
`. "$(librelib blacklist)"`<br>
`. libreblacklist`<br>
-`libremessages` [-h] <COMMAND> [<ARGS>...]
+`libreblacklist` [-h] <COMMAND> [<ARGS>...]
## DESCRIPTION
@@ -16,7 +16,7 @@ It may be included into a `Bash`(1) program as a library, which will
expose it's routines as "blacklist-<COMMAND>", or it may be invoked on
the command line as "libreblacklist <COMMAND>".
-See `libremessages -h` for more information.
+See `libreblacklist -h` for more information.
## SEE ALSO
diff --git a/src/lib/librexgettext.1.ronn b/src/lib/librexgettext.1.ronn
new file mode 100644
index 0000000..de6abde
--- /dev/null
+++ b/src/lib/librexgettext.1.ronn
@@ -0,0 +1,18 @@
+librexgettext(1) -- Extrct libremessages gettext strings from sources
+=====================================================================
+
+## SYNOPSIS
+
+`librexgettext` [OPTIONS] FILES<br>
+`librexgettext` [-h|--help]
+
+## DESCRIPTION
+
+`librexgettext` is a tool for extracting gettext strings from programs
+using the fancy word-wrapping utilities of `libremessages`(1).
+
+See `librexgettext --help` for more information.
+
+## SEE ALSO
+
+libremessages(1)