diff options
author | dd <dd@FreeBSD.org> | 2002-03-09 07:05:22 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-03-09 07:05:22 +0000 |
commit | 2984232a9677e06779c33fb03458a9f45b16a060 (patch) | |
tree | f7017a9e5294741aa6abfc1c83ec909253a2e011 /lib/libc | |
parent | 247e6b16ee65ba6b81c9404f75ca2eed4fb7da5e (diff) | |
download | FreeBSD-src-2984232a9677e06779c33fb03458a9f45b16a060.zip FreeBSD-src-2984232a9677e06779c33fb03458a9f45b16a060.tar.gz |
Correct a typo.
Submitted by: peter.kusenda@accenture.com
Diffstat (limited to 'lib/libc')
-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 a17a02d..2ff958c 100644 --- a/lib/libc/sys/mincore.2 +++ b/lib/libc/sys/mincore.2 @@ -61,7 +61,7 @@ that the page is in-core. .Sh ERRORS .Bl -tag -width Er .It Bq Er EINVAL -The virtial address range specified by the +The virtual address range specified by the .Fa addr and .Fa len |