diff options
author | 2014-03-06 17:42:25 +0000 | |
---|---|---|
committer | 2014-03-06 17:42:25 +0000 | |
commit | 1d2e02bcec8e602784cb1a38cd6e32b20c817a48 (patch) | |
tree | 95f9887cacb28ecd4d191f80b20e8def6c7b3510 /lib/libpthread | |
parent | - for netbsd, accept 2014 dates (diff) | |
download | wireguard-openbsd-1d2e02bcec8e602784cb1a38cd6e32b20c817a48.tar.xz wireguard-openbsd-1d2e02bcec8e602784cb1a38cd6e32b20c817a48.zip |
sync with header;
From: Gabriel Linder
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_set_name_np.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_set_name_np.3 b/lib/libpthread/man/pthread_set_name_np.3 index 23578638ff8..cb92f49f791 100644 --- a/lib/libpthread/man/pthread_set_name_np.3 +++ b/lib/libpthread/man/pthread_set_name_np.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: pthread_set_name_np.3,v 1.5 2013/06/05 03:44:50 tedu Exp $ +.\" $OpenBSD: pthread_set_name_np.3,v 1.6 2014/03/06 17:42:25 jmc Exp $ .\" David Leonard <d@openbsd.org>, 1999. Public domain. -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: March 6 2014 $ .Dt PTHREAD_SET_NAME_NP 3 .Os .Sh NAME @@ -10,7 +10,7 @@ .In pthread.h .In pthread_np.h .Ft void -.Fn pthread_set_name_np "pthread_t thread" "char *name" +.Fn pthread_set_name_np "pthread_t thread" "const char *name" .Sh DESCRIPTION The .Fn pthread_set_name_np |