From a987b5b3099d0a793a09e6aabd9b8fa01b27763c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 13 Nov 2013 22:11:52 +0000 Subject: [PATCH] Add missing comma. --- lib/libm/man/trunc.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libm/man/trunc.3 b/lib/libm/man/trunc.3 index 5ea7feeeb072..9d28520e04e3 100644 --- a/lib/libm/man/trunc.3 +++ b/lib/libm/man/trunc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: trunc.3,v 1.6 2013/11/13 22:09:55 joerg Exp $ +.\" $NetBSD: trunc.3,v 1.7 2013/11/13 22:11:52 wiz Exp $ .\" .\" Copyright (c) 2004, 2005 David Schultz .\" All rights reserved. @@ -31,7 +31,7 @@ .Os .Sh NAME .Nm trunc , -.Nm truncf +.Nm truncf , .Nm truncl .Nd "nearest integral value with magnitude less than or equal to |x|" .Sh LIBRARY