diff options
author | wosch <wosch@FreeBSD.org> | 1996-12-02 20:03:58 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-12-02 20:03:58 +0000 |
commit | 32491cf461dc595de0f3e4143c93e9729846fecf (patch) | |
tree | c6ae540f132ac67a292ccdede91d35abb08d70e3 /lib/libc/sys/sigaction.2 | |
parent | 1fefcf3f952db15be627778a3bace442eb6d8a6c (diff) | |
download | FreeBSD-src-32491cf461dc595de0f3e4143c93e9729846fecf.zip FreeBSD-src-32491cf461dc595de0f3e4143c93e9729846fecf.tar.gz |
upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro
use ``is expected to conform to'' phrase, not ``conforms to''
Pointed out by: Bruce->NIST-PCTS
Diffstat (limited to 'lib/libc/sys/sigaction.2')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 03f5bc2..2f939cf 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -338,8 +338,8 @@ or .Sh STANDARDS The .Fn sigaction -function is defined by -.St -p1003.1-88 . +function call is expected to conform to +.St -p1003.1-90 . The .Dv SA_ONSTACK and |