Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex
index 4f32225..6731c32 100644
--- a/Doc/lib/libgetopt.tex
+++ b/Doc/lib/libgetopt.tex
@@ -1,8 +1,9 @@
 \section{\module{getopt} ---
-         Parser for command line options.}
-\declaremodule{standard}{getopt}
+         Parser for command line options}
 
-\modulesynopsis{Parser for command line options.}
+\declaremodule{standard}{getopt}
+\modulesynopsis{Portable parser for command line options; support both
+                short and long option names.}
 
 
 This module helps scripts to parse the command line arguments in