diff options
author | 2010-12-16 20:15:46 +0000 | |
---|---|---|
committer | 2010-12-16 20:15:46 +0000 | |
commit | ff8255d61eb80956ad91d9bcc7acdce96efde138 (patch) | |
tree | 5c2f95bba5d879a6b256d61f6715ae3018b4eb3f | |
parent | avoid pointer arithmetic on void * (diff) | |
download | wireguard-openbsd-ff8255d61eb80956ad91d9bcc7acdce96efde138.tar.xz wireguard-openbsd-ff8255d61eb80956ad91d9bcc7acdce96efde138.zip |
tweak previous;
-rw-r--r-- | share/man/man4/uticom.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/uticom.4 b/share/man/man4/uticom.4 index 407d124a53a..4e45af506c0 100644 --- a/share/man/man4/uticom.4 +++ b/share/man/man4/uticom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uticom.4,v 1.4 2010/12/15 14:56:03 jasper Exp $ +.\" $OpenBSD: uticom.4,v 1.5 2010/12/16 20:15:46 jmc Exp $ .\" Copyright (c) 2007 .\" The DragonFly Project. All rights reserved. .\" @@ -29,7 +29,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 15 2010 $ +.Dd $Mdocdate: December 16 2010 $ .Dt UTICOM 4 .Os .Sh NAME @@ -72,8 +72,7 @@ and .Sh CAVEATS The .Nm -driver -driver doesn't support devices which have internal EEPROM with +driver doesn't support devices which have an internal EEPROM with firmware (yet). .Pp Devices with multiple ports will attach all ports, though only |