diff options
Diffstat (limited to 'lib/libc/string/strxfrm.3')
-rw-r--r-- | lib/libc/string/strxfrm.3 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index 1a96c8512e7..dab3673f38a 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strxfrm.3,v 1.11 2017/09/05 03:16:13 schwarze Exp $ +.\" $OpenBSD: strxfrm.3,v 1.12 2019/01/18 07:43:36 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 5 2017 $ +.Dd $Mdocdate: January 18 2019 $ .Dt STRXFRM 3 .Os .Sh NAME @@ -69,12 +69,15 @@ both have the same effect as and the global locale, the thread-specific locale, and the .Fa locale argument are ignored. -.Sh ENVIRONMENT -On other operating systems, the behaviour of -.Fn strxfrm -may depend on the +On other operating systems, the behaviour may depend on the .Dv LC_CTYPE -.Xr locale 1 . +and +.Dv LC_COLLATE +locale categories set with +.Xr setlocale 3 , +.Xr uselocale 3 , +or +.Xr newlocale 3 . .Sh SEE ALSO .Xr newlocale 3 , .Xr setlocale 3 , |