Commit Diff


commit - 3e8b34ba260ecb0048222375132a6998b2a8d2cc
commit + 85ed8715a24134c06d665fedb9370fb9da05ab14
blob - 5b286fbc62df91dfd76bf8f751fd3591c532b925
blob + d597d0f8b8f0cf42f990ff9e52f6984d86b56b0f
--- template/template.7
+++ template/template.7
@@ -99,7 +99,7 @@ can be provided zero or more times,
 .Ic else
 only zero or one time and always for last.
 .It Cm {{ Ic for Ar ... ; Ar ... ; Ar ... Cm  }} Ar ... Cm {{ Ic end Cm }}
-Looping construct similar to the C loop.
+Looping construct similar to the C for loop.
 .It Cm {{ Ic tailq-foreach Ar var head fieldname Cm }} Ar .. Cm {{ Ic end Cm }}
 Looping construct similar to the queue.h macro TAILQ_FOREACH.
 .It Cm {{ Ic while Ar ... Cm  }} Ar ... Cm {{ Ic end Cm }}