From 9264a4f3f4a81bd4320fa7e06efafb9454fd3a61 Mon Sep 17 00:00:00 2001 From: Chad David Date: Sat, 8 Dec 2001 04:15:37 +0000 Subject: [PATCH] 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 --- share/man/man9/buf.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/buf.9 b/share/man/man9/buf.9 index 9a4b82cfd99..c68f7f9fa94 100644 --- a/share/man/man9/buf.9 +++ b/share/man/man9/buf.9 @@ -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