projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d0c66
)
Standardize example indentation to 4 spaces in doc/tutorial.txt
author
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 21:48:39 +0000
(17:48 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 21:48:39 +0000
(17:48 -0400)
doc/tutorial.txt
patch
|
blob
|
history
diff --git
a/doc/tutorial.txt
b/doc/tutorial.txt
index c36b4f69d4317d12da1a9095265c2bea7872c767..0d0553bca78fd4ba12cac7b6ab613b854814bb32 100644
(file)
--- a/
doc/tutorial.txt
+++ b/
doc/tutorial.txt
@@
-101,8
+101,8
@@
You then can `cd` (change directory) to the directory::
Type `pwd` (print working directory) to check the directory is correct.::
-
hooke> pwd
-
c:\curves
+ hooke> pwd
+ c:\curves
You can list the files in the directory using `ls` or `dir` (they’re
synonyms).::