diff options
author | 2003-02-20 18:59:12 +0000 | |
---|---|---|
committer | 2003-02-20 18:59:12 +0000 | |
commit | 084a1742edbdaa4f3cec41bf0d0370d80baad9c5 (patch) | |
tree | 53bf7307323d0f4255b849de7664cb195cc085d2 /lib/libpthread/man/pthread_attr_setstackaddr.3 | |
parent | knf (diff) | |
download | wireguard-openbsd-084a1742edbdaa4f3cec41bf0d0370d80baad9c5.tar.xz wireguard-openbsd-084a1742edbdaa4f3cec41bf0d0370d80baad9c5.zip |
copyrights added;
these are all David Leonard, and Public Domain
ok deraadt@
Diffstat (limited to 'lib/libpthread/man/pthread_attr_setstackaddr.3')
-rw-r--r-- | lib/libpthread/man/pthread_attr_setstackaddr.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3 index 7254e83cceb..8a179b48bfd 100644 --- a/lib/libpthread/man/pthread_attr_setstackaddr.3 +++ b/lib/libpthread/man/pthread_attr_setstackaddr.3 @@ -1,5 +1,8 @@ -.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.4 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.5 2003/02/20 18:59:12 jmc Exp $ .\" Manual page derived from TOG's UNIX98 documentation. +.\" +.\" David Leonard, 2000. Public Domain. +.\" .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETSTACKADDR 3 .Os |