Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/man Add missing comma.
details: https://anonhg.NetBSD.org/src/rev/e5bc77beb872
branches: trunk
changeset: 791341:e5bc77beb872
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Nov 13 22:11:52 2013 +0000
description:
Add missing comma.
diffstat:
lib/libm/man/trunc.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 084d6368f306 -r e5bc77beb872 lib/libm/man/trunc.3
--- a/lib/libm/man/trunc.3 Wed Nov 13 22:09:55 2013 +0000
+++ b/lib/libm/man/trunc.3 Wed Nov 13 22:11:52 2013 +0000
@@ -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 <das%FreeBSD.org@localhost>
.\" 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
Home |
Main Index |
Thread Index |
Old Index