From f83781db62f2b7b32d111c456b76fca09bfd6854 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 15 Jun 2008 21:20:45 -0700 Subject: [PATCH] doc: add missing period. Conflicts: --- doc/nasmdoc.src | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index fb88b7e8..4601e56c 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -577,14 +577,14 @@ into the output file, to be used by a debugger (or \e{will} be). Use of this switch does \e{not} enable output of the selected debug info format. Use \c{-g}, see \k{opt-g}, to enable output. -A complete list of the available debug file formats for an output format -can be seen by issuing the command \i\c{nasm -f -y}. (As of 2.00, -only "-f elf32", "-f elf64", "-f ieee", and "-f obj" provide debug information.) +A complete list of the available debug file formats for an output +format can be seen by issuing the command \i\c{nasm -f +-y}. Not all output formats currently support debugging output. See \k{opt-y}. -This should not be confused with the "-f dbg" output format option which +This should not be confused with the \c{-f dbg} output format option which is not built into NASM by default. For information on how -to enable it when building from the sources, see \k{dbgfmt} +to enable it when building from the sources, see \k{dbgfmt}. \S{opt-g} The \i\c{-g} Option: Enabling \i{Debug Information}. -- 2.11.4.GIT