aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-06-26 13:23:48 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-06-26 13:23:48 +0000
commit5b8dbfd4d01349b933932bca56fc6bc3217aca81 (patch)
tree7587f0eea6a7df6eba41e91ce3c8cc78795fd663 /man7
parent2f6b8245d12a3242ff4c9c013d4b561f1008b9a8 (diff)
downloadman-pages-5b8dbfd4d01349b933932bca56fc6bc3217aca81.tar.gz
ffixes
Diffstat (limited to 'man7')
-rw-r--r--man7/feature_test_macros.78
-rw-r--r--man7/man-pages.72
-rw-r--r--man7/mq_overview.74
-rw-r--r--man7/suffixes.74
4 files changed, 9 insertions, 9 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index ce4cf4ea71..fbb26021c5 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -93,8 +93,8 @@ compilation command:
.RS
.nf
-cc -D_BSD_SOURCE
-cc -D_XOPEN_SOURCE=500 # Or any value > 500
+cc \-D_BSD_SOURCE
+cc \-D_XOPEN_SOURCE=500 # Or any value > 500
.fi
.RE
.PP
@@ -277,7 +277,7 @@ Where standards conflict, BSD definitions are disfavored.
.B _REENTRANT
Defining this macro exposes definitions of certain reentrant functions.
For multithreaded programs, use
-.I "cc -pthread"
+.I "cc\ \-pthread"
instead.
.TP
.B _THREAD_SAFE
@@ -316,7 +316,7 @@ and
If
.B _FORTIFY_SOURCE
is set to 1, with compiler optimization level 1
-.RI ( "gcc -O1" )
+.RI ( "gcc\ \-O1" )
and above, checks that shouldn't change the behavior of
conforming programs are performed.
With
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index 0dd6c77b99..0115a253f3 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -502,7 +502,7 @@ library function calls.
.TP
*
Example programs should be complete, and compile without
-warnings when compiled with \fIcc -Wall\fP.
+warnings when compiled with \fIcc\ \-Wall\fP.
.TP
*
Where possible and appropriate, example programs should allow
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7
index 572b8080ac..313a7d749d 100644
--- a/man7/mq_overview.7
+++ b/man7/mq_overview.7
@@ -193,7 +193,7 @@ This file system can be mounted using the following commands:
.nf
$ mkdir /dev/mqueue
-$ mount -t mqueue none /dev/mqueue
+$ mount \-t mqueue none /dev/mqueue
.fi
.in
@@ -213,7 +213,7 @@ containing information about the queue:
$ ls /dev/mqueue/mymq
QSIZE:129 NOTIFY:2 SIGNO:0 NOTIFY_PID:8260
-$ mount -t mqueue none /dev/mqueue
+$ mount \-t mqueue none /dev/mqueue
.fi
.in
diff --git a/man7/suffixes.7 b/man7/suffixes.7
index 6f558f0ebc..f9ba98f3fc 100644
--- a/man7/suffixes.7
+++ b/man7/suffixes.7
@@ -87,9 +87,9 @@ Suffix File type
.bak backup file
.bash \fBbash\fP(1) shell script
.bb basic block list data produced by
- gcc -ftest-coverage
+ gcc \-ftest\-coverage
.bbg basic block graph data produced by
- gcc -ftest-coverage
+ gcc \-ftest\-coverage
.bbl BibTeX output
.bdf X font file
.bib TeX bibliographic database, BibTeX input