diff options
author | 2014-04-23 16:26:33 +0000 | |
---|---|---|
committer | 2014-04-23 16:26:33 +0000 | |
commit | 5dd250134475ffdb44af45401cd4f7ae7a1c17fc (patch) | |
tree | 7581820cb98e7c89cffcd8173f916b69edc1cb29 | |
parent | Audit strlcpy(3)/strlcat(3) usage. (diff) | |
download | wireguard-openbsd-5dd250134475ffdb44af45401cd4f7ae7a1c17fc.tar.xz wireguard-openbsd-5dd250134475ffdb44af45401cd4f7ae7a1c17fc.zip |
tweak previous; sorry ingo, my review was pretty poor;
-rw-r--r-- | lib/libc/gen/err.3 | 10 |
1 files changed, 5 insertions, 5 deletions
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 |