summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-15 21:20:45 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-15 21:20:45 -0700
commitf83781db62f2b7b32d111c456b76fca09bfd6854 (patch)
tree03ec034f50799561717ce52b84655e376fa2fc71
parentcca25b8a13f107dec2e66396232c7b813822593e (diff)
downloadnasm-f83781db62f2b7b32d111c456b76fca09bfd6854.tar.gz
doc: add missing period.
Conflicts:
-rw-r--r--doc/nasmdoc.src10
1 files 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 <format> -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 <format>
+-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}.