From a5547dcb74c2b097353aa63ec8f0d2e4dff6dbde Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 2 Aug 2009 14:16:07 -0700 Subject: [PATCH] doc: \ needs to be repeated except in \c-line context; daily snapshots Fix case where \\ needs to be written as \\\\ in order to appear as a double backslash. Also add mention of release candidates and snapshots. Signed-off-by: H. Peter Anvin --- doc/nasmdoc.src | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index ac49561..2d50afa 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -373,16 +373,18 @@ NASM has a \i{website} at \W{http://www.nasm.us/}\c{http://www.nasm.us/}. If it's not there, google for us! -\i{New releases} of NASM are available from the official web site. +\i{New releases}, \i{release candidates}, and \I{snapshots, daily +development}\i{daily development snapshots} of NASM are available from +the official web site. Announcements are posted to \W{news:comp.lang.asm.x86}\i\c{comp.lang.asm.x86}, and to the web site \W{http://www.freshmeat.net/}\c{http://www.freshmeat.net/}. -If you want information about NASM beta releases, and the current -development status, please subscribe to the \i\c{nasm-devel} email -list; see link from the website. +If you want information about the current development status, please +subscribe to the \i\c{nasm-devel} email list; see link from the +website. \H{install} Installation @@ -2302,7 +2304,7 @@ Similarly: \c %strcat beta '"foo"\', "'bar'" -... would assign the value \c{`"foo"\\'bar'`} to \c{beta}. +... would assign the value \c{`"foo"\\\\'bar'`} to \c{beta}. The use of commas to separate strings is permitted but optional. -- 2.7.4