X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_posix.sh;h=30f97bed59a7e31f704a996364dd0949e8acb828;hb=45974460597845d5b3a9a8163fd5317ade8fff15;hp=420d121591ee1ca45976173ccde1784014cf95f5;hpb=5023a4279dc30a2b6455986c3e3f9272dbdb311a;p=musl-tables diff --git a/tab_posix.sh b/tab_posix.sh index 420d121..30f97be 100755 --- a/tab_posix.sh +++ b/tab_posix.sh @@ -80,8 +80,11 @@ BEGIN { s = s "" $1 "" n = split($2, x, " ") s = s "" - for (i = 1; i <= n; i++) - s = s " " x[i] "" + for (i = 1; i <= n; i++) { + h = x[i] + gsub(/\//, "_", h) + s = s " " x[i] "" + } n = split($3, x, " ") s = s "" for (i = 1; i <= n; i++)