aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 21:21:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 21:21:52 +1200
commit86b3532b4584355b85998fddf1db0d995109ff12 (patch)
treeea7df77f73c1567419906999d9001b3ba81afbd6 /man
parentCorrect stbl(1) manual page (diff)
downloaddotfiles-86b3532b4584355b85998fddf1db0d995109ff12.tar.gz
dotfiles-86b3532b4584355b85998fddf1db0d995109ff12.zip
Add stws(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/stws.111
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man1/stws.1 b/man/man1/stws.1
new file mode 100644
index 00000000..730d42aa
--- /dev/null
+++ b/man/man1/stws.1
@@ -0,0 +1,11 @@
+.TH STWS 1 "August 2016" "Manual page for stws"
+.SH NAME
+.B stws
+\- strip trailing spaces from files
+.SH USAGE
+.B stws FILE1 [FILE2 ...]
+.SH DESCRIPTION
+Applies ed(1) to remove all trailing spaces at the end of lines, if present,
+from each of the given files.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>