wrcache -> writecache

This commit is contained in:
Doug MacEachern 2007-11-06 04:37:19 +00:00
parent c2f6979c7e
commit 58dcb425c2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class Nfsstat extends SigarCommandBase {
new String[] { "null", "getattr", "setattr", "root", "lookup", "readlink" }); new String[] { "null", "getattr", "setattr", "root", "lookup", "readlink" });
printnfs(nfs, printnfs(nfs,
new String[] { "read", "wrcache", "write", "create", "remove", "rename" }); new String[] { "read", "writecache", "write", "create", "remove", "rename" });
printnfs(nfs, printnfs(nfs,
new String[] { "link", "symlink", "mkdir", "rmdir", "readdir", "fsstat" }); new String[] { "link", "symlink", "mkdir", "rmdir", "readdir", "fsstat" });