diff options
author | 2004-10-16 01:23:34 +0000 | |
---|---|---|
committer | 2004-10-16 01:23:34 +0000 | |
commit | f255f669379d9ffb87fd8230228d8bad7d08fa1e (patch) | |
tree | d7b95a81590eba905dbf895ae06731ed09892e15 | |
parent | Add Silicom U2E found in linux driver. ok dlg@ (diff) | |
download | wireguard-openbsd-f255f669379d9ffb87fd8230228d8bad7d08fa1e.tar.xz wireguard-openbsd-f255f669379d9ffb87fd8230228d8bad7d08fa1e.zip |
match the given breadn() prototype, ok marius@
-rw-r--r-- | share/man/man9/buffercache.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/buffercache.9 b/share/man/man9/buffercache.9 index e26d3d2ff83..3e97837bfc9 100644 --- a/share/man/man9/buffercache.9 +++ b/share/man/man9/buffercache.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: buffercache.9,v 1.1 2004/09/22 21:26:02 jmc Exp $ +.\" $OpenBSD: buffercache.9,v 1.2 2004/10/16 01:23:34 pedro Exp $ .\" $NetBSD: buffercache.9,v 1.13 2004/06/25 15:31:37 wiz Exp $ .\" .\" Copyright (c)2003 YAMAMOTO Takashi, @@ -224,7 +224,7 @@ Get a buffer as In addition, .Fn breadn will start read-ahead of blocks specified by -.Fa rablk , +.Fa rablks , .Fa rasizes , and .Fa nrablks . |