Skip to content

Instantly share code, notes, and snippets.

@mdauphin
Created August 13, 2015 07:19
Show Gist options
  • Save mdauphin/d3dbc1a4e4ba7cae3edd to your computer and use it in GitHub Desktop.
Save mdauphin/d3dbc1a4e4ba7cae3edd to your computer and use it in GitHub Desktop.
#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