diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-26 15:16:43 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-26 15:16:43 +0000 |
commit | 096841eceb6f1e33621f6688cd52239f87d99c31 (patch) | |
tree | 074bb1bce3d9a9fbaaf7ced4a1683d6e5a256e9b /share/man/man3/pthread_cond_broadcast.3 | |
parent | 589a5e341f2fb2700816e0a54ce169a00175be21 (diff) |
Use ``.St -p1003.1-96''.
Notes
Notes:
svn path=/head/; revision=73093
Diffstat (limited to 'share/man/man3/pthread_cond_broadcast.3')
-rw-r--r-- | share/man/man3/pthread_cond_broadcast.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man3/pthread_cond_broadcast.3 b/share/man/man3/pthread_cond_broadcast.3 index c380ecebbb62..47d0bb44eb28 100644 --- a/share/man/man3/pthread_cond_broadcast.3 +++ b/share/man/man3/pthread_cond_broadcast.3 @@ -67,6 +67,5 @@ is invalid. .Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_broadcast -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1 Second Edition 1996-07-12. +conforms to +.St -p1003.1-96 . |