aboutsummaryrefslogtreecommitdiff
path: root/man/man1/unf.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/unf.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/unf.1df')
-rw-r--r--man/man1/unf.1df8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/man1/unf.1df b/man/man1/unf.1df
index b74ef9ce..288ddf5f 100644
--- a/man/man1/unf.1df
+++ b/man/man1/unf.1df
@@ -1,7 +1,7 @@
.TH UNF 1df "August 2016" "Manual page for unf"
.SH NAME
.B unf
-\- join lines with leading spaces to the previous line
+\- join header lines in an internet message
.SH USAGE
.B unf
FILE
@@ -16,7 +16,9 @@ curl -I http://www.example.net/ |
.B
unf
.SH DESCRIPTION
-Joins lines with leading spaces in the output to the previous line,
-such as folded header fields in RFC 822 format messages.
+Joins long lines denoted with leading spaces in the folded headers of an RFC
+822 style internet message, such as an email message or an HTTP response.
+.SH SEE ALSO
+urlmt(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>