Emphasize backquotes.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 25 Jun 2005 03:25:31 +0000 (03:25 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 25 Jun 2005 03:25:31 +0000 (03:25 +0000)
Put class bin dir at beginning of path.

doc/intro.texi

index e1eefab50bbad3ac2217f8a5cc870bf80448bea0..40ef81b3921c61f095b3aabba926f699915a12ff 100644 (file)
@@ -60,10 +60,11 @@ with this command:@footnote{The term @samp{`uname -m`} expands to either
 @file{sun4u} or @file{i686} according to the type of computer you're
 logged into.}
 @example
-set path = ( $path /usr/class/cs140/`uname -m`/bin )
+set path = ( /usr/class/cs140/`uname -m`/bin $path )
 @end example
 @noindent
-(Notice that both @samp{`} are left single quotes or ``backticks.'')
+@strong{Notice that both @samp{`} are left single quotes or
+``backticks,'' not apostrophes (@samp{'}).}
 It is a good idea to add this line to the @file{.cshrc} file
 in your home directory.  Otherwise, you'll have to type it every time
 you log in.