diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-10 13:41:46 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-10 13:41:46 +0000 |
commit | a307d598387eeb7d775332066d996ab0dadf7e5f (patch) | |
tree | 7527ff4999f5a053919cc7b9572e06aa34a3ba7c /lib/libpthread/man/pthread_create.3 | |
parent | 9fe48c6e8d0e0133351770178246b4f76ae6a5d9 (diff) |
mdoc(7) police: removed HISTORY info from the .Os call.
Notes
Notes:
svn path=/head/; revision=79531
Diffstat (limited to 'lib/libpthread/man/pthread_create.3')
-rw-r--r-- | lib/libpthread/man/pthread_create.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 2dae2a1f657e..5f2d24ce8ed3 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/pthread_create.3 @@ -32,7 +32,7 @@ .\" .Dd April 4, 1996 .Dt PTHREAD_CREATE 3 -.Os BSD 4 +.Os .Sh NAME .Nm pthread_create .Nd create a new thread |