Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d59db4f

Browse files
committed
Small consistency nits.
1 parent 2123774 commit d59db4f

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

Doc/lib/libquopri.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
\section{Standard Module \sectcode{quopri}}
1+
\section{Standard Module \module{quopri}}
22
\label{module-quopri}
33
\stmodindex{quopri}
44

55
This module performs quoted-printable transport encoding and decoding,
66
as defined in \rfc{1521}: ``MIME (Multipurpose Internet Mail Extensions)
77
Part One''. The quoted-printable encoding is designed for data where
8-
there are relatively few nonprintable characters; the base-64 encoding
9-
scheme available via the \code{base64} module is more compact if there
8+
there are relatively few nonprintable characters; the base64 encoding
9+
scheme available via the \module{base64} module is more compact if there
1010
are many such characters, as when sending a graphics file.
11-
\indexii{quoted printable}{encoding}
11+
\indexii{quoted-printable}{encoding}
1212
\index{MIME!quoted-printable encoding}
1313

14-
\setindexsubitem{(in module quopri)}
1514

1615
\begin{funcdesc}{decode}{input, output}
1716
Decode the contents of the \var{input} file and write the resulting

Doc/libquopri.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
\section{Standard Module \sectcode{quopri}}
1+
\section{Standard Module \module{quopri}}
22
\label{module-quopri}
33
\stmodindex{quopri}
44

55
This module performs quoted-printable transport encoding and decoding,
66
as defined in \rfc{1521}: ``MIME (Multipurpose Internet Mail Extensions)
77
Part One''. The quoted-printable encoding is designed for data where
8-
there are relatively few nonprintable characters; the base-64 encoding
9-
scheme available via the \code{base64} module is more compact if there
8+
there are relatively few nonprintable characters; the base64 encoding
9+
scheme available via the \module{base64} module is more compact if there
1010
are many such characters, as when sending a graphics file.
11-
\indexii{quoted printable}{encoding}
11+
\indexii{quoted-printable}{encoding}
1212
\index{MIME!quoted-printable encoding}
1313

14-
\setindexsubitem{(in module quopri)}
1514

1615
\begin{funcdesc}{decode}{input, output}
1716
Decode the contents of the \var{input} file and write the resulting

0 commit comments

Comments
 (0)