Follow-up Comment #1, bug #42978 (project groff):
Had to use "verbatim" markup!
Package: groff
Version: 1.22.2
Severity: normal
Tags: upstream
Charmap: ISO-8859-1
The GNU tbl command changes the setting of the tabs and does not
restore them when finished.
Example
.TH TBS-TEST 1 "12-08-2014"
.LP
.TS
l l.
Line 1, first column second column
Line 2, first column second column
.TE
.EX
#!/bin/sh
case $#
1)
if something; then
this
else
the other thing
fi
;;
esac
.EE
Output from "man -l ..." is:
TBS-TEST(1) General Commands Manual
TBS-TEST(1)
Line 1, first column second column
Line 2, first column second column
#!/bin/sh
case $#
1)
if somthing; then
this
else
the other thing
fi
;;
esac
12-08-2014
TBS-TEST(1)
## End of man output
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42978>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
bug-groff mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-groff