summaryrefslogtreecommitdiff
path: root/man3/stpncpy.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-02-09 20:57:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-02-09 20:57:44 +0000
commit1709027cddce03a1ffe8f2a130e91ff33e56ab06 (patch)
tree7e8c1abd2c07b3099d8baee14af2f73b01050fff /man3/stpncpy.3
parentdcec8eb5515fbb4a292846b5ac8e5ddd0877e139 (diff)
Added SEE ALSO pointers to wide character equivalent functions
Diffstat (limited to 'man3/stpncpy.3')
-rw-r--r--man3/stpncpy.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/stpncpy.3 b/man3/stpncpy.3
index 832d777c..27c9b910 100644
--- a/man3/stpncpy.3
+++ b/man3/stpncpy.3
@@ -40,4 +40,5 @@ in \fIdest\fP, or, if \fIdest\fP is not null-terminated,
.SH "CONFORMING TO"
This function is a GNU extension.
.SH "SEE ALSO"
-.BR strncpy (3)
+.BR strncpy (3),
+.BR wcpncpy (3)