aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-27 16:34:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-27 16:34:39 +1300
commite8e999266652d74c8c0fb5c856c16ec10a22facd (patch)
tree4ba84d338bbdd3a20d8a01c7fdd391306b02a436 /man
parents/exit/return/ in ex-subshell func (diff)
downloaddotfiles-e8e999266652d74c8c0fb5c856c16ec10a22facd.tar.gz
dotfiles-e8e999266652d74c8c0fb5c856c16ec10a22facd.zip
Add quo(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/quo.1df22
1 files changed, 22 insertions, 0 deletions
diff --git a/man/man1/quo.1df b/man/man1/quo.1df
new file mode 100644
index 00000000..643d8ff5
--- /dev/null
+++ b/man/man1/quo.1df
@@ -0,0 +1,22 @@
+.TH QUO 1df "January 2017" "Manual page for quo"
+.SH NAME
+.B quo
+\- quote the input with right-angle brackets
+.SH SYNOPSIS
+.B quo
+.br
+Text on standard input.
+.br
+^D
+.br
+.B quo
+FILE1 [FILE2...]
+.br
+.B quo < FILE
+.SH DESCRIPTION
+.B quo
+quotes its input by insert a right-angle bracket followed by a space at the
+start of every unquoted line. If the line was already quoted, it adds another
+level of right-angle bracket.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>