Sign in
flutter
/
third_party
/
libzip
/
6b893cca71af9eb63798441afd384915782e3931
/
.
/
man
/
fix-man-links.sh
blob: 53b7b076620c0e4fe3a9842df2c536ebd6f5ef15 [
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="Xr" href=")([^"]*)(">),\1'"$LINKBASE"'\2\3,g'
-
e
"s,$LINKBASE"'(libzip|zip),\1,g'