From 98fd6019cf4e4bab264c3a88072ba650c896d7f1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 25 Oct 2014 00:40:52 +0900 Subject: [PATCH] man2rst.py: Add purpose of the script --- man2rst.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2rst.py b/man2rst.py index ae7c79bd..053712f9 100755 --- a/man2rst.py +++ b/man2rst.py @@ -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