From: jmc Date: Wed, 23 Apr 2014 16:26:33 +0000 (+0000) Subject: tweak previous; sorry ingo, my review was pretty poor; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5dd250134475ffdb44af45401cd4f7ae7a1c17fc;p=openbsd tweak previous; sorry ingo, my review was pretty poor; --- diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index 22628658ded..a9635b0c257 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: err.3,v 1.19 2014/04/23 13:58:55 schwarze Exp $ +.\" $OpenBSD: err.3,v 1.20 2014/04/23 16:26:33 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -193,7 +193,7 @@ if ((fd = open(block_device, O_RDONLY, 0)) == -1) The functions .Fn err , .Fn errx , -.Fn verr, +.Fn verr , .Fn verrx , .Fn warn , .Fn warnx , @@ -204,13 +204,13 @@ first appeared in .Bx 4.4 . The functions .Fn errc , -.Fn verrc, +.Fn verrc , .Fn warnc , and .Fn vwarnc -functions first appeared in +first appeared in .Fx 3.0 -and have been ported to +and were ported to .Ox 5.6 . .Sh CAVEATS It is important never to pass a string with user-supplied data as a