From 767b12b6c2af23784ec499a1a726118d0e951813 Mon Sep 17 00:00:00 2001 From: cquike <17937361+cquike@users.noreply.github.com> Date: Wed, 4 May 2022 13:27:17 +0200 Subject: [PATCH] Remove --std=posix option from the manpage (#4077) The option --std=posix is was removed back in 2019 in commit cb06aebdab894c2ca767869889df8e1175aeb379 --- man/cppcheck.1.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index ddaf33cc2..5d917b068 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -537,8 +537,7 @@ There are false positives with this option. Each result must be carefully invest Set standard. The available options are: - posixPOSIX compatible codec89C code is C89 compatiblec99C code is C99 compatiblec11C code is C11 compatible (default)c++03C++ code is C++03 compatiblec++11C++ code is C++11 compatible (default) - Example to set more than one standards: 'cppcheck --std=c99 --std=posix file.cpp' + c89C code is C89 compatiblec99C code is C99 compatiblec11C code is C11 compatible (default)c++03C++ code is C++03 compatiblec++11C++ code is C++11 compatible (default)