aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.middle_pad.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.middle_pad.3')
-rw-r--r--man/man3/tomo-Text.middle_pad.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.middle_pad.3 b/man/man3/tomo-Text.middle_pad.3
index 8b57bf6e..601129f6 100644
--- a/man/man3/tomo-Text.middle_pad.3
+++ b/man/man3/tomo-Text.middle_pad.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.middle_pad 3 2025-09-21 "Tomo man-pages"
+.TH Text.middle_pad 3 2025-11-29 "Tomo man-pages"
.SH NAME
Text.middle_pad \- pad text, centered
.SH LIBRARY
@@ -35,3 +35,5 @@ Text with length at least `width`, with extra padding on the left and right as n
assert "x".middle_pad(6) == " x "
assert "x".middle_pad(10, "ABC") == "ABCAxABCAB"
.EE
+.SH SEE ALSO
+.BR Tomo-Text (3)