hg.1: simplify synopsis
Now that arguments can be mixed with options we can simplify the
synopsis considerably. Also, highlighting the command name in bold
(instead of italics) seem to be the standard convention.
--- a/doc/hg.1.txt Wed Jun 10 00:55:57 2009 +0200
+++ b/doc/hg.1.txt Wed Jun 10 01:09:21 2009 +0200
@@ -10,7 +10,7 @@
SYNOPSIS
--------
-'hg' [global option]... <command> [command/global option]... [argument]...
+*hg* 'command' ['option']... ['argument']...
DESCRIPTION
-----------