summaryrefslogtreecommitdiffstats
path: root/Doc/libhttplib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 19:16:20 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 19:16:20 (GMT)
commitc58912426eee89a51b68983d2dff6a6df8c7d7b0 (patch)
tree6e996b577956852b2e694f02483d6a528ffc0031 /Doc/libhttplib.tex
parentb16166e56f2989741fee2aab41f5205fda95ffdf (diff)
downloadcpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.zip
cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.gz
cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.bz2
Use the new RFC macros wherever RFCs are referenced by number. No other
changes.
Diffstat (limited to 'Doc/libhttplib.tex')
-rw-r--r--Doc/libhttplib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libhttplib.tex b/Doc/libhttplib.tex
index 5b2cf85..0bca8ad 100644
--- a/Doc/libhttplib.tex
+++ b/Doc/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.