diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-03-26 05:06:36 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-03-26 05:06:36 +0000 |
commit | 7868b1a62ad39844501284ed8f35d2841048afb8 (patch) | |
tree | 845a0d1b6604034b8d9f57d71d828cc388b9bb3f /lib | |
parent | b94f27eea394cdda668fa506c05f9cdd1ce4cf3b (diff) |
strsignal() was standardized in POSIX-2008
ok millert@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/strsignal.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/string/strsignal.3 b/lib/libc/string/strsignal.3 index 1f9cfc7ef51..7128d811fd5 100644 --- a/lib/libc/string/strsignal.3 +++ b/lib/libc/string/strsignal.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strsignal.3,v 1.6 2011/07/25 00:38:53 schwarze Exp $ +.\" $OpenBSD: strsignal.3,v 1.7 2012/03/26 05:06:35 guenther Exp $ .\" -.Dd $Mdocdate: July 25 2011 $ +.Dd $Mdocdate: March 26 2012 $ .Dt STRSIGNAL 3 .Os .Sh NAME @@ -54,6 +54,11 @@ overwritten by subsequent calls to .Xr intro 2 , .Xr psignal 3 , .Xr setlocale 3 +.Sh STANDARDS +The +.Fn strsignal +function conforms to +.St -p1003.1-2008 . .Sh HISTORY The .Fn strsignal |