From f2da39910a84dfa98e4c36776efe9d5d06a4f1d5 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 2 Oct 2025 17:37:39 -0700 Subject: [PATCH] doc/rdsrc.pl: fix output file comment Not at all important, but might as well be consistent... Signed-off-by: H. Peter Anvin (Intel) --- doc/rdsrc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rdsrc.pl b/doc/rdsrc.pl index 4806936b..ba18162e 100644 --- a/doc/rdsrc.pl +++ b/doc/rdsrc.pl @@ -177,7 +177,7 @@ if ($out_format eq 'txt') { print "$outfile: producing text output...\n"; &write_txt; } elsif ($out_format eq 'html') { - $outfile = 'nasmdoc0.html'; + $outfile = 'nasm00.html'; print "$outfile: producing HTML output...\n"; &write_html; } elsif ($out_format eq 'dip') {