From ae388df50333b9d78e691a8bb6cfadd8f3539969 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Fri, 1 Mar 1996 07:35:41 +0000 Subject: Secondary name cache is per-directory now, not per-process. --- usr.bin/vmstat/vmstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 2ad30c48afd..e38fa9763fc 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1,4 +1,5 @@ /* $NetBSD: vmstat.c,v 1.27 1995/10/10 01:17:35 cgd Exp $ */ +/* $OpenBSD: vmstat.c,v 1.5 1996/03/01 07:35:40 tholo Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 @@ -612,7 +613,7 @@ dosum() nchstats.ncs_miss + nchstats.ncs_long; (void)printf("%9ld total name lookups\n", nchtotal); (void)printf( - "%9s cache hits (%d%% pos + %d%% neg) system %d%% per-process\n", + "%9s cache hits (%d%% pos + %d%% neg) system %d%% per-directory\n", "", PCT(nchstats.ncs_goodhits, nchtotal), PCT(nchstats.ncs_neghits, nchtotal), PCT(nchstats.ncs_pass2, nchtotal)); -- cgit v1.2.3