From 468f44f1843d90ab515f4e28fcc8d9569570a635 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 25 Apr 2003 22:09:23 +0000 Subject: [PATCH] Markup change; make the notice a little stronger by using the "boxed" version. --- Doc/lib/libnetrc.tex | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index 3d14001ef345..bd0fa51df941 100644 --- a/Doc/lib/libnetrc.tex +++ b/Doc/lib/libnetrc.tex @@ -60,9 +60,12 @@ as a pseudo-host by that name. Dictionary mapping macro names to string lists. \end{memberdesc} -\note{Passwords are limited to a subset of the ASCII character set. -Versions of this module prior to 2.2.3 were extremely limited. Starting -with 2.2.3, all ASCII punctuation is allowed in passwords. However, note -that whitespace and non-printable characters are not allowed in passwords. -This is a limitation of the way the .netrc file is parsed and may be removed -in the future.} +\begin{notice} + Passwords are limited to a subset of the \ASCII{} character set. + Versions of this module prior to 2.2.3 were extremely limited. + Starting with 2.2.3, all \ASCII{} punctuation is allowed in + passwords. However, note that whitespace and non-printable + characters are not allowed in passwords. This is a limitation of + the way the \file{.netrc} file is parsed and may be removed in the + future. +\end{notice} -- 2.47.3