From 218f462a0f5521ab20bf5c17d4ad6b87c72a4790 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 22 Mar 2009 13:13:23 +0000 Subject: [PATCH] Merged revisions 70518 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ r70518 | matthias.klose | 2009-03-22 14:08:22 +0100 (So, 22 Mär 2009) | 2 lines - Fix comment macro in python.man --- Misc/python.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/python.man b/Misc/python.man index 56d57f4a680..1564f8d7549 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -1,7 +1,7 @@ .TH PYTHON "1" "$Date$" -./" To view this file while editing, run it through groff: -./" groff -Tascii -man python.man | less +.\" To view this file while editing, run it through groff: +.\" groff -Tascii -man python.man | less .SH NAME python \- an interpreted, interactive, object-oriented programming language