diff options
Diffstat (limited to 'lib/libc/string/strcpy.3')
-rw-r--r-- | lib/libc/string/strcpy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 01456d0..d52d0ed 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -99,7 +99,7 @@ return .Fa dst . The .Fn stpcpy -function returns a pointer to the terminating +function returns a pointer to the terminating .Ql \e0 character of .Fa dst . |