man2rst.py: Add "DO NOT MODIFY THIS FILE!" comment
This commit is contained in:
parent
6933e0ef54
commit
6ccae48f7c
|
@ -8,6 +8,9 @@ def man2rst(f):
|
|||
expect_arg = False
|
||||
in_arg = False
|
||||
|
||||
sys.stdout.write('.. DO NOT MODIFY THIS FILE! '
|
||||
'It was generated by man2rst.py\n\n')
|
||||
|
||||
for line in f:
|
||||
line = line.rstrip()
|
||||
|
||||
|
|
Loading…
Reference in New Issue