From 479cd0cc362dd11feb41351723894c7f8bc31f82 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 14 Apr 2005 07:58:46 +0000 Subject: mark up NULL w/ .Dv; --- src/lib/libc/stdlib/strtonum.3 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3 index ef089da071..11910a627c 100644 --- a/src/lib/libc/stdlib/strtonum.3 +++ b/src/lib/libc/stdlib/strtonum.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strtonum.3,v 1.10 2005/04/14 02:13:29 tedu Exp $ +.\" $OpenBSD: strtonum.3,v 1.11 2005/04/14 07:58:46 jmc Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" @@ -81,7 +81,10 @@ On error, 0 is returned and .Fa errstr will point to an error message. .Fa *errstr -will be set to NULL on success; this fact can be used to differentiate +will be set to +.Dv NULL +on success; +this fact can be used to differentiate a successful return of 0 from an error. .Sh EXAMPLES Using -- cgit v1.2.3-55-g6feb