man2rst.py: Add purpose of the script

This commit is contained in:
Tatsuhiro Tsujikawa 2014-10-25 00:40:52 +09:00
parent 6ccae48f7c
commit 98fd6019cf
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# This script reads man page from stdin and converts it to rst
# document and outputs to stdout.
from __future__ import unicode_literals
import sys
import re