Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpuffs Bump date for previous.



details:   https://anonhg.NetBSD.org/src/rev/91eb2d3b0178
branches:  trunk
changeset: 336185:91eb2d3b0178
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 16 10:48:34 2015 +0000

description:
Bump date for previous.
filesystem -> file system

diffstat:

 lib/libpuffs/puffs.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r e05bf2607647 -r 91eb2d3b0178 lib/libpuffs/puffs.3
--- a/lib/libpuffs/puffs.3      Mon Feb 16 10:22:00 2015 +0000
+++ b/lib/libpuffs/puffs.3      Mon Feb 16 10:48:34 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: puffs.3,v 1.60 2015/02/15 20:21:29 manu Exp $
+.\"    $NetBSD: puffs.3,v 1.61 2015/02/16 10:48:34 wiz Exp $
 .\"
 .\" Copyright (c) 2006, 2007, 2008 Antti Kantee.  All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 16, 2012
+.Dd February 15, 2015
 .Dt PUFFS 3
 .Os
 .Sh NAME
@@ -261,10 +261,10 @@
 .It Dv PUFFS_KFLAG_CACHE_DOTDOT
 Never send lookups for
 .Dq ..
-to the filesystem.
+to the file system.
 Parent vnodes are all kept active until their children are reclaimed.
 .It Dv PUFFS_KFLAG_NOFLUSH_META
-Do not send metadata cache flushes for time and size to the filesystem,
+Do not send metadata cache flushes for time and size to the file system,
 which should take care of updating the values on its own.
 .It Dv PUFFS_FLAG_OPDUMP
 This option makes the framework dump a textual representation of



Home | Main Index | Thread Index | Old Index