From 174d09b2e3be099d2cb47268b0885dc805917737 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 25 Jun 2005 03:25:31 +0000 Subject: [PATCH] Emphasize backquotes. Put class bin dir at beginning of path. --- doc/intro.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/intro.texi b/doc/intro.texi index e1eefab..40ef81b 100644 --- a/doc/intro.texi +++ b/doc/intro.texi @@ -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. -- 2.30.2