flawfinder.1: Add missing period.
This commit is contained in:
parent
981d4203b1
commit
16caee60e0
|
@ -78,7 +78,7 @@ programs) and will treat constant strings
|
||||||
passed through gettext as though they were constant strings; this reduces
|
passed through gettext as though they were constant strings; this reduces
|
||||||
the number of false hits in internationalized programs.
|
the number of false hits in internationalized programs.
|
||||||
Flawfinder will do the same sort of thing with _T() and _TEXT(),
|
Flawfinder will do the same sort of thing with _T() and _TEXT(),
|
||||||
common Microsoft macros for handling internationalized programs
|
common Microsoft macros for handling internationalized programs.
|
||||||
.\" For more info, see: http://www.rpi.edu/~pudeyo/articles/unicode.html
|
.\" For more info, see: http://www.rpi.edu/~pudeyo/articles/unicode.html
|
||||||
Flawfinder correctly ignores most text inside comments and strings.
|
Flawfinder correctly ignores most text inside comments and strings.
|
||||||
Normally flawfinder shows all hits with a risk level of at least 1,
|
Normally flawfinder shows all hits with a risk level of at least 1,
|
||||||
|
|
Loading…
Reference in New Issue