I am using the program groff to format text. groff is hyphenating words and breaking them onto multiple lines. I would not like it to do that.
The manual outlines methods for disabling hyphenation. However, I can't figure out how to invoke .hn at the command line. Is there a way to pass command line flags to groff to disable hyphenation?
Thanks, Kevin
For what it's worth, the hyphenation difference was appearing because my colleague was using groff version 1.22.3 and I was using groff 1.22.4. 1.22.3 does not use as aggressive hyphenation.
I suspect that there is no way to control hyphenation at the command line.