summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-06 04:20:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-06 04:20:21 +0000
commit09f6e4c7df39ea0d00a2e53b1c8ab7d175963c41 (patch)
treea4d1bd19b5bc56c7600143f4359739fb67ecfb14 /lib
parentd2aee13d157fdf4351726b1ee8279e0e165a348e (diff)
typo; sq@oganer.net
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/strtonum.34
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