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