From: Bruno Haible Date: Thu, 12 Oct 2017 21:21:43 +0000 (+0200) Subject: doc: Fix syntax error (regression from 2017-10-03). X-Git-Tag: v1.0~5869 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=83e0305bdb51d717011119a8eb1a3b37afce1bc6;p=gnulib.git doc: Fix syntax error (regression from 2017-10-03). * doc/posix-functions/strncpy.texi: Fix syntax error. --- diff --git a/ChangeLog b/ChangeLog index 59c5e922d0..5e0c3c7f22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-12 Bruno Haible + + doc: Fix syntax error (regression from 2017-10-03). + * doc/posix-functions/strncpy.texi: Fix syntax error. + 2017-10-12 Bruno Haible doc: Update for Solaris 11.3. diff --git a/doc/posix-functions/strncpy.texi b/doc/posix-functions/strncpy.texi index 5e222334dd..a97843ae1c 100644 --- a/doc/posix-functions/strncpy.texi +++ b/doc/posix-functions/strncpy.texi @@ -25,4 +25,4 @@ because you have no guarantee that the result will be NUL-terminated. Even if you add the NUL byte at the end yourself, this function is inefficient (as it spends time clearing unused memory) and will allow silent truncation to occur, which is not a good behavior for GNU programs. -For more details, see @see{https://meyering.net/crusade-to-eliminate-strncpy/}. +For more details, see @url{https://meyering.net/crusade-to-eliminate-strncpy/}.