Mercurial > public > mercurial-scm > hg-stable
diff doc/hgmanpage.py @ 26193:47e60ed4834f
hgmanpage: fix grammar
remove 's's from places where they don't belong
insert the preposition 'in'
author | timeless@mozdev.org |
---|---|
date | Tue, 08 Sep 2015 13:22:01 -0400 |
parents | d8e0c591781c |
children | 1aee2ab0f902 |
line wrap: on
line diff
--- a/doc/hgmanpage.py Tue Sep 08 12:54:39 2015 -0400 +++ b/doc/hgmanpage.py Tue Sep 08 13:22:01 2015 -0400 @@ -18,11 +18,11 @@ 7 miscellaneous 8 system administration -Man pages are written *troff*, a text file formatting system. +Man pages are written in *troff*, a text file formatting system. See http://www.tldp.org/HOWTO/Man-Page for a start. -Man pages have no subsection only parts. +Man pages have no subsections only parts. Standard parts NAME , @@ -317,7 +317,7 @@ self._cnt = 0 self._indent = 2 if style == 'arabic': - # indentation depends on number of childrens + # indentation depends on number of children # and start value. self._indent = len(str(len(node.children))) self._indent += len(str(self._cnt)) + 1