diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-11-01 07:15:39 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-11-01 07:23:49 +0100 |
commit | 1f9cf5cb9419d958beb6e6d3cb4fe520e1ef3a1c (patch) | |
tree | 2178770a96337bf05ccdc922cb3f3f160cb639a1 /doc/sciteco.7.template | |
parent | 9f6cba5c0370aee2f9803abbc35ab7e67f57ee84 (diff) | |
download | sciteco-1f9cf5cb9419d958beb6e6d3cb4fe520e1ef3a1c.tar.gz |
sciteco(7) man page: revised subsection naming in FLOW CONTROL section
* uses the same cases as all the other subsections now
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r-- | doc/sciteco.7.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 9bf0cc0..aa7ae81 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -1710,7 +1710,7 @@ Also \*(ST caches program counters in tables and dedicated stacks so that flow-control statements are generally faster than in classic TECOs. . -.SS GOTOS AND LABELS +.SS Gotos and Labels . The most basic flow control command in \*(ST is the Go-to command. Since it is really an ordinary command, exceptional only in setting @@ -1734,7 +1734,7 @@ is jumped to has not been defined. Labels also have another important role in \*(ST \(em they are used as comments. . -.SS LOOPS +.SS Loops . Gotos may be used for looping, but \*(ST also supports a dedicated structured looping construct. @@ -1800,7 +1800,7 @@ Furthermore there are a number of flow control commands that may be used in loops like \fBF<\fP and \fBF>\fP. They are described in the reference section of this manual. . -.SS CONDITIONALS +.SS Conditionals . Last but not least, \*(ST supports so called conditionals. They correspond to structured IF-THEN-ELSE statements |