diff options
Diffstat (limited to 'Doc/lib/libhttplib.tex')
-rw-r--r-- | Doc/lib/libhttplib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 5b2cf85..0bca8ad 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -79,7 +79,7 @@ been made. It sends a line to the server consisting of the \end{funcdesc} \begin{funcdesc}{putheader}{header\, argument\optional{\, ...}} -Send an RFC-822 style header to the server. It sends a line to the +Send an \rfc{822} style header to the server. It sends a line to the server consisting of the header, a colon and a space, and the first argument. If more arguments are given, continuation lines are sent, each consisting of a tab and an argument. |