aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strxfrm.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strxfrm.3')
-rw-r--r--man3/strxfrm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strxfrm.3 b/man3/strxfrm.3
index 49d94d7d5d..b3b080aa1f 100644
--- a/man3/strxfrm.3
+++ b/man3/strxfrm.3
@@ -25,7 +25,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sun Jul 25 10:41:28 1993 by Rik Faith (faith@cs.unc.edu)
-.TH STRXFRM 3 2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH STRXFRM 3 2011-09-28 "GNU" "Linux Programmer's Manual"
.SH NAME
strxfrm \- string transformation
.SH SYNOPSIS
@@ -56,7 +56,7 @@ The
.BR strxfrm ()
function returns the number of bytes required to
store the transformed string in \fIdest\fP excluding the
-terminating \(aq\\0\(aq character.
+terminating null byte (\(aq\\0\(aq).
If the value returned is \fIn\fP or more, the
contents of \fIdest\fP are indeterminate.
.SH "CONFORMING TO"