Sign in
flutter
/
third_party
/
libzip
/
3bd9f9976e4f1492fdc658ebdc5d368a5ddbdd5f
/
.
/
man
/
fix-man-links.sh
blob: 9aa35ace2bd319fbd6aad185636c14f0a059fbda [
file
] [
log
] [
blame
]
#!/bin/sh
# <a class="link-man" href="zip_errors.html">
LINKBASE
=
'http://pubs.opengroup.org/onlinepubs/9699919799/functions/'
sed
-
E
-
e
's,(<a class="link-man" href=")([^"]*)(">),\1'"$LINKBASE"'\2\3,g'
-
e
"s,$LINKBASE"'(libzip|zip),\1,g'