summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-10-12 23:21:43 +0200
committerBruno Haible <bruno@clisp.org>2017-10-12 23:21:43 +0200
commit83e0305bdb51d717011119a8eb1a3b37afce1bc6 (patch)
treea38782450b9db3119990a55b8179684f13ef0d67
parentd00ddf69fbd36a8159030682d6c1153448ff6f30 (diff)
downloadgnulib-83e0305bdb51d717011119a8eb1a3b37afce1bc6.tar.gz
doc: Fix syntax error (regression from 2017-10-03).
* doc/posix-functions/strncpy.texi: Fix syntax error.
-rw-r--r--ChangeLog5
-rw-r--r--doc/posix-functions/strncpy.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59c5e922d0..5e0c3c7f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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.
* doc/**/*.texi: For bugs that exist in both Solaris 11.0 and 11.3,
mention 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/}.