diff options
author | trasz <trasz@FreeBSD.org> | 2009-04-07 13:42:53 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-04-07 13:42:53 +0000 |
commit | d9c1163c5731e841467cf1357c98ee904b97e832 (patch) | |
tree | c47833aecadbc9c7e8f82027b0940c2b949b04d3 /lib/libc/string/strlcpy.3 | |
parent | 6d26eb31a0028c77fa095a86b30d7f9c6e2157e3 (diff) | |
download | FreeBSD-src-d9c1163c5731e841467cf1357c98ee904b97e832.zip FreeBSD-src-d9c1163c5731e841467cf1357c98ee904b97e832.tar.gz |
Add wide character variants of string manipulations routines to 'SEE ALSO'.
Approved by: rwatson (mentor)
Diffstat (limited to 'lib/libc/string/strlcpy.3')
-rw-r--r-- | lib/libc/string/strlcpy.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index aaef572..19d3621 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -192,7 +192,8 @@ As a matter of fact, the first version of this manual page got it wrong. .Sh SEE ALSO .Xr snprintf 3 , .Xr strncat 3 , -.Xr strncpy 3 +.Xr strncpy 3 , +.Xr wcslcpy 3 .Sh HISTORY The .Fn strlcpy |