mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
Because of this apropos notes a BUF(9) page that does not exist. Reviewed by: alfred
This commit is contained in:
parent
bc505f7742
commit
9264a4f3f4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
.Dt BUF 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm BUF
|
||||
.Nm buf
|
||||
.Nd "kernel buffer I/O scheme used in FreeBSD VM system"
|
||||
.Sh DESCRIPTION
|
||||
The kernel implements a KVM abstraction of the buffer cache which allows it
|
||||
|
|
|
|||
Loading…
Reference in a new issue