diff options
| author | Chris Costello <chris@FreeBSD.org> | 1999-08-14 08:05:46 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 1999-08-14 08:05:46 +0000 |
| commit | f815187c415a4fc74d0f5a9d918971bf6444c952 (patch) | |
| tree | 14b531535749f8f6a558f345568ff849cadb2e65 /lib/libpthread | |
| parent | ab9120cd42c7685da912bc52a7fdfb0ca377dd00 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/man/pthread_exit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index d28369a3b5ac..4fbf4a64611a 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 |
