aboutsummaryrefslogtreecommitdiff
path: root/man/man1/urlmt.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/urlmt.1df')
-rw-r--r--man/man1/urlmt.1df15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/urlmt.1df b/man/man1/urlmt.1df
new file mode 100644
index 00000000..892b10d4
--- /dev/null
+++ b/man/man1/urlmt.1df
@@ -0,0 +1,15 @@
+.TH URLMT 1df "August 2016" "Manual page for urlmt"
+.SH NAME
+.B urlmt
+\- try to get the MIME type of the document at the given URL
+.SH SYNOPSIS
+.B urlmt
+https://www.sanctum.geek.nz/
+.SH DESCRIPTION
+.B urlmt
+uses urlh(1df) to search for a Content-Type header for the given URL, and prints
+it with any trailing data (e.g. charset) trimmed off.
+.SH SEE ALSO
+curl(1), urlh(1df)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>