diff options
author | 2013-06-02 21:52:51 +0000 | |
---|---|---|
committer | 2013-06-02 21:52:51 +0000 | |
commit | 239c6301f9ee8b9583c1f5abc974c23acb14e455 (patch) | |
tree | 9f9cebc6210d8c357b525184f55978f279d40c2f | |
parent | Start working on hibernate support for Loongson (diff) | |
download | wireguard-openbsd-239c6301f9ee8b9583c1f5abc974c23acb14e455.tar.xz wireguard-openbsd-239c6301f9ee8b9583c1f5abc974c23acb14e455.zip |
Ted missed a few percent signs in diagnostic messages;
"just fix them" tedu@
Two of the affected messages are actually a bit different
in the source code, so fix that too.
-rw-r--r-- | share/man/man4/ath.4 | 4 | ||||
-rw-r--r-- | share/man/man4/uath.4 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 4f16a56f5fa..a0196797669 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ath.4,v 1.56 2013/06/02 20:23:33 tedu Exp $ +.\" $OpenBSD: ath.4,v 1.57 2013/06/02 21:52:51 schwarze Exp $ .\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $ .\" .\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting @@ -222,7 +222,7 @@ wpakey mywpakey .Ed .Sh DIAGNOSTICS .Bl -diag -.It "ath0: unable to attach hardware; HAL status %u" +.It "ath0: unable to attach hardware; HAL status N" The Hardware Access Layer was unable to configure the hardware as requested. The status code is explained in the HAL include file diff --git a/share/man/man4/uath.4 b/share/man/man4/uath.4 index d4a3fc1fafc..d6027cf7fc6 100644 --- a/share/man/man4/uath.4 +++ b/share/man/man4/uath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uath.4,v 1.29 2013/06/02 20:23:34 tedu Exp $ +.\" $OpenBSD: uath.4,v 1.30 2013/06/02 21:52:51 schwarze Exp $ .\" .\" Copyright (c) 2006 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -144,13 +144,13 @@ dhcp For some reason, the driver was unable to read the firmware image from the filesystem. The file might be missing or corrupted. -.It "uath0: could not load firmware (error=%s)" +.It "uath0: could not load firmware (error=...)" An error occurred while attempting to upload the firmware to the onboard MIPS R4000 processor. -.It "uath0: could not initialize adapter (error=N)" +.It "uath0: could not initialize adapter" The firmware was uploaded successfully but did not initialize properly or in time. -.It "uath0: could not send command (error=%s)" +.It "uath0: could not send command 0xXX (error=...)" An attempt to send a command to the firmware failed. .It "uath0: timeout waiting for command reply" A read command was sent to the firmware but the firmware failed to reply in |