From bf36d3bc66a6d8e10ea43d62779f809a14e30772 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 22 May 2018 05:00:02 +0300 Subject: [PATCH] Remove extraneous empty lines --- adoc/llpp.adoc | 8 -------- adoc/llppac.adoc | 6 ------ adoc/llpphtml.adoc | 5 ----- 3 files changed, 19 deletions(-) diff --git a/adoc/llpp.adoc b/adoc/llpp.adoc index 6377b91..b6a229a 100644 --- a/adoc/llpp.adoc +++ b/adoc/llpp.adoc @@ -2,25 +2,21 @@ llpp(1) ======= == NAME - llpp - a graphical document pager which aims to superficially resemble less == SYNOPSIS - llpp [-c path] [-css path] [-dest named-dest] [-f path] [-gc] [-help|--help] [-last] [-no-title] [-origin origin] [-p password] [-page page-number] [-remote path] [-tcf path] [-layout-height height] [-v] some.pdf == DESCRIPTION - *llpp* is a graphical document pager utilizing MuPDF (https://mupdf.com/) library. The default keybindings resemble those of less(1), but can be configured by the user. == OPTIONS - -c path:: Set path to the configuration file @@ -69,7 +65,6 @@ Print version and exit == FILES === ~/.config/llpp.conf - This is the user specific configuration file. If $XDG_CONFIG_HOME is set $XDG_CONFIG_HOME/llpp.conf is used instead. It has an XML structure. @@ -124,13 +119,10 @@ The different modes are _birdseye_, _global_, _help_, _info_, _listview_, _outline_, and _view_. == SEE ALSO - llppac(1), llpphtml(1) == REPORTING BUGS - https://github.com/moosotc/llpp/issues or mailto://moosotc@gmail.com == macOS - Nicolás Ojeda Bär contributed macOS port. diff --git a/adoc/llppac.adoc b/adoc/llppac.adoc index 6aaa5a4..8321015 100644 --- a/adoc/llppac.adoc +++ b/adoc/llppac.adoc @@ -2,21 +2,17 @@ llppac(1) ======= == NAME - llppac - a wrapper to llpp(1), which first converts documents then displays them with llpp == SYNOPSIS - 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). == OPTIONS - -c css:: Use css as a CSS file for the html conversion using prince (http://www.princexml.com/). @@ -35,9 +31,7 @@ not limited to _ps_, _texi_, _djvu_, _html_, ... == SEE ALSO - llpp(1) == REPORTING BUGS - https://github.com/moosotc/llpp/issues or mailto://moosotc@gmail.com diff --git a/adoc/llpphtml.adoc b/adoc/llpphtml.adoc index 3e8841c..94ef682 100644 --- a/adoc/llpphtml.adoc +++ b/adoc/llpphtml.adoc @@ -6,16 +6,13 @@ llpphtml - a wrapper to llpp(1), which downloads HTML pages and displays them with llpp == SYNOPSIS - 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). == OPTIONS - -c css:: Use css as a CSS file for the html conversion using prince (http://www.princexml.com/) @@ -24,9 +21,7 @@ Use css as a CSS file for the html conversion using prince Force downloading the document, even though it might be cached == SEE ALSO - llpp(1) == REPORTING BUGS - https://github.com/moosotc/llpp/issues or mailto://moosotc@gmail.com -- 2.11.4.GIT