summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-11-05 03:54:11 +0000
committersteve <steve@FreeBSD.org>1997-11-05 03:54:11 +0000
commit376460ca5fb1c8e22eade0556ac8d05eab91ef59 (patch)
tree8e3a86ccf2f53bc86ab62f4201e91760426ad31f
parente0b506942b642fc174dbe02e36a983a867e6710c (diff)
downloadFreeBSD-src-376460ca5fb1c8e22eade0556ac8d05eab91ef59.zip
FreeBSD-src-376460ca5fb1c8e22eade0556ac8d05eab91ef59.tar.gz
Update the man page to reflect that libc_r is built as part
of make world unless the '-DNOLIBC_R' option is given to make(1). PR: 4710 Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
-rw-r--r--share/man/man3/pthread.324
1 files changed, 4 insertions, 20 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index 579eaa8..7341c33 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pthread.3,v 1.2 1997/03/07 03:27:53 jmg Exp $
.\"
.Dd April 4, 1996
.Dt PTHREAD 3
@@ -178,26 +178,10 @@ for threaded applications.
.Pp
By default,
.Fa libc_r
-is not built as part of a 'make world'. To build and install it, type:
-.Bl -item -offset indent
-.It
-cd /usr/src/lib/libc_r
-.It
-make depend && make all && make install
-.El
-.Pp
-This assumes you have a full source tree below /usr/src and that you have at
-least installed the header files in the way that 'make world' does.
-.Pp
-If you wish to install
+is built as part of a 'make world'. To disable the build of
.Fa libc_r
-as part of 'make world', type:
-.Bl -item -offset indent
-.It
-cd /usr/src
-.It
-make -DWANT_LIBC_R world
-.El
+you must supply the '-DNOLIBC_R' option to
+.Xr make 1 .
.Sh STANDARDS
The functions in
.Fa libc_r
OpenPOWER on IntegriCloud