From a50e2df51a63ab809e700c7c8a28c124c6fef95e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 29 Nov 2025 13:31:37 -0500 Subject: No 'default' column for functions with no defaults --- man/man3/tomo-CString.join.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/man3/tomo-CString.join.3') 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. -- cgit v1.2.3