diff options
author | 2012-09-25 19:54:02 +0000 | |
---|---|---|
committer | 2012-09-25 19:54:02 +0000 | |
commit | 0fca2728591d9db9562f2dc203e93771ad41545c (patch) | |
tree | 76825ec8b90dfa18c2a2f83fee04bffcb6c1b383 | |
parent | Remove mentioning of the -pthread flag. (diff) | |
download | wireguard-openbsd-0fca2728591d9db9562f2dc203e93771ad41545c.tar.xz wireguard-openbsd-0fca2728591d9db9562f2dc203e93771ad41545c.zip |
Update the libpthread section.
ok matthew@ sthen@
-rw-r--r-- | share/man/man3/intro.3 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index ecb62c3d6df..e2e9fe23d46 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.52 2012/09/07 05:50:58 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.53 2012/09/25 19:54:02 brad Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 7 2012 $ +.Dd $Mdocdate: September 25 2012 $ .Dt INTRO 3 .Os .Sh NAME @@ -331,16 +331,11 @@ See Support routines for .Xr perl 1 . .Pp -.It libpthread Pq Fl pthread +.It libpthread Pq Fl lpthread .St -p1003.1-2001 -threads API and thread scheduler. -Threaded applications should use -.Fl pthread -not -.Fl lpthread . +threads API. See .Xr pthreads 3 . -Note: users do not normally have to explicitly link with this library. .Pp .It libreadline Pq Fl lreadline Command line editing interface. |