From 3e268b5d835a2d2ed944b2e03c9cc7f178765bb3 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 11 Sep 2022 06:38:11 +0000 Subject: .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schwarze --- src/lib/libc/stdlib/atof.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/atof.3') diff --git a/src/lib/libc/stdlib/atof.3 b/src/lib/libc/stdlib/atof.3 index 183f22d358..7d1f09d1a4 100644 --- a/src/lib/libc/stdlib/atof.3 +++ b/src/lib/libc/stdlib/atof.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atof.3,v 1.9 2019/01/16 12:55:49 schwarze Exp $ +.\" $OpenBSD: atof.3,v 1.10 2022/09/11 06:38:11 jmc Exp $ .\" -.Dd $Mdocdate: January 16 2019 $ +.Dd $Mdocdate: September 11 2022 $ .Dt ATOF 3 .Os .Sh NAME @@ -47,7 +47,7 @@ The function converts the initial portion of the string pointed to by .Fa nptr to -.Li double +.Vt double representation. .Pp It is equivalent to: -- cgit v1.2.3-55-g6feb