From 83e0305bdb51d717011119a8eb1a3b37afce1bc6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 12 Oct 2017 23:21:43 +0200 Subject: [PATCH] doc: Fix syntax error (regression from 2017-10-03). * doc/posix-functions/strncpy.texi: Fix syntax error. --- ChangeLog | 5 +++++ doc/posix-functions/strncpy.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/}. -- 2.39.5