bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #42978] tbl does not restore the tab settings


From: Bjarni Ingi Gislason
Subject: [bug #42978] tbl does not restore the tab settings
Date: Wed, 13 Aug 2014 19:33:22 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]