aboutsummaryrefslogtreecommitdiff
path: root/man/man1/csmw.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-01 12:39:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-01 12:39:49 +1300
commit8d6fb2505b3398c96d4d01ac7c2adfa4f29044d2 (patch)
treefc3f8c58facb19ce3f567f35b88486da4c2f2d79 /man/man1/csmw.1df
parentAdd csmw(1df) (diff)
downloaddotfiles-8d6fb2505b3398c96d4d01ac7c2adfa4f29044d2.tar.gz
dotfiles-8d6fb2505b3398c96d4d01ac7c2adfa4f29044d2.zip
Fix man page filename
Diffstat (limited to 'man/man1/csmw.1df')
-rw-r--r--man/man1/csmw.1df24
1 files changed, 24 insertions, 0 deletions
diff --git a/man/man1/csmw.1df b/man/man1/csmw.1df
new file mode 100644
index 00000000..e7ef7284
--- /dev/null
+++ b/man/man1/csmw.1df
@@ -0,0 +1,24 @@
+.TH CSMW 1df "September 2016" "Manual page for csmw"
+.SH NAME
+.B csmw
+\- convert a list to monospace words in a sentence structure
+.SH USAGE
+.B csmw
+FILE1 [FILE2 ...]
+.br
+.B csmw
+< FILE
+.br
+program |
+.B csmw
+.SH DESCRIPTION
+Reads a list of whitespace-separated words and prints an English
+comma-and-"and" separated list:
+.P
+ $ csmw
+ foo
+ bar baz
+ ^D
+ `foo`, `bar`, and `baz`
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>