aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/stex.115
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/stex.1 b/man/man1/stex.1
new file mode 100644
index 00000000..26392fb9
--- /dev/null
+++ b/man/man1/stex.1
@@ -0,0 +1,15 @@
+.TH STEX 1 "August 2016" "Manual page for stex"
+.SH NAME
+.B stex
+\- strip extensions from the given filenames if present
+.SH SYNOPSIS
+.B stex .ext a.ext b.ext c d.foo
+.br
+.B stex .bar *
+.SH DESCRIPTION
+.B stex
+renames any of the files given as its trailing arguments to remove the
+extension given as its first argument. It is not an error if none of the files
+have the extension.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>