Re: ksh.1: simplify SYNOPSIS a bit

2015-12-25 Thread Jason McIntyre
On Fri, Dec 25, 2015 at 01:23:06PM -0500, Michael Reed wrote: > Literal pipe characters are easier to read and there isn't any > difference in the output for mandoc(1) -Thtml and -Tutf8. > > \*(Ba is still used elsewhere in ksh.1, although I didn't touch > those as I'm unsure if this change is eve

ksh.1: simplify SYNOPSIS a bit

2015-12-25 Thread Michael Reed
Literal pipe characters are easier to read and there isn't any difference in the output for mandoc(1) -Thtml and -Tutf8. \*(Ba is still used elsewhere in ksh.1, although I didn't touch those as I'm unsure if this change is even wanted. Index: ksh.1 ===