Cosmetics

Period removal mostly.
This commit is contained in:
malc 2018-05-18 17:32:50 +03:00
parent 7f08f03001
commit 0f399a062a
3 changed files with 29 additions and 27 deletions

View file

@ -18,49 +18,49 @@ of less(1), but can be configured by the user.
== OPTIONS
-c path::
Set path to the configuration file.
Set path to the configuration file
-css path::
Set path to the style sheet to use with EPUB/HTML.
Set path to the style sheet to use with EPUB/HTML
-dest named-dest::
Set named destination.
Set named destination
-f path::
Set path to the user interface font.
Set path to the user interface font
-gc::
Collect config garbage.
Collect config garbage
-help, --help::
Display this list of options.
Display this list of options
-last::
Open last document.
Open last document
-no-title::
ignore document title.
ignore document title
-origin origin::
<undocumented>.
<undocumented>
-p password::
Set password.
Set password
-page page-number::
Jump to page.
Jump to page
-remote path::
Set path to the source of remote commands.
Set path to the source of remote commands
-tcf path::
Set path to the trim cache file.
Set path to the trim cache file
-layout-height height::
Set page height for reflowable documents (-1 == default, 0 == unlimited).
Set page height for reflowable documents (-1 == default, 0 == unlimited)
-v::
Print version and exit.
Print version and exit
== FILES

View file

@ -12,24 +12,26 @@ llppac [-c css] [-m type] [-t type] [-f] (path|file)
== DESCRIPTION
*llppac* is a wrapper to *llpp*. It converts different documents to PDF files
which are then opened with llpp(1).
*llppac* is a wrapper to *llpp*. It converts different documents to
PDF files which are then opened with llpp(1).
== OPTIONS
-c css::
Use css as a CSS file for the html conversion using prince (http://www.princexml.com/).
Use css as a CSS file for the html conversion using prince
(http://www.princexml.com/).
-f::
Force downloading of remote documents, even though it might be cached.
Force downloading of remote documents, even though it might be cached
-m type::
Set the mime type manually. This overwrites the automatic detection
using file(1).
using file(1)
-t type::
Set the type of the the document, totally skipping the mime type check.
The type is llppac internal, possible values include, but are not limited to _ps_, _texi_, _djvu_, _html_, ...
Set the type of the the document, totally skipping the mime type
check. The type is llppac internal, possible values include, but are
not limited to _ps_, _texi_, _djvu_, _html_, ...
== SEE ALSO

View file

@ -2,7 +2,6 @@ llpphtml(1)
===========
== NAME
llpphtml - a wrapper to llpp(1), which downloads HTML pages and
displays them with llpp
@ -12,16 +11,17 @@ llpphtml [-c css] [-f] url
== DESCRIPTION
*llppac* is a wrapper to *llpp*. It converts different documents to PDF files
which are then opened with llpp(1).
*llppac* is a wrapper to *llpp*. It converts different documents to
PDF files which are then opened with llpp(1).
== OPTIONS
-c css::
Use css as a CSS file for the html conversion using prince (http://www.princexml.com/).
Use css as a CSS file for the html conversion using prince
(http://www.princexml.com/)
-f::
Force downloading the document, even though it might be cached.
Force downloading the document, even though it might be cached
== SEE ALSO