aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/style.9
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2000-11-13 16:18:46 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2000-11-13 16:18:46 +0000
commit9704bfcdfb387e965ea60eaf488c4644d45deaeb (patch)
tree0f8cf3a7d3d40563ade12f6782f0cb2aa881a822 /share/man/man9/style.9
parentec9a57e8aced552fb0744c754645bda300a87b91 (diff)
downloadsrc-9704bfcdfb387e965ea60eaf488c4644d45deaeb.tar.gz
src-9704bfcdfb387e965ea60eaf488c4644d45deaeb.zip
Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also
section.
Notes
Notes: svn path=/head/; revision=68681
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r--share/man/man9/style.96
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 5d63066da84a..fcf1a07a430f 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