From 74634864cf435cd1546cdc619ca67531526defa3 Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 3 Nov 2009 15:57:20 -0800 Subject: [PATCH] Fix some extra/invalid font switches in iverilog.man. Cleanup some unneeded \fP statements and remove the invalid and unneeded \fp statement. Slightly reword the __ICARUS__ definition. --- driver/iverilog.man | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/driver/iverilog.man b/driver/iverilog.man index 38bcedff5..22e2baa12 100644 --- a/driver/iverilog.man +++ b/driver/iverilog.man @@ -417,14 +417,14 @@ The \fB+define+\fP token is the same as the \fB\-D\fP option on the command line. The value part of the token is optional. .TP 8 -.B +toupper-filename\fP +.B +toupper-filename This token causes file names after this in the command file to be translated to uppercase. This helps with situations where a directory has passed through a DOS machine, and in the process the file names become munged. .TP 8 -.B +tolower-filename\fP +.B +tolower-filename This is similar to the \fB+toupper\-filename\fP hack described above. .TP 8 @@ -450,11 +450,11 @@ from preprocessor defines elsewhere in the file or the command line. The following macros are predefined by the compiler: .TP 8 -.B __ICARUS__ = 1\fP -This is defined always when compiling with Icarus Verilog. +.B __ICARUS__ = 1 +This is always defined when compiling with Icarus Verilog. .TP 8 -.B __VAMS_ENABLE__ = 1\fp +.B __VAMS_ENABLE__ = 1 This is defined if Verilog\-AMS is enabled. .SH EXAMPLES