summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-08-12 18:34:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-08-12 18:34:33 +0000
commita1c669a196067d693832da11a3ec903f2052284c (patch)
treee4d668fc1c11f94b8f343bca1a359eb1a7cdcdeb /lib/libc
parent9a461bdfb2712f457cffe7f6da893edfb5d11f80 (diff)
uncomment setlocale(3) entry;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strxfrm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index edf2bfb8a09..008bd611e4c 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strxfrm.3,v 1.4 2003/06/02 20:18:38 millert Exp $
+.\" $OpenBSD: strxfrm.3,v 1.5 2005/08/12 18:34:32 jmc Exp $
.\"
.Dd June 29, 1991
.Dt STRXFRM 3
@@ -51,7 +51,7 @@ In this implementation it just copies.
.Sh SEE ALSO
.Xr bcmp 3 ,
.Xr memcmp 3 ,
-.\" .Xr setlocale 3 ,
+.Xr setlocale 3 ,
.Xr strcasecmp 3 ,
.Xr strcmp 3 ,
.Xr strcoll 3