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:
Chad David 2001-12-08 04:15:37 +00:00
parent bc505f7742
commit 9264a4f3f4

View file

@ -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