From 67e61f91527f9a7cd6b9a16b0cd90dd56607d505 Mon Sep 17 00:00:00 2001 From: cloder <> Date: Fri, 25 Feb 2005 03:12:44 +0000 Subject: Be correct in our man pages when talking about NUL termination (that is, termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ --- src/lib/libc/string/strcat.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/string/strcat.3') diff --git a/src/lib/libc/string/strcat.3 b/src/lib/libc/string/strcat.3 index 5b878c3e8c..89d368c3fb 100644 --- a/src/lib/libc/string/strcat.3 +++ b/src/lib/libc/string/strcat.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strcat.3,v 1.9 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: strcat.3,v 1.10 2005/02/25 03:12:44 cloder Exp $ .\" .Dd July 8, 1997 .Dt STRCAT 3 @@ -49,9 +49,9 @@ The .Fn strcat and .Fn strncat -functions append a copy of the null-terminated string +functions append a copy of the NUL-terminated string .Fa append -to the end of the null-terminated string +to the end of the NUL-terminated string .Fa s , then add a terminating .Ql \e0 . -- cgit v1.2.3-55-g6feb