diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2005-04-08 10:38:12 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2005-04-08 10:38:12 +0000 |
| commit | 101198470fc74bbb246b46bf9eb4d54296049e2e (patch) | |
| tree | 3013a7976aef9b0f6fc0c9aca0a6cdb9d06910fa | |
| parent | a5640f3d5460f18839c89408decb702375179b40 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/cdce.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/ng_netflow.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/cdce.4 b/share/man/man4/cdce.4 index 99a292c46c1bf..50ea08d0e4f47 100644 --- a/share/man/man4/cdce.4 +++ b/share/man/man4/cdce.4 @@ -73,7 +73,7 @@ driver does not support different media types or options. .Sh DIAGNOSTICS .Bl -diag .It "cdce%d: no union descriptor" -The driver couldn't fetch an interface descriptor from the USB +The driver could not fetch an interface descriptor from the USB device. For a manually added USB vendor/product, the CDCE_NO_UNION flag can be tried to work around the missing descriptor. diff --git a/share/man/man4/ng_netflow.4 b/share/man/man4/ng_netflow.4 index 5f4b10190b9da..8ad74f19ff0d8 100644 --- a/share/man/man4/ng_netflow.4 +++ b/share/man/man4/ng_netflow.4 @@ -218,7 +218,7 @@ node in this example is connected to The latter sends us a copy of IP packets, which we analyze and free. On .Va fxp0: -we don't use tee, but send packets back to ether node. +we do not use tee, but send packets back to ether node. .Bd -literal -offset indent /usr/sbin/ngctl -f- <<-SEQ # connect ng0's tee to iface0 hook |
