From d20f45b949d194a3fc0c82933670f01983acf24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Wed, 8 Jan 2014 20:09:32 +0300 Subject: [PATCH] fix two minor typos in tutorial --- doc_src/tutorial.hdr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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