diff options
-rw-r--r-- | share/man/man9/device_is_alive.9 | 1 | ||||
-rw-r--r-- | share/man/man9/device_is_attached.9 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/device_is_alive.9 b/share/man/man9/device_is_alive.9 index f62f29c..0025ed2 100644 --- a/share/man/man9/device_is_alive.9 +++ b/share/man/man9/device_is_alive.9 @@ -44,6 +44,7 @@ Returns true if the device has successfully probed (but maybe not attached). Otherwise returns false. .Sh SEE ALSO .Xr device 9 +.Xr device_is_attached 9 .Sh AUTHORS This man page was written by .An Warner Losh . diff --git a/share/man/man9/device_is_attached.9 b/share/man/man9/device_is_attached.9 index 7f63291..01674e2 100644 --- a/share/man/man9/device_is_attached.9 +++ b/share/man/man9/device_is_attached.9 @@ -44,6 +44,7 @@ Returns true if the device has successfully attached. Otherwise returns false. .Sh SEE ALSO .Xr device 9 +.Xr device_is_alive 9 .Sh AUTHORS This man page was written by .An Warner Losh . |