Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/complex fix minor typo



details:   https://anonhg.NetBSD.org/src/rev/819bf5a263be
branches:  trunk
changeset: 771701:819bf5a263be
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Nov 29 13:17:04 2011 +0000

description:
fix minor typo

diffstat:

 lib/libm/complex/cproj.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e40f386af259 -r 819bf5a263be lib/libm/complex/cproj.3
--- a/lib/libm/complex/cproj.3  Tue Nov 29 13:16:27 2011 +0000
+++ b/lib/libm/complex/cproj.3  Tue Nov 29 13:17:04 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cproj.3,v 1.2 2010/09/15 18:40:27 wiz Exp $
+.\" $NetBSD: cproj.3,v 1.3 2011/11/29 13:17:04 drochner Exp $
 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
 .TH "CPROJ" 3P 2003 "IEEE/The Open Group" "POSIX Programmer's Manual"
 .\" cproj
@@ -18,7 +18,7 @@
 \fP
 .SH DESCRIPTION
 .LP
-These functions compute a projection of \fIz\fP ono the Riemann sphere:
+These functions compute a projection of \fIz\fP onto the Riemann sphere:
 \fIz\fP projects to \fIz\fP , except that all complex infinities (even those
 with one infinite part and one NaN part) project to positive infinity on the
 real axis. If \fIz\fP has an infinite part, then cproj(z) shall be equivalent to:



Home | Main Index | Thread Index | Old Index