aboutsummaryrefslogtreecommitdiff
path: root/man/man1/unf.1df
diff options
context:
space:
mode:
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>