Created
August 13, 2015 07:19
-
-
Save mdauphin/d3dbc1a4e4ba7cae3edd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#openssl-0.9.8l man build problem | |
#Error look like: file.pod around line 000: Expected text after =item, not a number | |
$ cd openssl-0.9.8l | |
$ find doc/ -name '*.pod' -print0 | xargs -0 sed -i 's/^=item \([0-9]\)/=item C<\1>/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment