aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.from_c_string.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.from_c_string.3')
-rw-r--r--man/man3/tomo-Text.from_c_string.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Text.from_c_string.3 b/man/man3/tomo-Text.from_c_string.3
index 99cbb233..10e1b9e0 100644
--- a/man/man3/tomo-Text.from_c_string.3
+++ b/man/man3/tomo-Text.from_c_string.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.from_c_string 3 2025-04-19T14:30:40.367465 "Tomo man-pages"
+.TH Text.from_c_string 3 2025-04-19T14:48:15.717153 "Tomo man-pages"
.SH NAME
Text.from_c_string \- Converts a C-style string to a `Text` value.
@@ -10,7 +10,7 @@ Text.from_c_string \- Converts a C-style string to a `Text` value.
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Text.from_c_string : func(str: CString -> Text)"
+.BI Text.from_c_string\ :\ func(str:\ CString\ ->\ Text)
.fi
.SH DESCRIPTION