diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-08 13:15:59 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-08 13:15:59 +0000 |
commit | 6d62d435e16559ffe2c0358f17744110574379e6 (patch) | |
tree | 4ca23c0de4fb0eeebaa82a8335bb29cfe33b5333 | |
parent | f7fc53e908eb14e7458052c6cb35e97dc6b621fc (diff) |
lclint is not in the ports tree anymore, splint is. OK jmc@.
-rw-r--r-- | share/man/man9/style.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 4cbfb6748b8..0010e3052fa 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.40 2005/07/09 08:05:08 jmc Exp $ +.\" $OpenBSD: style.9,v 1.41 2005/08/08 13:15:58 xsa Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -643,7 +643,7 @@ Whenever possible, code should be run through a code checker (e.g., .Dq Li gcc -Wall -W -Wtraditional -Wpointer-arith -Wbad-function-cast ... , .Xr lint 1 -or lclint from the ports tree) and produce minimal warnings. +or splint from the ports tree) and produce minimal warnings. .Pp Note that documentation follows its own style guide, as documented in |