Make hyphens into minus signs.

This commit is contained in:
Michael Kerrisk 2007-05-01 07:57:14 +00:00
parent 35f0f2f954
commit 32875790e8
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ mbind \- Set memory policy for a memory range
.BI " unsigned long *" nodemask ", unsigned long " maxnode ,
.BI " unsigned " flags );
.sp
.BI "cc ... -lnuma"
.BI "cc ... \-lnuma"
.fi
.SH DESCRIPTION
.BR mbind ()

View File

@ -44,7 +44,7 @@ header file.
In order to be effective, a feature test macro
.IR "must be defined before including any header files" .
This can either be done in the compilation command
.RI ( "cc -DMACRO=value" )
.RI ( "cc \-DMACRO=value" )
or by defining the macro within the source code before
including any headers.