From: nasm-bot f. H. P. A. <hp...@zy...> - 2014-05-22 04:39:26
|
Commit-ID: a58603e2f7a73a2c147785fcaad80a6b9715583a Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=a58603e2f7a73a2c147785fcaad80a6b9715583a Author: H. Peter Anvin <hp...@zy...> AuthorDate: Wed, 21 May 2014 21:35:32 -0700 Committer: H. Peter Anvin <hp...@zy...> CommitDate: Wed, 21 May 2014 21:35:32 -0700 doc: Make it clear that --v is only in 2.11.05 and newer ... otherwise people might think it is preferred and use it unnecessarily. Signed-off-by: H. Peter Anvin <hp...@zy...> --- doc/nasmdoc.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 3025091..f1ca114 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -1,6 +1,6 @@ \# -------------------------------------------------------------------------- \# -\# Copyright 1996-2013 The NASM Authors - All Rights Reserved +\# Copyright 1996-2014 The NASM Authors - All Rights Reserved \# See the file AUTHORS included with the NASM distribution for \# the specific copyright holders. \# @@ -985,7 +985,7 @@ and the date on which it was compiled. You will need the version number if you report a bug. For command-line compatibility with Yasm, the form \i\c{--v} is also -accepted for this option. +accepted for this option starting in NASM version 2.11.05. \S{opt-y} The \i\c{-y} Option: Display Available Debug Info Formats |