fix a reference in "SEE ALSO" (modunload(8) mistakenly references

itself instead of modload(8))
This commit is contained in:
torstenb 1995-10-26 21:44:11 +00:00
parent 08d0610487
commit c59afb83a5

View File

@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: modunload.8,v 1.2 1994/08/19 13:29:23 davidg Exp $
.\" $Id: modunload.8,v 1.3 1994/08/19 13:40:41 davidg Exp $
.\"
.Dd June 7, 1993
.Dt MODUNLOAD 8
@ -62,7 +62,7 @@ utility exits with a status of 0 on success
and with a nonzero status if an error occurs.
.Sh SEE ALSO
.Xr lkm 4 ,
.Xr modunload 8 ,
.Xr modload 8 ,
.Xr modstat 8
.Sh HISTORY
The