diff options
author | wosch <wosch@FreeBSD.org> | 1996-09-21 15:08:10 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-09-21 15:08:10 +0000 |
commit | d3f8d45ce478df8d8f836156fe97a65bbda980ea (patch) | |
tree | 9eeee7df12f31bfad3236f5c9d29f20bec8fa3e4 /lib/libpthread/man | |
parent | 9bcb122232e4319fd67ee59c7cd43611d5e2fc60 (diff) | |
download | FreeBSD-src-d3f8d45ce478df8d8f836156fe97a65bbda980ea.zip FreeBSD-src-d3f8d45ce478df8d8f836156fe97a65bbda980ea.tar.gz |
fix .Xr macro
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/pthread_exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index 2b0799e..99b5b1f 100644 --- a/lib/libpthread/man/pthread_exit.3 +++ b/lib/libpthread/man/pthread_exit.3 @@ -90,7 +90,7 @@ None. .Sh SEE ALSO .Xr pthread_create 3 , .Xr pthread_join 3 , -.Xr exit 2, +.Xr exit 2 , .Xr _exit 2 .Sh STANDARDS .Fn pthread_exit |