diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:38:08 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:38:08 -0400 |
commit | b79f51cb4d643a413222d8d907b2ac8ef3d82e90 (patch) | |
tree | 17d9242fe64d41a2858b83f114243c4c4b1621eb /network/efax | |
parent | 68373c4eaa95bad2a043e8db531b19973c4d9326 (diff) |
network/efax: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/efax')
-rw-r--r-- | network/efax/README | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/network/efax/README b/network/efax/README index ee8fe6c3efe4..7505b7d1564a 100644 --- a/network/efax/README +++ b/network/efax/README @@ -1,24 +1,28 @@ efax is a small ANSI C/POSIX program that sends and receives faxes -using any fax modem (Class 1, 2 or 2.0).* +using any fax modem (Class 1, 2 or 2.0). [*] efax is smaller and easier to install than HylaFAX or mgetty+sendfax. -As one user put it "EFAX is a nice simple program for single user systems." +As one user put it "EFAX is a nice simple program for single user +systems." -The "fax" command, a shell script, lets you send, receive, view and print faxes. -In larger systems, faxes can be sent by printing to a "fax" printer and received -faxes can be e-mailed as MIME attachments to an administrator for distribution. -efax can also pass incoming data calls to a getty program. +The "fax" command, a shell script, lets you send, receive, view and +print faxes. In larger systems, faxes can be sent by printing to a +"fax" printer and received faxes can be e-mailed as MIME attachments +to an administrator for distribution. efax can also pass incoming +data calls to a getty program. -The efax package includes "efix," a program to convert between various image file formats. -To fax Postscript files you will need Ghostscript. -To view faxes you can use any program tha displays PGM files. -efix can also convert received files to Postscript or HP Laserjet formats for printing. +The efax package includes "efix," a program to convert between +various image file formats. To fax Postscript files you will need +Ghostscript. To view faxes you can use any program tha displays +PGM files. efix can also convert received files to Postscript or HP +Laserjet formats for printing. This program has only a command-line interface. If you need a GUI-based fax solution, install efax-gtk instead. -*Any hardware-based fax modem, that is. If you have a "software modem," a so-called "Linmodem," -then you'll instead need to download the alpha version of efax and modify this SlackBuild script +[*] Any hardware-based fax modem, that is. If you have a "software +modem," a so-called "Linmodem," then you'll instead need to +download the alpha version of efax and modify this SlackBuild script accordingly. The alpha release can be found here: |