diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-02 20:23:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-02 20:23:35 +0000 |
commit | 219d66a345a2096f298f9f7485d8cfcb60c63b85 (patch) | |
tree | 5b514129e8227d8dfd3f196be4058ef31d43cba8 /share/man/man4/ural.4 | |
parent | b015e94f1fa88a49429bb89efe1abf0724611493 (diff) |
change format strings in error messages to reasonable values more likely
to be understood by people who don't program in C.
ok everyone
Diffstat (limited to 'share/man/man4/ural.4')
-rw-r--r-- | share/man/man4/ural.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ural.4 b/share/man/man4/ural.4 index 1d549ef6021..b40b523c61d 100644 --- a/share/man/man4/ural.4 +++ b/share/man/man4/ural.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ural.4,v 1.15 2013/02/14 07:40:42 jmc Exp $ +.\" $OpenBSD: ural.4,v 1.16 2013/06/02 20:23:34 tedu Exp $ .\" .\" Copyright (c) 2005-2007 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -15,7 +15,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: February 14 2013 $ +.Dd $Mdocdate: June 2 2013 $ .Dt URAL 4 .Os .Sh NAME @@ -156,7 +156,7 @@ wpakey mywpakey .Ed .Sh DIAGNOSTICS .Bl -diag -.It "ural%d: device timeout" +.It "ural0: device timeout" A frame dispatched to the hardware for transmission did not complete in time. The driver will reset the hardware. This should not happen. |