diff options
author | arr <arr@FreeBSD.org> | 2001-12-16 07:46:15 +0000 |
---|---|---|
committer | arr <arr@FreeBSD.org> | 2001-12-16 07:46:15 +0000 |
commit | a2b097752dd169d03d988a58408def4b52a756ca (patch) | |
tree | 893346a5c11ae864803edf771c2411df2bae853b | |
parent | e34d62b7ce86cb8e8bf9e2c48925462a54c8cd2b (diff) | |
download | FreeBSD-src-a2b097752dd169d03d988a58408def4b52a756ca.zip FreeBSD-src-a2b097752dd169d03d988a58408def4b52a756ca.tar.gz |
- typo 'f' should be 't'
-rw-r--r-- | share/man/man9/vm_page_wire.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/vm_page_wire.9 b/share/man/man9/vm_page_wire.9 index 587822c..59bbce9 100644 --- a/share/man/man9/vm_page_wire.9 +++ b/share/man/man9/vm_page_wire.9 @@ -44,7 +44,7 @@ .Sh DESCRIPTION The .Fn vm_page_wire -function increments the wire count on a page, and removes if from +function increments the wire count on a page, and removes it from whatever queue it is on. .Pp The |