summaryrefslogtreecommitdiffstats
path: root/share/man/man9/device_enable.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/device_enable.9')
-rw-r--r--share/man/man9/device_enable.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/device_enable.9 b/share/man/man9/device_enable.9
index a2b4070..7e7fdc9 100644
--- a/share/man/man9/device_enable.9
+++ b/share/man/man9/device_enable.9
@@ -50,11 +50,11 @@ Each device has an enabled flag associated with it. A device is
enabled by default when it is created but may be disabled (for
instance to prevent a destructive or time consuming probe attempt).
To disable a device, call
-.Xr device_disable 9 ,
+.Fn device_disable ,
to re-enable it, call
-.Xr device_enable 9
+.Fn device_enable
and to test to see if a device is enabled, call
-.Xr device_is_enabled 9 .
+.Fn device_is_enabled .
.Sh SEE ALSO
.Xr device 9
.Sh AUTHORS
OpenPOWER on IntegriCloud