diff options
| author | wiz <wiz@NetBSD.org> | 2003-05-06 10:10:41 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-05-06 10:10:41 +0000 |
| commit | 45ef2fb1244483fa7a3602bb7df8a1f3f29e464d (patch) | |
| tree | 54a35211c24845f5d84ba4d0758c93d4df99b0c9 /lib/libc/string/strcpy.3 | |
| parent | 615387287b52eca9770811325adca20345030a95 (diff) | |
s/>/\*[Gt]/
Diffstat (limited to 'lib/libc/string/strcpy.3')
| -rw-r--r-- | lib/libc/string/strcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index eac09909641..b74ede0d39b 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 |
