aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/mktables
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2018-10-23 06:31:19 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2018-10-23 06:31:19 +0000
commitc5c5072bb0d088216ac3f8602929274a543e1057 (patch)
tree72981d8882f92381fcd877b4a9620e133889f0eb /lib/libsysdecode/mktables
parent940f62d616c8bdfaa5dc585e387044d1cc99ea3a (diff)
downloadsrc-c5c5072bb0d088216ac3f8602929274a543e1057.tar.gz
src-c5c5072bb0d088216ac3f8602929274a543e1057.zip
Notes
Diffstat (limited to 'lib/libsysdecode/mktables')
-rw-r--r--lib/libsysdecode/mktables2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsysdecode/mktables b/lib/libsysdecode/mktables
index f5a231d9da35..39f3a4f30b4a 100644
--- a/lib/libsysdecode/mktables
+++ b/lib/libsysdecode/mktables
@@ -123,7 +123,7 @@ gen_table "rlimit" "RLIMIT_[A-Z]+[[:space:]]+[0-9]+" "sys/
gen_table "rusage" "RUSAGE_[A-Z]+[[:space:]]+[-0-9]+" "sys/resource.h"
gen_table "schedpolicy" "SCHED_[A-Z]+[[:space:]]+[0-9]+" "sched.h"
gen_table "sendfileflags" "SF_[A-Z]+[[:space:]]+[0-9]+" "sys/socket.h"
-gen_table "shmatflags" "SHM_[A-Z]+[[:space:]]+[0-9]{6}+" "sys/shm.h"
+gen_table "shmatflags" "SHM_[A-Z]+[[:space:]]+[0-9]{6}" "sys/shm.h"
gen_table "shutdownhow" "SHUT_[A-Z]+[[:space:]]+[0-9]+" "sys/socket.h"
gen_table "sigbuscode" "BUS_[A-Z]+[[:space:]]+[0-9]+" "sys/signal.h"
gen_table "sigchldcode" "CLD_[A-Z]+[[:space:]]+[0-9]+" "sys/signal.h"