summaryrefslogtreecommitdiff
path: root/tmac
diff options
context:
space:
mode:
authoresr <esr>2012-08-08 22:47:19 +0000
committeresr <esr>2012-08-08 22:47:19 +0000
commit58e14873e30c340b390522dacff26804acaabc70 (patch)
treeb6b8751eaf2e097b9b1d76d433fcda5262abcfa2 /tmac
parent2ae2a5c56295fa4ad211eea1cd8415169a4c20ec (diff)
downloadgroff-58e14873e30c340b390522dacff26804acaabc70.tar.gz
In tables, eliminate spaces before tab stops. Set a tab width of 20 in Emacs.
Diffstat (limited to 'tmac')
-rw-r--r--tmac/groff_me.man13
1 files changed, 7 insertions, 6 deletions
diff --git a/tmac/groff_me.man b/tmac/groff_me.man
index 19abbadd..fa700971 100644
--- a/tmac/groff_me.man
+++ b/tmac/groff_me.man
@@ -49,13 +49,13 @@ this package, however, these requests may be used with
impunity after the first .pp:
.TS
l l.
-\&.bp begin new page
-\&.br break output line here
-\&.sp n insert n spacing lines
-\&.ls n (line spacing) n=1 single, n=2 double space
-\&.na no alignment of right margin
+\&.bp begin new page
+\&.br break output line here
+\&.sp n insert n spacing lines
+\&.ls n (line spacing) n=1 single, n=2 double space
+\&.na no alignment of right margin
\&.ce n center next n lines
-\&.ul n underline next n lines
+\&.ul n underline next n lines
.TE
.PP
Output of the
@@ -247,4 +247,5 @@ T}
.
.\" Local Variables:
.\" mode: nroff
+.\" tab-with: 20
.\" End: