diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 00:58:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 00:58:31 +0000 |
commit | c95ddcfe1ea9a29bdb5719959983909e087f3421 (patch) | |
tree | f65f72a56b02e3fc9d3313d8d644222d5ca2938b /sbin/modunload | |
parent | 718e5a18540c01b4cec8df60557e7f8278c01f07 (diff) |
fix typo
Diffstat (limited to 'sbin/modunload')
-rw-r--r-- | sbin/modunload/modunload.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index 28cae0c1f98..a6530353cd7 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/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 |