X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c87ca5ccad142a07c63368e44b698992af17ad5c..ef0f97190a3a81a91c7564388c2782b0ff40d5fe:/docs/contrib/replaliases diff --git a/docs/contrib/replaliases b/docs/contrib/replaliases index 68e9443e..3951aefc 100644 --- a/docs/contrib/replaliases +++ b/docs/contrib/replaliases @@ -2,11 +2,13 @@ #### #### convenience functions for various repl(1) commands -#### If using par (see mhn.defaults), it really helps to have its -#### PARINIT environment variable set. If you really want it to be -#### null, either comment this out or set it to, e.g., ' '. +#### If using par (see mhn.defaults), it helps to have its PARINIT +#### environment variable set. If you really want it to be null, +#### either comment this out or set it to, e.g., ' '. +#### Removed "R" from PARINIT recommendation in par(1) man page so +#### that it doesn't consider words that are too long to be an error. if [ -z "$PARINIT" ]; then - PARINIT='rTbgqR B=.,?_A_a Q=_s>|' + PARINIT='rTbgq B=.,?_A_a Q=_s>|' export PARINIT fi @@ -21,3 +23,8 @@ rt() { repl -filter mhl.replywithoutbody -editor mhbuild \ -convertargs text/html '' -convertargs text/plain '' "$@" } + + +# Local Variables: +# mode: sh +# End: