From d48e9e9ea11ebb6b2c5df5920cb3b0e9d46f4ba8 Mon Sep 17 00:00:00 2001 From: keramida Date: Thu, 6 Jan 2005 17:33:38 +0000 Subject: Use .Fn function_name MFC after: 3 days --- share/man/man9/DEVICE_SHUTDOWN.9 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man9/DEVICE_SHUTDOWN.9 b/share/man/man9/DEVICE_SHUTDOWN.9 index 4718c3a..a38fae4 100644 --- a/share/man/man9/DEVICE_SHUTDOWN.9 +++ b/share/man/man9/DEVICE_SHUTDOWN.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 16, 1998 +.Dd January 6, 2005 .Dt DEVICE_SHUTDOWN 9 .Os .Sh NAME @@ -40,7 +40,9 @@ .Ft int .Fn DEVICE_SHUTDOWN "device_t dev" .Sh DESCRIPTION -This is called during system shutdown to allow the driver to put the +The +.Fn DEVICE_SHUTDOWN +method is called during system shutdown to allow the driver to put the hardware into a consistent state for rebooting the computer. .Sh RETURN VALUES Zero is returned on success, otherwise an error is returned. -- cgit v1.1