aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 13:35:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 13:35:17 +1200
commitdd2447d2ca7276625a816ca53768fe1d3a47ce35 (patch)
tree6a4eba9d91912f6f0a81dd644d711e30aacf844b /man
parentAdd test to check binscripts match manpages (diff)
downloaddotfiles-dd2447d2ca7276625a816ca53768fe1d3a47ce35.tar.gz
dotfiles-dd2447d2ca7276625a816ca53768fe1d3a47ce35.zip
Strip stbl(1) down, make POSIX sh
Diffstat (limited to 'man')
-rw-r--r--man/man1/stbl.112
1 files changed, 4 insertions, 8 deletions
diff --git a/man/man1/stbl.1 b/man/man1/stbl.1
index 1462f80f..dfb930ab 100644
--- a/man/man1/stbl.1
+++ b/man/man1/stbl.1
@@ -1,15 +1,11 @@
-.TH STBL 1 "March 2016" "Manual page for stbl"
+.TH STBL 1 "August 2016" "Manual page for stbl"
.SH NAME
.B stbl
\- strip a trailing blank line from a file
.SH USAGE
-.B stbl [-hv] FILE1 [FILE2 ...]
+.B stbl FILE1 [FILE2 ...]
.SH DESCRIPTION
-Applies ed(1) to remove a trailing newline from each of the given files.
-.P
-Option -h gives help, option -v turns on verbose output.
-.P
- $ stbl .bashrc
- $ stbl -v project/*.c project/*.h
+Applies ed(1) to remove one trailing newline, if present, from each of the
+given files.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>