diff options
Diffstat (limited to 'lib/libc/string/strsignal.3')
-rw-r--r-- | lib/libc/string/strsignal.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/string/strsignal.3 b/lib/libc/string/strsignal.3 index 839402dcb1c..1f9cfc7ef51 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.5 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: strsignal.3,v 1.6 2011/07/25 00:38:53 schwarze Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 25 2011 $ .Dt STRSIGNAL 3 .Os .Sh NAME @@ -54,3 +54,10 @@ overwritten by subsequent calls to .Xr intro 2 , .Xr psignal 3 , .Xr setlocale 3 +.Sh HISTORY +The +.Fn strsignal +function first appeared in +.At V.4 +and was reimplemented for +.Nx 1.0 . |