Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 1998 11:03:35 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/7795: Error in gcc man page 
Message-ID:  <199809010903.LAA01939@shale.csir.co.za>

next in thread | raw e-mail | index | archive | help

>Number:         7795
>Category:       docs
>Synopsis:       Error in gcc man page
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  1 02:10:02 PDT 1998
>Last-Modified:
>Originator:     Jeremy Lea
>Organization:
Arb's inc.
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	3.0-CURRENT

>Description:

	Man page says to use -D_THREADSAFE instead of -D_THREAD_SAFE

>How-To-Repeat:

	man gcc

>Fix:
	
--- gcc.1.orig	Tue Sep  1 10:57:26 1998
+++ gcc.1	Tue Sep  1 10:57:46 1998
@@ -525,12 +525,12 @@
 .TP
 .BI "\-pthread"
 Link a user-threaded process against libc_r instead of libc. Objects linked
-into user-threaded processes should be compiled with -D_THREADSAFE.
+into user-threaded processes should be compiled with -D_THREAD_SAFE.
 .TP
 .BI "\-kthread"
 Link a kernel-threaded process against libpthread in addition to libc.
 Objects linked into kernel-threaded processes should be compiled with
--D_THREADSAFE.
+-D_THREAD_SAFE.
 .SH OVERALL OPTIONS
 .TP
 .BI "\-x " "language"

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809010903.LAA01939>