Module Name: src
Committed By: yamt
Date: Wed Jan 4 16:18:11 UTC 2012
Modified Files:
src/usr.bin/fincore: fincore.1
Log Message:
SEE ALSO and CAVEATS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/fincore/fincore.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/fincore/fincore.1
diff -u src/usr.bin/fincore/fincore.1:1.2 src/usr.bin/fincore/fincore.1:1.3
--- src/usr.bin/fincore/fincore.1:1.2 Fri Dec 9 19:15:11 2011
+++ src/usr.bin/fincore/fincore.1 Wed Jan 4 16:18:11 2012
@@ -1,6 +1,6 @@
-.\" $NetBSD: fincore.1,v 1.2 2011/12/09 19:15:11 wiz Exp $
+.\" $NetBSD: fincore.1,v 1.3 2012/01/04 16:18:11 yamt Exp $
.\"
-.\" Copyright (c)2011 YAMAMOTO Takashi,
+.\" Copyright (c)2011,2012 YAMAMOTO Takashi,
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\" ------------------------------------------------------------
-.Dd December 9, 2011
+.Dd January 5, 2012
.Dt FINCORE 1
.Os
.\" ------------------------------------------------------------
@@ -91,8 +91,8 @@ each in-core pages.
.\"utility first appeared in
.\".Nx XXX .
.\" ------------------------------------------------------------
-.\".Sh SEE ALSO
-.\".Xr XXX
+.Sh SEE ALSO
+.Xr mincore 2
.\" ------------------------------------------------------------
.Sh AUTHORS
The
@@ -100,6 +100,14 @@ The
utility is written by
.An YAMAMOTO Takashi .
.\" ------------------------------------------------------------
+.Sh CAVEATS
+The concept of page cache is an implementation detail of the kernel.
+The
+.Nm
+utility works using some assumptions on the current implementation.
+Thus it might stop working in a future version of
+.Nx .
+.\" ------------------------------------------------------------
.Sh BUGS
The amount of CPU time the current implementation of
.Nm