diff options
-rw-r--r-- | src/lib/libreblacklist.1.ronn | 4 | ||||
-rw-r--r-- | src/lib/librexgettext.1.ronn | 18 |
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) |