]> granicus.if.org Git - strace/commit
ioctlent.sh: sync lookup regexps that are used in grep and sed
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 16 Jan 2015 19:59:21 +0000 (19:59 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 16 Jan 2015 20:20:38 +0000 (20:20 +0000)
commit3d633bd30288e0b8c1032b0a7db528d3f94fb533
tree5121c749c153a6e666b1dbd17593efe83836b2d5
parent868a66659c74c9f214024e0c7cc80207110db023
ioctlent.sh: sync lookup regexps that are used in grep and sed

ioctlent.sh looks for ioctl command names using grep, and fetches them
with their definitions using sed.  Historically, lookup regexps used in
grep and sed are slightly different, which makes the script more
complicated than necessary.
linux/ioctlent.sh