diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-01 07:57:14 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-01 07:57:14 +0000 |
| commit | 32875790e87fb8cd2359eb0731eb2f3959e5dedb (patch) | |
| tree | c5100450daa3fc774e01a9298a7657ca84d0aa10 | |
| parent | 35f0f2f954cacee49cad0f247af1034651da5eea (diff) | |
| download | man-pages-32875790e87fb8cd2359eb0731eb2f3959e5dedb.tar.gz | |
Make hyphens into minus signs.
| -rw-r--r-- | man2/mbind.2 | 2 | ||||
| -rw-r--r-- | man7/feature_test_macros.7 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/mbind.2 b/man2/mbind.2 index 3e309ebd63..b58f22d41c 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -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 () diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 85efdcb5d5..15e0d79e26 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -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. |
