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.
This commit is contained in:
Cary R 2009-11-03 15:57:20 -08:00 committed by Stephen Williams
parent c72ae1b3ea
commit 74634864cf
1 changed files with 5 additions and 5 deletions

View File

@ -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. command line. The value part of the token is optional.
.TP 8 .TP 8
.B +toupper-filename\fP .B +toupper-filename
This token causes file names after this in the command file to be This token causes file names after this in the command file to be
translated to uppercase. This helps with situations where a directory translated to uppercase. This helps with situations where a directory
has passed through a DOS machine, and in the process the file names has passed through a DOS machine, and in the process the file names
become munged. become munged.
.TP 8 .TP 8
.B +tolower-filename\fP .B +tolower-filename
This is similar to the \fB+toupper\-filename\fP hack described above. This is similar to the \fB+toupper\-filename\fP hack described above.
.TP 8 .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: The following macros are predefined by the compiler:
.TP 8 .TP 8
.B __ICARUS__ = 1\fP .B __ICARUS__ = 1
This is defined always when compiling with Icarus Verilog. This is always defined when compiling with Icarus Verilog.
.TP 8 .TP 8
.B __VAMS_ENABLE__ = 1\fp .B __VAMS_ENABLE__ = 1
This is defined if Verilog\-AMS is enabled. This is defined if Verilog\-AMS is enabled.
.SH EXAMPLES .SH EXAMPLES