diff options
author | 2005-12-18 17:43:17 +0000 | |
---|---|---|
committer | 2005-12-18 17:43:17 +0000 | |
commit | 50ef5a6a96d678156b06bf6ad9eb878efaf8d2df (patch) | |
tree | 39773482fafa4c0e71d3e860c0d104fae63989d1 /share/man/man4/em.4 | |
parent | Fix some signed vs. unsigned issues found by lint. OK krw@ (diff) | |
download | wireguard-openbsd-50ef5a6a96d678156b06bf6ad9eb878efaf8d2df.tar.xz wireguard-openbsd-50ef5a6a96d678156b06bf6ad9eb878efaf8d2df.zip |
Typo; p/o kustov@telex221.ru.
Diffstat (limited to 'share/man/man4/em.4')
-rw-r--r-- | share/man/man4/em.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index c34a0fa3ae9..06d28d2c98b 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: em.4,v 1.22 2005/11/15 00:58:30 brad Exp $ +.\" $OpenBSD: em.4,v 1.23 2005/12/18 17:43:17 grange Exp $ .\" Copyright (c) 2002 Intel Corporation .\" All rights reserved. .\" Redistribution and use in source and binary forms of the Software, with or without @@ -41,7 +41,7 @@ The .Nm driver provides support for PCI, PCI-X and PCI Express Gigabit Ethernet adapters based on the Intel 82540EM, 82540EP, 82541EI, 82541ER, 82541GI, 82542, 82543GC, -82544EI, 82544GC, 82545EM, 82545GC, 82546EB, 82546GB, 82457EI, 82547GI, 82571EB, +82544EI, 82544GC, 82545EM, 82545GC, 82546EB, 82546GB, 82547EI, 82547GI, 82571EB, 82572EI, 82573E and 82573L Ethernet controller chips. The driver supports IPv4 receive IP/TCP/UDP checksum offload on all but 82542-based adapters and Jumbo frames on all but 82573-based adapters. |