From 656919abadeb5a96c2594db38952c4073b401577 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 16 May 2019 13:35:16 +0000 Subject: More consistently put remarks about the less useful LC_* categoties, i.e. those other than LC_CTYPE, into the CAVEATS section, and standardize wording somewhat. OK jmc@ --- src/lib/libc/string/strsignal.3 | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/string/strsignal.3') diff --git a/src/lib/libc/string/strsignal.3 b/src/lib/libc/string/strsignal.3 index 3261f699d8..b46be893b5 100644 --- a/src/lib/libc/string/strsignal.3 +++ b/src/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.8 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strsignal.3,v 1.9 2019/05/16 13:35:16 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: May 16 2019 $ .Dt STRSIGNAL 3 .Os .Sh NAME @@ -44,8 +44,8 @@ .Sh DESCRIPTION The .Fn strsignal -function returns a pointer to the language-dependent string describing -a signal. +function returns a pointer to the string describing the signal +.Fa sig . .Pp The array pointed to is not to be modified by the program, but may be overwritten by subsequent calls to @@ -66,3 +66,13 @@ function first appeared in .At V.4 and was reimplemented for .Nx 1.0 . +.Sh CAVEATS +On systems other than +.Ox , +the +.Dv LC_MESSAGES +.Xr locale 1 +category can cause different strings to be returned instead of the +normal signal descriptions; see CAVEATS in +.Xr setlocale 3 +for details. -- cgit v1.2.3-55-g6feb