diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 21:13:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 21:13:10 +0000 |
commit | 76e7480783441f244936819623ce0b6fe5defca6 (patch) | |
tree | 43611f4943d1fe33d6688f223a83d4f9701d11a9 /lib/libc_r/man/pthread_exit.3 | |
parent | 29e5383f53d6c31513512511f4ef639c1140c6bc (diff) |
remove redundant .Pp macros
Diffstat (limited to 'lib/libc_r/man/pthread_exit.3')
-rw-r--r-- | lib/libc_r/man/pthread_exit.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_exit.3 b/lib/libc_r/man/pthread_exit.3 index d6393e0aa63..a6016203c97 100644 --- a/lib/libc_r/man/pthread_exit.3 +++ b/lib/libc_r/man/pthread_exit.3 @@ -79,14 +79,12 @@ The process will exit with an exit status of 0 after the last thread has been terminated. The behavior is as if the implementation called .Fn exit with a zero argument at thread termination time. -.Pp .Sh RETURN VALUES The .Fn pthread_exit function cannot return to its caller. .Sh ERRORS None. -.Pp .Sh SEE ALSO .Xr _exit 2 , .Xr exit 3 , |