Commit 98fd6019 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

man2rst.py: Add purpose of the script

parent 6ccae48f
#!/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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment