From 51baa52dc9603d2e4464880e3803b34363e2f525 Mon Sep 17 00:00:00 2001 From: interp Date: Fri, 29 Mar 2002 16:46:20 +0000 Subject: [PATCH] minor corrections --- doc/latex/httpd.tex | 2 +- doc/latex/netrc.tex | 2 +- doc/latex/pop3.tex | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/latex/httpd.tex b/doc/latex/httpd.tex index 35df7f9..0b02224 100644 --- a/doc/latex/httpd.tex +++ b/doc/latex/httpd.tex @@ -107,7 +107,7 @@ one argument, a \ex{httpd\=options}-record: The server's basic loop is to wait on the port for a connection from an HTTP client. When it receives a connection, it reads in and parses the request into a special request data structure. Then the - server \FIXME{Does the server still fork or does it make a thunk. Is + server \FIXME{Does the server still fork or does it make a thread. Is this a difference? (Do not know)} forks a child process, who binds the current I/O ports to the connection socket, and then hands off to the top-level \semvar{path-handler} (the first argument to diff --git a/doc/latex/netrc.tex b/doc/latex/netrc.tex index 6fb78c0..abaaa71 100644 --- a/doc/latex/netrc.tex +++ b/doc/latex/netrc.tex @@ -15,7 +15,7 @@ format of the file is defined in the \ex{ftp}(1) manual page. Example lines are \begin{code} machine ondine.cict.fr login marsden password secret -default login anonymous password user@site +default login anonymous password user@site% \end{code} The \ex{~/.netrc} file should be protected by appropriate permissions, and diff --git a/doc/latex/pop3.tex b/doc/latex/pop3.tex index 4b233d3..fcb51e2 100644 --- a/doc/latex/pop3.tex +++ b/doc/latex/pop3.tex @@ -50,11 +50,11 @@ always refers to the result of \ex{pop3:\ob{}connect}. \end{defundesc} \begin{defundesc}{pop3:login/APOP} {connection login password}{status} - Log in to the mailhost using APOP authentication. \footnote{The encryption + Log in to the mailhost using APOP authentication\footnote{The encryption (MD5) is currently done by an extern program that your system must provide. The expected name of the program is \ex{md5sum}. If your system uses another program for computing a MD5 message digest, change the - program's name in \ex{md5-digest}.} + program's name in \ex{md5-digest}.}. \end{defundesc} \begin{defundesc}{pop3:stat}{connection}{number bytes}