Module Name: src
Committed By: wiz
Date: Fri Nov 13 09:56:27 UTC 2015
Modified Files:
src/lib/libm/man: pow.3
Log Message:
Family is singular, so use singular form of verb.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/pow.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/pow.3
diff -u src/lib/libm/man/pow.3:1.1 src/lib/libm/man/pow.3:1.2
--- src/lib/libm/man/pow.3:1.1 Sat Sep 17 10:51:53 2011
+++ src/lib/libm/man/pow.3 Fri Nov 13 09:56:27 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: pow.3,v 1.1 2011/09/17 10:51:53 jruoho Exp $
+.\" $NetBSD: pow.3,v 1.2 2015/11/13 09:56:27 wiz Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
The
.Fn pow
-family of functions return
+family of functions returns
.Fa x
raised to the power of
.Fa y .