Module Name:    src
Committed By:   riastradh
Date:           Sun Mar 29 21:02:06 UTC 2015

Modified Files:
        src/share/man/man9: buffercache.9

Log Message:
Cull some obsolete parts of buffercache(9) man page.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man9/buffercache.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/buffercache.9
diff -u src/share/man/man9/buffercache.9:1.28 src/share/man/man9/buffercache.9:1.29
--- src/share/man/man9/buffercache.9:1.28	Sun Mar 29 20:56:01 2015
+++ src/share/man/man9/buffercache.9	Sun Mar 29 21:02:06 2015
@@ -1,4 +1,4 @@
-.\"     $NetBSD: buffercache.9,v 1.28 2015/03/29 20:56:01 riastradh Exp $
+.\"     $NetBSD: buffercache.9,v 1.29 2015/03/29 21:02:06 riastradh Exp $
 .\"
 .\" Copyright (c)2003 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -223,13 +223,6 @@ will start read-ahead of blocks specifie
 .Fa rasizes ,
 .Fa nrablks .
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-.It Fn breada "vp" "blkno" "size" "rablkno" "rabsize" "cred" "flags" "bpp"
-Same as
-.Fn breadn
-with single block read-ahead.
-This function is for compatibility with old filesystem code and
-shouldn't be used by new ones.
-.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .It Fn bwrite "bp"
 Write a block.
 Start I/O for write using
@@ -335,9 +328,3 @@ The buffer cache subsystem is implemente
 .%I "Addison Wesley"
 .%D 1996
 .Re
-.\" ------------------------------------------------------------
-.Sh BUGS
-In the current implementation,
-.Fn bread
-and its variants
-don't use a specified credential.

Reply via email to