diff options
author | ru <ru@FreeBSD.org> | 2001-07-16 12:47:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-16 12:47:34 +0000 |
commit | 7ebff87751a8d664c42012a98faffe8ba64ed3b3 (patch) | |
tree | a6e2784435fa2278822ed724d7be828255058e26 /lib/libc/string | |
parent | 4c991f41f6b13be58555144720043738112a4ddd (diff) | |
download | FreeBSD-src-7ebff87751a8d664c42012a98faffe8ba64ed3b3.zip FreeBSD-src-7ebff87751a8d664c42012a98faffe8ba64ed3b3.tar.gz |
mdoc(7) police: Add strncpy() to the NAME section.
Diffstat (limited to 'lib/libc/string')
-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 6f221af..208a3f9 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -40,7 +40,7 @@ .Dt STRCPY 3 .Os .Sh NAME -.Nm strcpy +.Nm strcpy , strncpy .Nd copy strings .Sh LIBRARY .Lb libc |