diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-26 14:48:38 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-26 14:48:38 +0000 |
commit | 589a5e341f2fb2700816e0a54ce169a00175be21 (patch) | |
tree | 2cab1db309bbf29106bdaf736c970cab1303d5b3 /lib | |
parent | dbd205544b692adb4bf15f53f8e41fa2b503a28d (diff) |
/^\.St/ s/-iso9945-1/-p1003.1-96/
Notes
Notes:
svn path=/head/; revision=73092
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/getlogin.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigwait.2 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_attr.3 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_condattr.3 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_kill.3 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_mutexattr.3 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_sigmask.3 | 2 | ||||
-rw-r--r-- | lib/libc_r/man/sigwait.3 | 2 | ||||
-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 |
15 files changed, 17 insertions, 17 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 326a2c1dba91..989db255f54e 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -290,7 +290,7 @@ and functions conform to .St -isoC , and conform to -.St -p1003.1 +.St -p1003.1-96 provided the selected local timezone does not contain a leap-second table (see .Xr zic 8 ) . @@ -302,7 +302,7 @@ The and .Fn localtime_r functions are expected to conform to -.St -iso9945-1 +.St -p1003.1-96 (again provided the selected local timezone does not contain a leap-second table). .Pp diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2 index 4015da5b70d2..c52bb2e2e1e1 100644 --- a/lib/libc/sys/getlogin.2 +++ b/lib/libc/sys/getlogin.2 @@ -193,10 +193,10 @@ The return value of was changed from earlier versions of .Fx to be conformant with -.St -iso9945-1 . +.St -p1003.1-96 . .Sh STANDARDS .Fn getlogin and .Fn getlogin_r conform to -.St -iso9945-1 . +.St -p1003.1-96 . diff --git a/lib/libc/sys/sigwait.2 b/lib/libc/sys/sigwait.2 index 3852bd9e0ed5..818a6230492c 100644 --- a/lib/libc/sys/sigwait.2 +++ b/lib/libc/sys/sigwait.2 @@ -81,4 +81,4 @@ specifies one or more invalid signal numbers. .Sh STANDARDS .Fn sigwait conforms to -.St -iso9945-1 +.St -p1003.1-96 diff --git a/lib/libc_r/man/pthread_attr.3 b/lib/libc_r/man/pthread_attr.3 index 18740e87bdfa..c34df1ee42e1 100644 --- a/lib/libc_r/man/pthread_attr.3 +++ b/lib/libc_r/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/libc_r/man/pthread_condattr.3 b/lib/libc_r/man/pthread_condattr.3 index d17d59ece244..5b0200fdcba4 100644 --- a/lib/libc_r/man/pthread_condattr.3 +++ b/lib/libc_r/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/libc_r/man/pthread_kill.3 b/lib/libc_r/man/pthread_kill.3 index 233c65b51365..b5bb859a34ca 100644 --- a/lib/libc_r/man/pthread_kill.3 +++ b/lib/libc_r/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/libc_r/man/pthread_mutexattr.3 b/lib/libc_r/man/pthread_mutexattr.3 index dfbc2797d2b0..ec79518a23d6 100644 --- a/lib/libc_r/man/pthread_mutexattr.3 +++ b/lib/libc_r/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/libc_r/man/pthread_sigmask.3 b/lib/libc_r/man/pthread_sigmask.3 index 73aa69a86564..f588911b57a8 100644 --- a/lib/libc_r/man/pthread_sigmask.3 +++ b/lib/libc_r/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/libc_r/man/sigwait.3 b/lib/libc_r/man/sigwait.3 index 3852bd9e0ed5..818a6230492c 100644 --- a/lib/libc_r/man/sigwait.3 +++ b/lib/libc_r/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 diff --git a/lib/libpthread/man/pthread_attr.3 b/lib/libpthread/man/pthread_attr.3 index 18740e87bdfa..c34df1ee42e1 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 d17d59ece244..5b0200fdcba4 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 233c65b51365..b5bb859a34ca 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 dfbc2797d2b0..ec79518a23d6 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 73aa69a86564..f588911b57a8 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 3852bd9e0ed5..818a6230492c 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 |