X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrncpy.texi;h=3cc6b45ffc745185462b68c9299179b5a6698a90;hb=fdd1b511c5c12912aae79b58e0c5f6ffa0492d6e;hp=f99f92166aa6ae599d72bf50885abc742bb689f4;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/strncpy.texi b/doc/posix-functions/strncpy.texi index f99f92166..3cc6b45ff 100644 --- a/doc/posix-functions/strncpy.texi +++ b/doc/posix-functions/strncpy.texi @@ -2,12 +2,16 @@ @section @code{strncpy} @findex strncpy -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncpy.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncpy.html} -Gnulib module: --- +Gnulib module: string Portability problems fixed by Gnulib: @itemize +@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: