summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-06 17:33:38 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-06 17:33:38 +0000
commitd48e9e9ea11ebb6b2c5df5920cb3b0e9d46f4ba8 (patch)
treebdf19262a7687308656f8dbcb40784493ddacb00
parentffcbf9596c29205db41a6e50bcafbe72cf8f303e (diff)
downloadFreeBSD-src-d48e9e9ea11ebb6b2c5df5920cb3b0e9d46f4ba8.zip
FreeBSD-src-d48e9e9ea11ebb6b2c5df5920cb3b0e9d46f4ba8.tar.gz
Use .Fn function_name
MFC after: 3 days
-rw-r--r--share/man/man9/DEVICE_SHUTDOWN.96
1 files 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.
OpenPOWER on IntegriCloud