summaryrefslogtreecommitdiff
path: root/man/man1/italicise.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/italicise.1')
-rw-r--r--man/man1/italicise.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/man1/italicise.1 b/man/man1/italicise.1
new file mode 100644
index 0000000..36af112
--- /dev/null
+++ b/man/man1/italicise.1
@@ -0,0 +1,21 @@
+.TH italicise 1 2021-07-16 utils
+
+.SH NAME
+italicise \- format input as italic
+
+.SH SYNOPSIS
+.B italicise
+
+.SH DESCRIPTION
+.B italicise
+reads the standard input and transforms each letter
+that has a corresponding
+.BR unicode (7)
+italic glyph.
+This should be the case for the extended Latin and Greek alphabets.
+
+.SH EXAMPLES
+.BR echo\ this\ text\ |\ italicise
+
+.SH SEE ALSO
+.BR capitalise (1),\ embolden (1)