diff options
author | 2006-08-10 10:10:07 +0000 | |
---|---|---|
committer | 2006-08-10 10:10:07 +0000 | |
commit | d16ba797061530496ab5b519f4d768746bb96004 (patch) | |
tree | e72a3415bd3ff75ba2dd4f2f67326e818345d80e | |
parent | fix a use-after-free (read) of a mbuf in wpi_tx_intr(). (diff) | |
download | wireguard-openbsd-d16ba797061530496ab5b519f4d768746bb96004.tar.xz wireguard-openbsd-d16ba797061530496ab5b519f4d768746bb96004.zip |
bad comma;
-rw-r--r-- | share/man/man4/rum.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/rum.4 b/share/man/man4/rum.4 index 4adde518eb8..09e5778f590 100644 --- a/share/man/man4/rum.4 +++ b/share/man/man4/rum.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rum.4,v 1.6 2006/08/10 07:39:12 damien Exp $ +.\" $OpenBSD: rum.4,v 1.7 2006/08/10 10:10:07 jmc Exp $ .\" .\" Copyright (c) 2005, 2006 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -26,7 +26,7 @@ .Sh DESCRIPTION The .Nm -driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB, +driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets. .Pp The RT2501USB chipset is the second generation of 802.11a/b/g adapters from |