doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / posix-functions / strncat.texi
index 47b0bc6..9d09e05 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{strncat}
 @findex strncat
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncat.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncat.html}
 
 Gnulib module: strncat
 
@@ -11,6 +11,10 @@ Portability problems fixed by Gnulib:
 @item
 This function dereferences too much memory on some platforms:
 Solaris 10 on SPARC.
+@item
+This function cannot be called from plain inline or extern inline functions
+on some platforms:
+OS X 10.8.
 @end itemize
 
 Portability problems not fixed by Gnulib: