macro and text revision (-mdoc version 3)
[unix-history] / usr / src / lib / libc / string / strxfrm.3
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" Chris Torek.
.\" %sccs.include.redist.man%
.\"
.\" @(#)strxfrm.3 5.3 (Berkeley) %G%
.\"
.Dd
.Dt STRXFRM 3
.Os
.Sh NAME
.Nm strxfrm
.Nd transform a string under locale
.Sh SYNOPSIS
.Fd #include <string.h>
.Ft size_t
.Fn strxfrm "char *dst" "const char *src" "size_t n"
.Sh DESCRIPTION
The
.Fn strxfrm
function
does something horrible (see
.Tn ANSI
standard).
In this implementation it just copies.
.Sh SEE ALSO
.Xr bcmp 3 ,
.Xr memcmp 3 ,
.\" .Xr setlocale 3 ,
.Xr strcasecmp 3 ,
.Xr strcmp 3 ,
.Xr strcoll 3
.Sh STANDARDS
The
.Fn strxfrm
function
conforms to
.St -ansiC .