* doc/posix-functions/strncpy.texi: Fix syntax error.
+2017-10-12 Bruno Haible <bruno@clisp.org>
+
+ doc: Fix syntax error (regression from 2017-10-03).
+ * doc/posix-functions/strncpy.texi: Fix syntax error.
+
2017-10-12 Bruno Haible <bruno@clisp.org>
doc: Update for Solaris 11.3.
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/}.