mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
man2rst.py: Add purpose of the script
This commit is contained in:
parent
6ccae48f7c
commit
98fd6019cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user