diff options
author | peter <peter@FreeBSD.org> | 2001-11-09 01:01:50 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-11-09 01:01:50 +0000 |
commit | b77568ce81b74acf7927ee3ec4c67274ee99608f (patch) | |
tree | 16bebc09dfce0c4a626fdc56ecbd2a459e2453bf /lib | |
parent | 456961a754afe789c40aa4566b3befe278de60c4 (diff) | |
download | FreeBSD-src-b77568ce81b74acf7927ee3ec4c67274ee99608f.zip FreeBSD-src-b77568ce81b74acf7927ee3ec4c67274ee99608f.tar.gz |
Note that the manpage is incorrect about the vector argument.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mincore.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2 index d39e752..a17a02d 100644 --- a/lib/libc/sys/mincore.2 +++ b/lib/libc/sys/mincore.2 @@ -71,6 +71,9 @@ The .Fa vec argument points to an illegal address. .El +.Sh BUGS +This man page is incorrect. +The vector description is wrong. .Sh SEE ALSO .Xr madvise 2 , .Xr mprotect 2 , |