diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-23 22:24:39 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-23 22:24:39 +0000 |
| commit | e0e5145ce6dc9de9aa4d1ce7a36a8dcf06b96585 (patch) | |
| tree | c1d9699eaa2f8d24b20889d9f06566a42766622a /lib/libpthread | |
| parent | 1f05a9e73aceed609dc811f4d9dae1d4edb5da06 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/man/pthread_getspecific.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3 index 7df4de0422ab..b53841e0e76d 100644 --- a/lib/libpthread/man/pthread_getspecific.3 +++ b/lib/libpthread/man/pthread_getspecific.3 @@ -28,6 +28,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 .Os BSD 4 @@ -71,7 +73,7 @@ then the value NULL is returned. None. .Sh SEE ALSO .Xr pthread_key_create 3 , -.Xr pthread_key_delete 3 +.Xr pthread_key_delete 3 , .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_getspecific |
