diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-06-26 13:51:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:52 +0700 |
commit | f3e22c05251169676dd87a01e1175f04baa38d5a (patch) | |
tree | 16ab46975afa9fe79a5035fb844aa2474678730d /libraries | |
parent | 6326acbc2298587a2d26483d7e426d85dcc373c7 (diff) | |
download | slackbuilds-f3e22c05251169676dd87a01e1175f04baa38d5a.tar.gz |
libraries/libpaper: Update README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libpaper/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/libpaper/README b/libraries/libpaper/README index 78db9863a9..d583e23e02 100644 --- a/libraries/libpaper/README +++ b/libraries/libpaper/README @@ -1,7 +1,8 @@ libpaper is a library for handling paper characteristics. -The libpaper paper-handling library automates recognition of many different -paper types and sizes for programs that need to deal with printed output. +The libpaper paper-handling library automates recognition of many +different paper types and sizes for programs that need to deal with +printed output. Pass the variable PAPERSIZE=letter|a3|a4|... to the script to set the preferred papersize (the default is a4). |