diff options
author | Russ Cox <rsc@swtch.com> | 2008-06-14 13:29:05 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-06-14 13:29:05 -0400 |
commit | a8e7aff24a38f2dd40024f2a055ffad6abef331c (patch) | |
tree | 50ad51e7b76852107e9bfc0e309e9f53117194d8 | |
parent | 64f9764ea9f958a1abc7a32424f43019723e9e53 (diff) | |
download | plan9port-a8e7aff24a38f2dd40024f2a055ffad6abef331c.tar.gz plan9port-a8e7aff24a38f2dd40024f2a055ffad6abef331c.tar.bz2 plan9port-a8e7aff24a38f2dd40024f2a055ffad6abef331c.zip |
venti-cache(3): delete vtblockdirty
-rw-r--r-- | man/man3/venti-cache.3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/man3/venti-cache.3 b/man/man3/venti-cache.3 index d74145a2..9a90dd58 100644 --- a/man/man3/venti-cache.3 +++ b/man/man3/venti-cache.3 @@ -2,7 +2,6 @@ .SH NAME VtBlock, VtCache, vtblockcopy, -vtblockdirty, vtblockduplock, vtblockput, vtblockwrite, @@ -77,9 +76,6 @@ void vtcachesetwrite(VtCache *c, .PP .B VtBlock* vtblockcopy(VtBlock *b); -.PP -.B -int vtblockdirty(VtBlock *b); .SH DESCRIPTION These functions provide access to a simple in-memory cache of blocks already stored on a Venti server |