diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-17 07:40:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-17 07:40:30 +0000 |
commit | c3cec99eaf0a6f7ddc5c9ab67d51efff020d036a (patch) | |
tree | df793fba3f6232778da246914181bddc70539c4e /usr.bin/xlint | |
parent | bb192a4befb42fd42959c287aa276732258c1c80 (diff) |
fix Xr
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index e36d809fb25..8ddb96303e4 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lint.1,v 1.4 1996/10/08 01:20:58 michaels Exp $ +.\" $OpenBSD: lint.1,v 1.5 1997/07/17 07:40:29 deraadt Exp $ .\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $ .\" .\" Copyright (c) 1994, 1995 Jochen Pohl @@ -384,7 +384,7 @@ Suppress complaints about use of long long integer types. At appropriate points, inhibit complaints about unreachable code. (This comment is typically placed just after calls to functions like -.Xr exit 2 ). +.Xr exit 3 ). .It Li /* PRINTFLIKE Ns Ar n Li */ makes .Nm @@ -489,7 +489,7 @@ temporaries Jochen Pohl .Sh BUGS The routines -.Xr exit 2 , +.Xr exit 3 , .Xr longjmp 3 and other functions that do not return are not understood; this causes various incorrect diagnostics. |