diff options
author | chris <chris@FreeBSD.org> | 2000-06-23 04:25:10 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-06-23 04:25:10 +0000 |
commit | f8c9b87af4db41bc0d2915feedab9f297c2d5e3c (patch) | |
tree | da43679d4e8ceb31e29093bd197fc80b525d8652 /lib | |
parent | 46adbb377e050bb56284ff69ebef46d80c358925 (diff) | |
download | FreeBSD-src-f8c9b87af4db41bc0d2915feedab9f297c2d5e3c.zip FreeBSD-src-f8c9b87af4db41bc0d2915feedab9f297c2d5e3c.tar.gz |
Replace an erroneous `.Va error' with `.Va errno'.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mincore.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2 index 3f6ce3f..cd34c5a 100644 --- a/lib/libc/sys/mincore.2 +++ b/lib/libc/sys/mincore.2 @@ -63,7 +63,7 @@ returns 0 and .Fa vec is updated to reflect the page status. Otherwise a value of -1 is returned and -.Va error +.Va errno is set to indicate the error. .Sh ERRORS .Bl -tag -width Er |