From c31338baca39b5a545ce307327fea2fefb9ed99e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 1 May 2017 21:47:15 +1200 Subject: Add squ(6df) --- man/man6/squ.6df | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 man/man6/squ.6df (limited to 'man') diff --git a/man/man6/squ.6df b/man/man6/squ.6df new file mode 100644 index 00000000..c3ae177e --- /dev/null +++ b/man/man6/squ.6df @@ -0,0 +1,28 @@ +.TH SQU 6df "May 2017" "Manual page for squ" +.SH NAME +.B squ +\- print a word square out of each line of input +.SH USAGE +.B squ +.br +london +.br +^D +.br +L O N D O N +.br +O N D O N L +.br +N D O N L O +.br +D O N L O N +.br +O N L O N D +.br +N L O N D O +.SH DESCRIPTION +.B squ +makes a kind of letter square out of the characters on each line of input, +uppercasing them first. +.SH AUTHOR +Tom Ryder -- cgit v1.2.3