From 1fd23400fde56c772c16d04bec2f3be4f83bda8b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 24 Sep 2007 13:44:02 -0700 Subject: [PATCH] nasmdoc: remove stray periods A title line doesn't end in a period. --- doc/nasmdoc.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 103f40f..d061505 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -512,7 +512,7 @@ form" (without the brackets). This can be used to list only sections of interest, avoiding excessively long listings. -\S{opt-M} The \i\c{-M} Option: Generate \i{Makefile Dependencies}. +\S{opt-M} The \i\c{-M} Option: Generate \i{Makefile Dependencies} This option can be used to generate makefile dependencies on stdout. This can be redirected to a file for further processing. For example: @@ -520,7 +520,7 @@ This can be redirected to a file for further processing. For example: \c NASM -M myfile.asm > myfile.dep -\S{opt-MG} The \i\c{-MG} Option: Generate \i{Makefile Dependencies}. +\S{opt-MG} The \i\c{-MG} Option: Generate \i{Makefile Dependencies} This option can be used to generate makefile dependencies on stdout. This differs from the \c{-M} option in that if a nonexisting file is -- 2.7.4