diff options
author | imp <imp@FreeBSD.org> | 2003-04-21 18:27:44 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-04-21 18:27:44 +0000 |
commit | 68d1cc4cc56aa153d88ebdd81328775aa1563850 (patch) | |
tree | 141fa35e7b7744abbc96fa243f7b7163ec5a5af8 /share | |
parent | f754bd570170b36c05b198b3396c3ed93e154495 (diff) | |
download | FreeBSD-src-68d1cc4cc56aa153d88ebdd81328775aa1563850.zip FreeBSD-src-68d1cc4cc56aa153d88ebdd81328775aa1563850.tar.gz |
Xref these two functions, since they are similar enough to cause confusion.
Diffstat (limited to 'share')
-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 . |