diff --git a/sites/werc.cat-v.org/docs/rc-template-lang.md b/sites/werc.cat-v.org/docs/rc-template-lang.md index 56d8209..4da7367 100644 --- a/sites/werc.cat-v.org/docs/rc-template-lang.md +++ b/sites/werc.cat-v.org/docs/rc-template-lang.md @@ -13,7 +13,7 @@ That is basically it! For further documentation on rc see: -* [The rc(1) man page for Plan 9](http://man.cat-v.org/plan_9/1/rc). +* [The rc(1) man page from Plan 9](http://man.cat-v.org/plan_9/1/rc). * [The rc shell paper by Tom Duff](http://rc.cat-v.org). @@ -27,8 +27,18 @@ Loops % echo '
  • '$i'
  • ' % } - -Is equivalent to: + +Can also be writen as: + + + +and is equivalent to: -and results in this output: +All three code examples result in this output: