diff options
author | 2006-02-26 18:23:15 +0000 | |
---|---|---|
committer | 2006-02-26 18:23:15 +0000 | |
commit | 8fd54a615b4fb6adc1b9ef34e4beb8123ca52dc8 (patch) | |
tree | a8a5cba513468b1bd566f0cacf16ec2802752b73 | |
parent | consistent error message; from ray lai (diff) | |
download | wireguard-openbsd-8fd54a615b4fb6adc1b9ef34e4beb8123ca52dc8.tar.xz wireguard-openbsd-8fd54a615b4fb6adc1b9ef34e4beb8123ca52dc8.zip |
sync DIAGNOSTICS error messages.
-rw-r--r-- | share/man/man4/vic.4 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man4/vic.4 b/share/man/man4/vic.4 index 8ad663d3d94..a646a51179f 100644 --- a/share/man/man4/vic.4 +++ b/share/man/man4/vic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vic.4,v 1.3 2006/02/26 17:45:00 jmc Exp $ +.\" $OpenBSD: vic.4,v 1.4 2006/02/26 18:23:15 brad Exp $ .\" .\" Copyright (c) 2006 Reyk Floeter <reyk@openbsd.org> .\" @@ -99,15 +99,11 @@ VMware Server .El .Sh DIAGNOSTICS .Bl -diag -.It "vic%d: memory mapping is not available" -A fatal initialization error has occurred. -.It "vic%d: memory mapping of register space failed" +.It "vic%d: I/O mapping of register space failed" A fatal initialization error has occurred. .It "vic%d: interrupt mapping failed" A fatal initialization error has occurred. -.It "vic%d: failed to establish the interrupt" -A fatal initialization error has occurred. -.It "vic%d: failed to establish the shutdown hook" +.It "vic%d: couldn't establish interrupt" A fatal initialization error has occurred. .It "vic%d: watchdog timeout" The device has stopped responding to the network, or there is a problem with |