summaryrefslogtreecommitdiffstats
path: root/man7/string_copying.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/string_copying.7')
-rw-r--r--man7/string_copying.79
1 files changed, 2 insertions, 7 deletions
diff --git a/man7/string_copying.7 b/man7/string_copying.7
index ad2d889af..c0ee415b4 100644
--- a/man7/string_copying.7
+++ b/man7/string_copying.7
@@ -475,14 +475,9 @@ except when truncation occurs;
if truncation occurs,
it returns a pointer to the end of the destination buffer.
.TP
-.BR stpncpy (3)
-A pointer to one after the last character
-in the destination character sequence;
-if truncation occurs,
-that pointer is equivalent to
-a pointer to the end of the destination buffer.
-.TP
.BR mempcpy (3)
+.TQ
+.BR stpncpy (3)
A pointer to one after the last character
in the destination character sequence.
.TP