Module Name: src Committed By: wiz Date: Wed Nov 13 22:11:53 UTC 2013
Modified Files: src/lib/libm/man: trunc.3 Log Message: Add missing comma. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/man/trunc.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libm/man/trunc.3 diff -u src/lib/libm/man/trunc.3:1.6 src/lib/libm/man/trunc.3:1.7 --- src/lib/libm/man/trunc.3:1.6 Wed Nov 13 22:09:55 2013 +++ src/lib/libm/man/trunc.3 Wed Nov 13 22:11:52 2013 @@ -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 <d...@freebsd.org> .\" 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