aboutsummaryrefslogtreecommitdiff
path: root/man/man1/urlh.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-03 02:02:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-03 02:02:16 +1300
commita03e011345413a9b3749deb9da895bb4e8ec9974 (patch)
tree98a96bbddff100bd896af48c9fa2215d5e0ee742 /man/man1/urlh.1df
parentRemove setterm(1) call (diff)
downloaddotfiles-a03e011345413a9b3749deb9da895bb4e8ec9974.tar.gz
dotfiles-a03e011345413a9b3749deb9da895bb4e8ec9974.zip
Rewrite unf(1df) in awk
Also update manual page references to it, and improve it by making it ignore body content
Diffstat (limited to 'man/man1/urlh.1df')
-rw-r--r--man/man1/urlh.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/urlh.1df b/man/man1/urlh.1df
index d17f0a74..8eeb359a 100644
--- a/man/man1/urlh.1df
+++ b/man/man1/urlh.1df
@@ -12,6 +12,6 @@ makes a cURL HEAD request for the given URL, and searches the headers for a key
matching the given name, case-insensitively. It prints any matching values to
stdout.
.SH SEE ALSO
-curl(1), urlmt(1df)
+curl(1), unf(1df), urlmt(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>