diff top/maint.mk @ 19526:746a94b46791

maint.mk: exempt "/proc/filesystems" from "file system" syntax check * top/maint.mk (sc_file_system): Don't complain about "/proc/filesystems".
author Jim Meyering <meyering@fb.com>
date Sat, 03 Feb 2018 16:57:36 -0800
parents 10eb9086bea0
children 2dc9b14f6416
line wrap: on
line diff
--- a/top/maint.mk	Sat Feb 03 14:05:45 2018 +0100
+++ b/top/maint.mk	Sat Feb 03 16:57:36 2018 -0800
@@ -421,6 +421,7 @@
 
 sc_file_system:
 	@prohibit=file''system						\
+	exclude='/proc/filesystems'					\
 	ignore_case=1							\
 	halt='found use of "file''system"; spell it "file system"'	\
 	  $(_sc_search_regexp)