about summary refs log tree commit diff
path: root/libste.3
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2021-11-05 18:56:18 +0100
committerLeah Neukirchen <leah@vuxu.org>2021-11-05 18:56:18 +0100
commit512f6213133906fc73f5dd2865ae973e4412a1f6 (patch)
treedc441210146f19c894049c5dab04007be9dc420f /libste.3
parent75ea20675d012e692996bc6beae9149b0deb08b0 (diff)
downloadlibste-512f6213133906fc73f5dd2865ae973e4412a1f6.tar.gz
libste-512f6213133906fc73f5dd2865ae973e4412a1f6.tar.xz
libste-512f6213133906fc73f5dd2865ae973e4412a1f6.zip
consistent end argument name
Diffstat (limited to 'libste.3')
-rw-r--r--libste.34
1 files changed, 2 insertions, 2 deletions
diff --git a/libste.3 b/libste.3
index 24b3d4a..f81e079 100644
--- a/libste.3
+++ b/libste.3
@@ -12,7 +12,7 @@
 .Ft "char *"
 .Fn stecpy "char *dst" "char *end" "const char *src"
 .Ft "char *"
-.Fn stecpe "char *dst" "char *dstend" "const char *src" "const char *srcend"
+.Fn stecpe "char *dst" "char *end" "const char *src" "const char *srcend"
 .Ft "char *"
 .Fn stechr "const char *src" "const char *end" "int c"
 .Ft "char *"
@@ -44,7 +44,7 @@ and
 to
 .Fa dst ,
 but writes no characters beyond
-.Fa dstend .
+.Fa end .
 If any characters are copied,
 .Fa dst
 will be NUL-terminated