From 45ef2fb1244483fa7a3602bb7df8a1f3f29e464d Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 6 May 2003 10:10:41 +0000 Subject: [PATCH] s/>/\*[Gt]/ --- lib/libc/string/strcpy.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index eac099096411..b74ede0d39b8 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: strcpy.3,v 1.13 2003/05/06 09:58:25 lukem Exp $ +.\" $NetBSD: strcpy.3,v 1.14 2003/05/06 10:10:41 wiz Exp $ .\" .Dd May 6, 2002 .Dt STRCPY 3 @@ -111,7 +111,7 @@ and does .Em not null terminate .Va chararray -because the source string is >= the length parameter. +because the source string is \*[Gt]= the length parameter. .Fn strncpy .Em only null terminates the destination string when the length of the source