From de70bf980bc7cb349c4a623973b24dff5a5841cd Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 28 Apr 2016 17:48:52 +0000 Subject: [PATCH] Remove a stale reference to the removed RF_TIMESHARE flag. --- share/man/man9/bus_alloc_resource.9 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index 2e5d5064560..9e581d7321f 100644 --- a/share/man/man9/bus_alloc_resource.9 +++ b/share/man/man9/bus_alloc_resource.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 23, 2016 +.Dd April 28, 2016 .Dt BUS_ALLOC_RESOURCE 9 .Os .Sh NAME @@ -162,8 +162,6 @@ For example, cannot share IRQs while .Xr cardbus 4 can. -.It Dv RF_TIMESHARE -resource permits time-division sharing. .El .El .Sh RETURN VALUES