From: Jim Pryor Date: Mon, 23 Aug 2010 18:04:47 +0000 (-0400) Subject: escape underscores X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=86f5ce33301aa93677f8e191235368eb94015f5e;hp=cca31523e6092c3a0eaa3c547909f1c3280ce694 escape underscores Signed-off-by: Jim Pryor --- diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index fbfcf97d..090c14c5 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -50,7 +50,7 @@ systems. and we'll assume that those of you using different packaging systems will know how to make the relevant substitutions. You may also want to take note of the output of the "uname -srm" command. On my machine this tells me "Linux - 2.6.35-ARCH x86_64". That tells me I'm running the x86_64 (as opposed to the + 2.6.35-ARCH x86\_64". That tells me I'm running the x86\_64 (as opposed to the i686 or i386 or whatever) version of Linux, and that I'm running kernel version 2.6.35.