diff options
author | 2012-03-26 05:06:35 +0000 | |
---|---|---|
committer | 2012-03-26 05:06:35 +0000 | |
commit | f365a7be868c84139f2e04ea1d45dda3e7ec82fe (patch) | |
tree | 89e29eb6bc9481d130687a4c924e83c151f7e6dc /lib/libc/string/strsignal.3 | |
parent | clear junk in p_comm before copying shorter names into it (diff) | |
download | wireguard-openbsd-f365a7be868c84139f2e04ea1d45dda3e7ec82fe.tar.xz wireguard-openbsd-f365a7be868c84139f2e04ea1d45dda3e7ec82fe.zip |
strsignal() was standardized in POSIX-2008
ok millert@
Diffstat (limited to 'lib/libc/string/strsignal.3')
-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 |