diff options
author | ru <ru@FreeBSD.org> | 2001-02-26 14:48:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-26 14:48:38 +0000 |
commit | ec147c6b0dc5fff40d4e3ffdb1898bb56493372d (patch) | |
tree | 8a12e296bb93a8a632d22c31d3a213955b609486 /lib/libpthread | |
parent | 9a56ee4b1049d66a62cd4178495a4f9dae720b9f (diff) | |
download | FreeBSD-src-ec147c6b0dc5fff40d4e3ffdb1898bb56493372d.zip FreeBSD-src-ec147c6b0dc5fff40d4e3ffdb1898bb56493372d.tar.gz |
/^\.St/ s/-iso9945-1/-p1003.1-96/
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_attr.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_condattr.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_kill.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_mutexattr.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_sigmask.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libpthread/man/pthread_attr.3 b/lib/libpthread/man/pthread_attr.3 index 18740e8..c34df1e 100644 --- a/lib/libpthread/man/pthread_attr.3 +++ b/lib/libpthread/man/pthread_attr.3 @@ -198,7 +198,7 @@ Invalid or unsupported value for and .Fn pthread_attr_getdetachstate conform to -.St -iso9945-1 +.St -p1003.1-96 .Pp .Fn pthread_attr_setinheritsched , .Fn pthread_attr_getinheritsched , diff --git a/lib/libpthread/man/pthread_condattr.3 b/lib/libpthread/man/pthread_condattr.3 index d17d59e..5b0200f 100644 --- a/lib/libpthread/man/pthread_condattr.3 +++ b/lib/libpthread/man/pthread_condattr.3 @@ -82,4 +82,4 @@ Invalid value for and .Fn pthread_condattr_destroy conform to -.St -iso9945-1 +.St -p1003.1-96 diff --git a/lib/libpthread/man/pthread_kill.3 b/lib/libpthread/man/pthread_kill.3 index 233c65b..b5bb859 100644 --- a/lib/libpthread/man/pthread_kill.3 +++ b/lib/libpthread/man/pthread_kill.3 @@ -72,4 +72,4 @@ is an invalid or unsupported signal number. .Sh STANDARDS .Fn pthread_kill conforms to -.St -iso9945-1 +.St -p1003.1-96 diff --git a/lib/libpthread/man/pthread_mutexattr.3 b/lib/libpthread/man/pthread_mutexattr.3 index dfbc279..ec79518 100644 --- a/lib/libpthread/man/pthread_mutexattr.3 +++ b/lib/libpthread/man/pthread_mutexattr.3 @@ -164,7 +164,7 @@ Invalid value for and .Fn pthread_mutexattr_destroy conform to -.St -iso9945-1 +.St -p1003.1-96 .Pp .Fn pthread_mutexattr_setprioceiling , .Fn pthread_mutexattr_getprioceiling , diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3 index 73aa69a..f588911 100644 --- a/lib/libpthread/man/pthread_sigmask.3 +++ b/lib/libpthread/man/pthread_sigmask.3 @@ -93,4 +93,4 @@ is not one of the defined values. .Sh STANDARDS .Fn pthread_sigmask conforms to -.St -iso9945-1 +.St -p1003.1-96 diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index 3852bd9..818a623 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -81,4 +81,4 @@ specifies one or more invalid signal numbers. .Sh STANDARDS .Fn sigwait conforms to -.St -iso9945-1 +.St -p1003.1-96 |