diff options
author | aschrijver <aschrijver@cvs.openbsd.org> | 2011-08-19 14:28:53 +0000 |
---|---|---|
committer | aschrijver <aschrijver@cvs.openbsd.org> | 2011-08-19 14:28:53 +0000 |
commit | 0a4fb9a8e1ecaba97b6e14b4a44d6207b3902d0b (patch) | |
tree | e252cad2ff9c528f08c12a239bbc60e0c455efea | |
parent | 1e2aefa70a9dc124510c9e4d8f59f1a12788a1ed (diff) |
Don't mention loadable streams modules are lacking.
OK mikeb@ millert@
-rw-r--r-- | share/man/man4/lkm.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index 2d27be0de1c..b931b4640bf 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkm.4,v 1.15 2008/08/02 09:17:46 jmc Exp $ +.\" $OpenBSD: lkm.4,v 1.16 2011/08/19 14:28:52 aschrijver Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -26,7 +26,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. .\" -.Dd $Mdocdate: August 2 2008 $ +.Dd $Mdocdate: August 19 2011 $ .Dt LKM 4 .Os .Sh NAME @@ -139,6 +139,3 @@ to the loadable kernel modules facility provided by .An Terrence R. Lambert Aq terry@cs.weber.edu .Sh BUGS Loading a bogus module is likely to kill your machine. -.Pp -Loadable streams modules should and will be implemented -when a streams implementation is written. |