diff options
author | 2011-08-19 14:28:52 +0000 | |
---|---|---|
committer | 2011-08-19 14:28:52 +0000 | |
commit | d9158797de65b7cf4c77697eb2809475f6d4ab90 (patch) | |
tree | 079b1c4641271a690edc0116144d0dee39c84c91 | |
parent | Make sure the stack is properly aligned for using SSE instructions. While (diff) | |
download | wireguard-openbsd-d9158797de65b7cf4c77697eb2809475f6d4ab90.tar.xz wireguard-openbsd-d9158797de65b7cf4c77697eb2809475f6d4ab90.zip |
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. |