From 1a670c84147509bd8252cbdb61c2d84d383d341b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 6 Nov 2001 22:14:35 +0000 Subject: [PATCH] Adjust the module synopsis to avoid margin overruns in the PDF format. --- Doc/lib/libcalendar.tex | 2 +- Doc/lib/librobotparser.tex | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index e279bd39918..727ca1ca5fa 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -2,7 +2,7 @@ General calendar-related functions} \declaremodule{standard}{calendar} -\modulesynopsis{General functions for working with the calendar, +\modulesynopsis{Functions for working with calendars, including some emulation of the \UNIX\ \program{cal} program.} \sectionauthor{Drew Csillag}{drew_csillag@geocities.com} diff --git a/Doc/lib/librobotparser.tex b/Doc/lib/librobotparser.tex index 8321dadbb1e..0008dde5281 100644 --- a/Doc/lib/librobotparser.tex +++ b/Doc/lib/librobotparser.tex @@ -2,10 +2,8 @@ Parser for robots.txt} \declaremodule{standard}{robotparser} -\modulesynopsis{Accepts as input a list of lines or URL that refers to a - robots.txt file, parses the file, then builds a - set of rules from that list and answers questions - about fetchability of other URLs.} +\modulesynopsis{Loads a \protect\file{robots.txt} file and + answers questions about fetchability of other URLs.} \sectionauthor{Skip Montanaro}{skip@mojam.com} \index{WWW}