]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix syntax error (regression from 2017-10-03).
authorBruno Haible <bruno@clisp.org>
Thu, 12 Oct 2017 21:21:43 +0000 (23:21 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 12 Oct 2017 21:21:43 +0000 (23:21 +0200)
* doc/posix-functions/strncpy.texi: Fix syntax error.

ChangeLog
doc/posix-functions/strncpy.texi

index 59c5e922d0ae0fa3b34d885255fa79262216603e..5e0c3c7f2263f01f5187ff9d4e49d85872131e32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 5e222334ddd11d8907967baf0bd965cb44a29702..a97843ae1c6e6125bd93339cf9eddd41b5da30f1 100644 (file)
@@ -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/}.