Add -m to man page
diff --git a/Misc/python.man b/Misc/python.man
index 1e85a6b..01e884f 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -16,6 +16,10 @@
 .B \-i
 ]
 [
+.B \-m 
+.I module-name
+]
+[
 .B \-O
 ]
 .br
@@ -107,6 +111,13 @@
 useful to inspect global variables or a stack trace when a script
 raises an exception.
 .TP
+.BI "\-m " module-name
+Searches 
+.I sys.path 
+for the named module and runs the corresponding 
+.I .py 
+file as a script.
+.TP
 .B \-O
 Turn on basic optimizations.  This changes the filename extension for
 compiled (bytecode) files from