groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/06: tbl(1): Re-order sections.


From: G. Branden Robinson
Subject: [groff] 01/06: tbl(1): Re-order sections.
Date: Tue, 31 Mar 2020 10:40:39 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 61107392cf1bc61480b55bec2ff806817831d586
Author: G. Branden Robinson <address@hidden>
AuthorDate: Tue Feb 18 00:36:31 2020 +1100

    tbl(1): Re-order sections.
    
    Relocate sections to be in more conventional order, in preparation for
    further edits.  No textual changes to the relocated material were made.
---
 src/preproc/tbl/tbl.1.man | 226 +++++++++++++++++++++++-----------------------
 1 file changed, 113 insertions(+), 113 deletions(-)

diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index db4b9ff..b110318 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -78,26 +78,6 @@ is given, the standard input is read.
 .
 .
 .\" ====================================================================
-.SH Options
-.\" ====================================================================
-.
-.TP
-.B \-C
-Enable compatibility mode to
-recognize
-.B .TS
-and
-.B .TE
-even when followed by a character other than space or newline.
-.
-Leader characters (\[rs]a) are handled as interpreted.
-.
-.TP
-.B \-v
-Display version information and exit.
-.
-.
-.\" ====================================================================
 .SH "Language Overview"
 .\" ====================================================================
 .
@@ -160,99 +140,6 @@ is an arbitrary character.
 .
 .
 .\" ====================================================================
-.SH "Simple Examples"
-.\" ====================================================================
-.
-A simple table definition follows.
-.RS
-.EX
-\&.TS
-c c c .
-This   is      centered
-Well,  this    also
-\&.TE
-.EE
-.RE
-.
-.
-By using
-.B c c
-.BR c ,
-each cell in the whole table will be centered.
-.
-The separating character is here the default
-.IR tab .
-.
-.
-.P
-The result is
-.RS
-.TS
-c c c .
-This   is      centered
-Well,  this    also
-.TE
-.RE
-.
-.
-.P
-This definition is identical to
-.RS
-.EX
-\&.TS
-tab(@);
-ccc.
-This@is@centered
-Well,@this@also
-\&.TE
-.EE
-.RE
-.
-Here, the separating tab character is changed to the letter
-.BR @ .
-.
-.
-.P
-Moreover a title can be added and the centering directions can be
-changed to many other formats:
-.RS
-.EX
-\&.TS
-tab(@);
-c s s
-l c n .
-Title
-left@centers@123
-another@number@75
-\&.TE
-.EE
-.RE
-.
-The result is
-.RS
-.TS
-tab(@);
-c s s
-l c n .
-Title
-left@centers@123
-another@number@75
-.TE
-.RE
-.
-Here
-.B l
-means
-.IR left\-justified ,
-and
-.B n
-means
-.IR numerical ,
-which is here
-.IR right\-justified .
-.
-.
-.\" ====================================================================
 .SH Usage
 .\" ====================================================================
 .
@@ -1103,6 +990,26 @@ therefore can't recognize the decimal point.
 .
 .
 .\" ====================================================================
+.SH Options
+.\" ====================================================================
+.
+.TP
+.B \-C
+Enable compatibility mode to
+recognize
+.B .TS
+and
+.B .TE
+even when followed by a character other than space or newline.
+.
+Leader characters (\[rs]a) are handled as interpreted.
+.
+.TP
+.B \-v
+Display version information and exit.
+.
+.
+.\" ====================================================================
 .SH Bugs
 .\" ====================================================================
 .
@@ -1218,6 +1125,99 @@ note that such columns usually don't work with TTY 
devices.
 .
 .
 .\" ====================================================================
+.SH "Simple Examples"
+.\" ====================================================================
+.
+A simple table definition follows.
+.RS
+.EX
+\&.TS
+c c c .
+This   is      centered
+Well,  this    also
+\&.TE
+.EE
+.RE
+.
+.
+By using
+.B c c
+.BR c ,
+each cell in the whole table will be centered.
+.
+The separating character is here the default
+.IR tab .
+.
+.
+.P
+The result is
+.RS
+.TS
+c c c .
+This   is      centered
+Well,  this    also
+.TE
+.RE
+.
+.
+.P
+This definition is identical to
+.RS
+.EX
+\&.TS
+tab(@);
+ccc.
+This@is@centered
+Well,@this@also
+\&.TE
+.EE
+.RE
+.
+Here, the separating tab character is changed to the letter
+.BR @ .
+.
+.
+.P
+Moreover a title can be added and the centering directions can be
+changed to many other formats:
+.RS
+.EX
+\&.TS
+tab(@);
+c s s
+l c n .
+Title
+left@centers@123
+another@number@75
+\&.TE
+.EE
+.RE
+.
+The result is
+.RS
+.TS
+tab(@);
+c s s
+l c n .
+Title
+left@centers@123
+another@number@75
+.TE
+.RE
+.
+Here
+.B l
+means
+.IR left\-justified ,
+and
+.B n
+means
+.IR numerical ,
+which is here
+.IR right\-justified .
+.
+.
+.\" ====================================================================
 .SH "See Also"
 .\" ====================================================================
 .



reply via email to

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