mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Add back reference to buf(9) removed in r32223 as buf(9) was added
in r42016. Approved by: bapt (mentor)
This commit is contained in:
parent
e3b7979645
commit
c41b028cb6
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 24, 1996
|
||||
.Dd February 2, 2014
|
||||
.Dt VOP_STRATEGY 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -57,7 +57,7 @@ Always zero.
|
|||
Errors should be signalled by setting BIO_ERROR on b_ioflags field in struct buf,
|
||||
and setting b_error to the appropriate errno value.
|
||||
.Sh SEE ALSO
|
||||
.\" .Xr buf 9 ,
|
||||
.Xr buf 9 ,
|
||||
.Xr vnode 9
|
||||
.Sh AUTHORS
|
||||
This manual page was written by
|
||||
|
|
|
|||
Loading…
Reference in a new issue