From f91e3ea60b01a311e151e5ebe55e7c2e4b2fc5b1 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Thu, 25 Jan 2018 23:40:36 -0500 Subject: [PATCH] Note in man page that the extension .c++ is supported This fixes SF bug #10. My thanks to philipp for reporting this. Signed-off-by: David A. Wheeler --- flawfinder.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flawfinder.1 b/flawfinder.1 index 8c0f96d..e12199c 100644 --- a/flawfinder.1 +++ b/flawfinder.1 @@ -188,7 +188,7 @@ While searching directories recursively, flawfinder only opens and examines regular files that have C/C++ filename extensions. Flawfinder presumes that files are C/C++ files if they have the extensions ".c", ".h", ".ec", ".ecp", ".pgc", ".C", ".cpp", -".CPP", ".cxx", ".cc", ".CC", ".pcc", ".hpp", or ".H". +".CPP", ".cxx", ".c++", ".cc", ".CC", ".pcc", ".hpp", or ".H". The filename ``\-'' means the standard input. To prevent security problems, special files (such as device special files and named pipes) are