aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-CString.join.3
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-29 13:31:37 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-29 13:31:37 -0500
commita50e2df51a63ab809e700c7c8a28c124c6fef95e (patch)
tree5fadd12127321568568841902b751c9541d99ff1 /man/man3/tomo-CString.join.3
parent353a1a40173d4722809e2cad215ab734bf68b283 (diff)
No 'default' column for functions with no defaults
Diffstat (limited to 'man/man3/tomo-CString.join.3')
-rw-r--r--man/man3/tomo-CString.join.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/tomo-CString.join.3 b/man/man3/tomo-CString.join.3
index a4aa16f3..c44df80d 100644
--- a/man/man3/tomo-CString.join.3
+++ b/man/man3/tomo-CString.join.3
@@ -19,11 +19,11 @@ Join a list of C strings together with a separator.
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-glue CString The C joiner used to between elements. -
-pieces [CString] A list of C strings to join. -
+lb lb lbx
+l l l.
+Name Type Description
+glue CString The C joiner used to between elements.
+pieces [CString] A list of C strings to join.
.TE
.SH RETURN
A C string of the joined together bits.