From 9704bfcdfb387e965ea60eaf488c4644d45deaeb Mon Sep 17 00:00:00 2001 From: David Malone Date: Mon, 13 Nov 2000 16:18:46 +0000 Subject: [PATCH] Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also section. --- share/man/man9/style.9 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 5d63066da84..fcf1a07a430 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -545,10 +545,14 @@ approximately compliant in the repository must not diverge from compliance. .Pp Whenever possible, code should be run through a code checker -(e.g., "gcc -Wall" or xlint(1)) and produce minimal warnings. +(e.g., +.Xr lint 1 +or +"gcc -Wall") and produce minimal warnings. .Sh SEE ALSO .Xr indent 1 , +.Xr lint 1 , .Xr err 3 , .Xr sysexits 3 , .Xr warn 3