diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index da9ad6d3f..72f128f2a 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -312,7 +312,7 @@ lesson.pdf /var/run/sntp.log -

If that directory traversal is taking a long time, you can control-C out of it. +

If that directory traversal is taking a long time, you can Control-C out of it.

Pipes and Redirections

@@ -500,7 +500,7 @@ You can iterate over a list (or a slice) with a for loop: > for val in $PATH echo "entry: $val" end -entry: usr/bin/ +entry: /usr/bin/ entry: /bin entry: /usr/sbin entry: /sbin