diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-05 06:41:01 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-05 06:41:01 +0000 |
commit | de2dc860d3c8cd7dd410e06353663b5b7d00fa3a (patch) | |
tree | 8dd4d19ad64bea92853bb16685d1071f0472bc0f /sys/man/1/hg | |
parent | 2908369aeb4b2c85f611c8329b65ae42e58f4f01 (diff) |
fix manual (book) build, add files/permissions for lp, compile postscript
Diffstat (limited to 'sys/man/1/hg')
-rw-r--r-- | sys/man/1/hg | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/man/1/hg b/sys/man/1/hg index 7a621ac0d..c335a8896 100644 --- a/sys/man/1/hg +++ b/sys/man/1/hg @@ -4,24 +4,26 @@ hg \- Mercurial source code management system .SH SYNOPSIS .B hg [ -.I global option ... +.I globaloptions ] .I command [ -.I command/global option ... +.I commandoptions ] [ -.I argument ... +.I arguments ] .SH DESCRIPTION The -.IR hg (1) +.I hg command provides a command line interface to the Mercurial system. .sp .SH "COMMAND ELEMENTS" .PP files ... .RS 4 -indicates one or more filename or relative path filenames; see "FILE NAME PATTERNS" for information on pattern matching +indicates one or more filename or relative path filenames; see +.I "FILE PATTERNS" +for information on pattern matching .RE .PP path |