diff options
author | 2019-10-07 14:59:59 +0000 | |
---|---|---|
committer | 2019-10-07 14:59:59 +0000 | |
commit | 1ce5e39d1ffa542da768ef7bba12b9ddb040d778 (patch) | |
tree | 7a11c4cc1b43f53313fc9fcf5929d2db6b71a9f6 | |
parent | As found by tb@, the name of the temporary file used when updating the (diff) | |
download | wireguard-openbsd-1ce5e39d1ffa542da768ef7bba12b9ddb040d778.tar.xz wireguard-openbsd-1ce5e39d1ffa542da768ef7bba12b9ddb040d778.zip |
Remove a message that the driver does not print any longer.
-rw-r--r-- | share/man/man4/man4.octeon/octpcie.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/man4.octeon/octpcie.4 b/share/man/man4/man4.octeon/octpcie.4 index af6ab7ad5a7..f277df5ef4e 100644 --- a/share/man/man4/man4.octeon/octpcie.4 +++ b/share/man/man4/man4.octeon/octpcie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: octpcie.4,v 1.1 2019/09/07 14:00:32 visa Exp $ +.\" $OpenBSD: octpcie.4,v 1.2 2019/10/07 14:59:59 visa Exp $ .\" .\" Copyright (c) 2019 Visa Hankala .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 7 2019 $ +.Dd $Mdocdate: October 7 2019 $ .Dt OCTPCIE 4 octeon .Os .Sh NAME @@ -36,8 +36,6 @@ bus. .It "octpcie0 port N: link timeout" The PCIe link did not establish. This happens if the PCIe slot is empty. -.It "octpcie0 port N: not in host mode" -The PCIe port is not in host mode and is ignored by the driver. .It "octpcie0 port N: reset timeout" The PCIe port failed to reset. This can happen if the PCIe port has not been wired. |