Show More
@@ -18,11 +18,11 b' systems. The pages are grouped in number' | |||||
18 | 7 miscellaneous |
|
18 | 7 miscellaneous | |
19 | 8 system administration |
|
19 | 8 system administration | |
20 |
|
20 | |||
21 | Man pages are written *troff*, a text file formatting system. |
|
21 | Man pages are written in *troff*, a text file formatting system. | |
22 |
|
22 | |||
23 | See http://www.tldp.org/HOWTO/Man-Page for a start. |
|
23 | See http://www.tldp.org/HOWTO/Man-Page for a start. | |
24 |
|
24 | |||
25 | Man pages have no subsection only parts. |
|
25 | Man pages have no subsections only parts. | |
26 | Standard parts |
|
26 | Standard parts | |
27 |
|
27 | |||
28 | NAME , |
|
28 | NAME , | |
@@ -317,7 +317,7 b' class Translator(nodes.NodeVisitor):' | |||||
317 | self._cnt = 0 |
|
317 | self._cnt = 0 | |
318 | self._indent = 2 |
|
318 | self._indent = 2 | |
319 | if style == 'arabic': |
|
319 | if style == 'arabic': | |
320 |
# indentation depends on number of children |
|
320 | # indentation depends on number of children | |
321 | # and start value. |
|
321 | # and start value. | |
322 | self._indent = len(str(len(node.children))) |
|
322 | self._indent = len(str(len(node.children))) | |
323 | self._indent += len(str(self._cnt)) + 1 |
|
323 | self._indent += len(str(self._cnt)) + 1 |
General Comments 0
You need to be logged in to leave comments.
Login now