diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-07 00:06:21 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-07 00:06:21 +0000 |
commit | 86b292ffbd52cf8fb3f73834b0571641724258fb (patch) | |
tree | a3ba6912210e1b413706c71ed63a536ccf343f46 /usr.bin/xlint | |
parent | 427df293eed445a29412d2cbcccd03a733389070 (diff) | |
download | FreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.zip FreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.tar.gz |
Correct some man page cross references and file location references.
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 99d459c..d264d15 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -383,7 +383,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 @@ -488,7 +488,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. |