# HG changeset patch # User timeless@mozdev.org # Date 1441732921 14400 # Node ID 47e60ed4834f6e3cc9a3d1ff2a085af2e895b492 # Parent 67e6e55360d2cb7f4e13b8d3f7974eb0f0dd517e hgmanpage: fix grammar remove 's's from places where they don't belong insert the preposition 'in' diff -r 67e6e55360d2 -r 47e60ed4834f doc/hgmanpage.py --- 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