From: R David Murray Date: Sun, 1 May 2011 15:13:56 +0000 (-0400) Subject: #11971: fix man page; it's -OO not -O0 X-Git-Tag: v3.2.1b1~41^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c4f09d0f487de32444ebc2e11fdbaadf3dc5cd3;p=thirdparty%2FPython%2Fcpython.git #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. --- diff --git a/Misc/python.man b/Misc/python.man index 87f1c93c700f..411a43a3e771 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -31,7 +31,7 @@ python \- an interpreted, interactive, object-oriented programming language .B \-O ] [ -.B \-O0 +.B \-OO ] [ .B -Q @@ -142,7 +142,7 @@ compiled (bytecode) files from .I .pyc to \fI.pyo\fP. Given twice, causes docstrings to be discarded. .TP -.B \-O0 +.B \-OO Discard docstrings in addition to the \fB-O\fP optimizations. .TP .BI "\-Q " argument