From 8144283b0d517f07d52297fb37d53c4c3c3cc4b8 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 13 Dec 2009 17:31:40 -0800 Subject: [PATCH] Fix out of bounds select warning text in man page. --- driver/iverilog.man.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/iverilog.man.in b/driver/iverilog.man.in index 96cc7949e..cc12b6c9b 100644 --- a/driver/iverilog.man.in +++ b/driver/iverilog.man.in @@ -294,8 +294,8 @@ will generate a warning. .TP 8 .B select-range This enables warnings for constant out of bound selects. This includes -partial or fully out of bound selects as well as a select using 'bx as -an index. +partial or fully out of bound selects as well as a select containing +a 'bx or 'bz in the index. .TP 8 .B timescale