diff options
author | 2004-05-06 04:20:20 +0000 | |
---|---|---|
committer | 2004-05-06 04:20:20 +0000 | |
commit | 4cd760304bd22b8d368081f9dd04aca33bfc88ae (patch) | |
tree | 75b6c32de22512f7091a1f1da4b24a7ead8cb467 /lib/libc | |
parent | _afs user for privsep; beck ok (diff) | |
download | wireguard-openbsd-4cd760304bd22b8d368081f9dd04aca33bfc88ae.tar.xz wireguard-openbsd-4cd760304bd22b8d368081f9dd04aca33bfc88ae.zip |
typo; sq@oganer.net
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index bb738a55f7f..763efc180f5 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtonum.3,v 1.3 2004/05/04 18:37:25 jmc Exp $ +.\" $OpenBSD: strtonum.3,v 1.4 2004/05/06 04:20:20 deraadt Exp $ .\" .Dd April 29, 2004 .Dt STRTONUM 3 @@ -83,7 +83,7 @@ If is non-null, .Fn strtonum stores an error string in -.Fa *endptr +.Fa *errstr indicating the failure. .Sh RETURN VALUES The |