diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-04-21 18:27:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-04-21 18:27:44 +0000 |
| commit | 1f27c12a7e39d466c372f957e66e2e6da8b7993d (patch) | |
| tree | 141fa35e7b7744abbc96fa243f7b7163ec5a5af8 | |
| parent | 41c44039c989636239ff3043633b50b858bf1ac1 (diff) | |
Notes
| -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 f62f29cce7383..0025ed2baa4c4 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 7f63291770f67..01674e2d507b3 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 . |
