diff options
author | 1999-07-07 10:50:04 +0000 | |
---|---|---|
committer | 1999-07-07 10:50:04 +0000 | |
commit | 7f3168a29b6e53d1206c7a5ea2f46df581d49a76 (patch) | |
tree | 6061850677851fbd46945b0bbca49b48001c1182 /lib/libpthread/man/pthreads.3 | |
parent | Attempt to make photurisd limitations clearer. (diff) | |
download | wireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.tar.xz wireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.zip |
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
Diffstat (limited to 'lib/libpthread/man/pthreads.3')
-rw-r--r-- | lib/libpthread/man/pthreads.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3 index 3ad04b2c416..e6887d9166d 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,8 +1,8 @@ -.\" $OpenBSD: pthreads.3,v 1.4 1999/05/26 00:13:11 d Exp $ +.\" $OpenBSD: pthreads.3,v 1.5 1999/07/07 10:50:05 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 -.Os BSD 4 +.Os .Sh NAME .Nm pthreads .Nd POSIX 1003.1c thread interface |