From 1f9cf5cb9419d958beb6e6d3cb4fe520e1ef3a1c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 1 Nov 2016 07:15:39 +0100 Subject: sciteco(7) man page: revised subsection naming in FLOW CONTROL section * uses the same cases as all the other subsections now --- doc/sciteco.7.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3