summaryrefslogtreecommitdiffstats
path: root/Doc/doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-26 17:01:58 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-26 17:01:58 (GMT)
commit8b3a7b58b98ed1a8b20d92e96545bc0c87d8786d (patch)
tree41fb1614313b056e433f78deb29011dddced2cbe /Doc/doc
parenta6a885b6aae4f1d87f9be34e1f25ef2465c4942d (diff)
downloadcpython-8b3a7b58b98ed1a8b20d92e96545bc0c87d8786d.zip
cpython-8b3a7b58b98ed1a8b20d92e96545bc0c87d8786d.tar.gz
cpython-8b3a7b58b98ed1a8b20d92e96545bc0c87d8786d.tar.bz2
Move the \mailheader description to the right place.
Clarify the \mimetype description; it can be used to refer to a part of a MIME type name, so \mimetype{text} or \mimetype{plain} can be used, not just \mimetype{text/plain}.
Diffstat (limited to 'Doc/doc')
-rw-r--r--Doc/doc/doc.tex25
1 files changed, 13 insertions, 12 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex
index 918c1fc..dfc307d 100644
--- a/Doc/doc/doc.tex
+++ b/Doc/doc/doc.tex
@@ -816,6 +816,17 @@ This \UNIX\ is also followed by a space.
The name of a keyword in a programming language.
\end{macrodesc}
+ \begin{macrodesc}{mailheader}{\p{name}}
+ The name of an \rfc{822}-style mail header. This markup does
+ not imply that the header is being used in an email message, but
+ can be used to refer to any header of the same ``style.'' This
+ is also used for headers defined by the various MIME
+ specifications. The header name should be entered in the same
+ way it would normally be found in practice, with the
+ camel-casing conventions being preferred where there is more
+ than one common usage. For example: \mailheader{Content-Type}.
+ \end{macrodesc}
+
\begin{macrodesc}{makevar}{\p{name}}
The name of a \program{make} variable.
\end{macrodesc}
@@ -834,19 +845,9 @@ This \UNIX\ is also followed by a space.
used.
\end{macrodesc}
- \begin{macrodesc}{mailheader}{\p{name}}
- The name of an \rfc{822}-style mail header. This markup does
- not imply that the header is being used in an email message, but
- can be used to refer to any header of the same ``style.'' This
- is also used for headers defined by the various MIME
- specifications. The header name should be entered in the same
- way it would normally be found in practice, with the
- camel-casing conventions being preferred where there is more
- than one common usage. For example: \mailheader{Content-Type}.
- \end{macrodesc}
-
\begin{macrodesc}{mimetype}{\p{name}}
- The name of a MIME type.
+ The name of a MIME type, or a component of a MIME type (the
+ major or minor portion, taken alone).
\end{macrodesc}
\begin{macrodesc}{module}{\p{name}}