commit 9d1668acadbddc53c673e19d4213365e92b8dbee
parent 2325713c2f574aa08b5ad1bb91a3e4ee30b6b0b5
Author: Drazen Borkovic <borkovic@users.noreply.github.com>
Date: Sat, 26 Aug 2017 16:21:39 -0700
Add continue to man page
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/rc.1 b/rc.1
@@ -1662,6 +1662,17 @@ With no argument,
changes the current directory to
.Cr "$home" .
.TP
+.B continue
+Continues the innermost
+.Cr for
+or
+.Cr while
+loop,
+as in C.
+It is an error to invoke
+.B continue
+outside of a loop.
+.TP
\fBecho \fR[\fB\-n\fR] [\fB\-\|\-\fR] [\fIarg ...\fR]
Prints its arguments to standard output, terminated by a newline.
Arguments are separated by spaces.