diff options
author | slakmagik <jsunSYMBOL1freeshellSYMBOL2org> | 2010-05-13 00:59:29 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:59:29 +0200 |
commit | 2f5dc57999e3794f9b4d41a27e5673d287e0c45d (patch) | |
tree | 9af1a9a675800b72b7448b69bca6b202efdfee66 /misc/par/README | |
parent | fd43ae99e22a223602e5fa8e9932f005900fe965 (diff) | |
download | slackbuilds-2f5dc57999e3794f9b4d41a27e5673d287e0c45d.tar.gz |
misc/par: Added to 13.0 repository
Diffstat (limited to 'misc/par/README')
-rw-r--r-- | misc/par/README | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/misc/par/README b/misc/par/README new file mode 100644 index 0000000000..a0488a9367 --- /dev/null +++ b/misc/par/README @@ -0,0 +1,43 @@ +par is a paragraph reformatter, vaguely similar to fmt, but better. + +For example, the command "par 44gqr", given the input: + + John Q. Public writes: + > Jane Doe writes: + > > + > > May I remind people that this newsgroup + > > is for posting binaries only. Please keep + > > all discussion in .d where it belongs. + > Who appointed you net.god? + > I'll discuss things here if I feel like it. + Could you two please take this to e-mail? + + ********************************************** + ** Main's Law: For every action there is an ** + ** equal and opposite government program. ** + ********************************************** + +Would produce the output: + + John Q. Public writes: + + > Jane Doe writes: + > + > > May I remind people that this + > > newsgroup is for posting + > > binaries only. Please keep + > > all discussion in .d where it + > > belongs. + > + > Who appointed you net.god? I'll + > discuss things here if I feel like + > it. + + Could you two please take this to + e-mail? + + ************************************ + ** Main's Law: For every action ** + ** there is an equal and opposite ** + ** government program. ** + ************************************ |