summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-03-26 05:06:36 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-03-26 05:06:36 +0000
commit7868b1a62ad39844501284ed8f35d2841048afb8 (patch)
tree845a0d1b6604034b8d9f57d71d828cc388b9bb3f
parentb94f27eea394cdda668fa506c05f9cdd1ce4cf3b (diff)
strsignal() was standardized in POSIX-2008
ok millert@
-rw-r--r--lib/libc/string/strsignal.39
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