aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-04 20:53:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-04 20:53:32 +1300
commit797e8673ed6a3eec7db0294e30f84759629e49c8 (patch)
tree0354bad4fa96a0afa5d1faee07932bc93aa894a5 /man
parentRemove double-shebang header (diff)
downloaddotfiles-797e8673ed6a3eec7db0294e30f84759629e49c8.tar.gz
dotfiles-797e8673ed6a3eec7db0294e30f84759629e49c8.zip
Add wro(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/quo.1df2
-rw-r--r--man/man1/wro.1df20
2 files changed, 22 insertions, 0 deletions
diff --git a/man/man1/quo.1df b/man/man1/quo.1df
index d2fd268d..0b651388 100644
--- a/man/man1/quo.1df
+++ b/man/man1/quo.1df
@@ -19,5 +19,7 @@ FILE1 [FILE2...]
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 SEE ALSO
+wro(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/wro.1df b/man/man1/wro.1df
new file mode 100644
index 00000000..350ca448
--- /dev/null
+++ b/man/man1/wro.1df
@@ -0,0 +1,20 @@
+.TH WRO 1df "January 2017" "Manual page for wro"
+.SH NAME
+.B wro
+\- add a quote header to the standard input
+.SH SYNOPSIS
+.B wro
+luser@example.com
+.br
+.B wro
+luser@example.com '2017-01-15 9:00am'
+Text on standard input.
+^D
+.SH DESCRIPTION
+.B wro
+adds an email-style quote lead-in to its standard input. It's intended to
+receive input from quo(1df).
+.SH SEE ALSO
+quo(1df)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>