diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-22 09:17:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-22 09:17:00 +0000 |
commit | 61d97e921b82c646d98a23c7ca16d2f1997006d7 (patch) | |
tree | 2da2d8fd43ffac4647b972c529a3cdd618a5733d /manual/charset.texi | |
parent | 46db1cb016c7cba429a49b7b2f9f3e5a805ce6b7 (diff) | |
download | glibc-61d97e921b82c646d98a23c7ca16d2f1997006d7.tar glibc-61d97e921b82c646d98a23c7ca16d2f1997006d7.tar.gz glibc-61d97e921b82c646d98a23c7ca16d2f1997006d7.tar.bz2 glibc-61d97e921b82c646d98a23c7ca16d2f1997006d7.zip |
(Converting Strings): @xref -> @pxref.
Diffstat (limited to 'manual/charset.texi')
-rw-r--r-- | manual/charset.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/charset.texi b/manual/charset.texi index 969ac04e15..b44df4bc93 100644 --- a/manual/charset.texi +++ b/manual/charset.texi @@ -1015,7 +1015,7 @@ this is not a strict guarantee. Therefore simply NUL terminating a piece of a running text is not always an adequate solution and therefore never should be used in generally used code. -The generic conversion interface (@xref{Generic Charset Conversion}) +The generic conversion interface (@pxref{Generic Charset Conversion}) does not have this limitation (it simply works on buffers, not strings), and the GNU C library contains a set of functions which take additional parameters specifying the maximal number of bytes which are |