summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/style.94
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