diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:10:39 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:07 +0700 |
commit | d07db8493d4d300ab8adab4fc12fc5dbe272bdbf (patch) | |
tree | 5a2009f942dc365872a13cf41977e68aa1aaa991 /development/ftnchek/README | |
parent | 56b866bb709bfd096090d7d4c0a7f88a831ae29e (diff) | |
download | slackbuilds-d07db8493d4d300ab8adab4fc12fc5dbe272bdbf.tar.gz |
development/ftnchek: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ftnchek/README')
-rw-r--r-- | development/ftnchek/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/development/ftnchek/README b/development/ftnchek/README index a5b2be5cfa..6b1166f254 100644 --- a/development/ftnchek/README +++ b/development/ftnchek/README @@ -1,8 +1,9 @@ ftnchek (a static analyzer for Fortran 77 programs) -ftnchek (short for Fortran checker) is designed to detect certain errors -in a Fortran program that a compiler usually does not. +ftnchek (short for Fortran checker) is designed to detect certain +errors in a Fortran program that a compiler usually does not. -ftnchek is not primarily intended to detect syntax errors. Its purpose is -to assist the user in finding semantic errors. Semantic errors are legal -in the Fortran language but are wasteful or may cause incorrect operation. +ftnchek is not primarily intended to detect syntax errors. Its purpose +is to assist the user in finding semantic errors. Semantic errors are +legal in the Fortran language but are wasteful or may cause incorrect +operation. |