summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-08-14 08:05:46 +0000
committerchris <chris@FreeBSD.org>1999-08-14 08:05:46 +0000
commite4023cb6fa8446c258d42f2d659959254334a0eb (patch)
tree976b2748b4807e0a39632883a65add9d0a950032 /lib/libpthread/man
parentc3d00b39acf3caf181e05dd337ea9e2570eb35c7 (diff)
downloadFreeBSD-src-e4023cb6fa8446c258d42f2d659959254334a0eb.zip
FreeBSD-src-e4023cb6fa8446c258d42f2d659959254334a0eb.tar.gz
Bad reference exit(2) changed to exit(3)
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_exit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3
index d28369a..4fbf4a6 100644
--- a/lib/libpthread/man/pthread_exit.3
+++ b/lib/libpthread/man/pthread_exit.3
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pthread_exit.3,v 1.5 1999/07/12 20:49:07 nik Exp $
.\"
.Dd April 4, 1996
.Dt PTHREAD_EXIT 3
@@ -91,7 +91,7 @@ None.
.Pp
.Sh SEE ALSO
.Xr _exit 2 ,
-.Xr exit 2 ,
+.Xr exit 3 ,
.Xr pthread_create 3 ,
.Xr pthread_join 3
.Sh STANDARDS
OpenPOWER on IntegriCloud