Module Name:    src
Committed By:   drochner
Date:           Tue Nov 29 13:17:04 UTC 2011

Modified Files:
        src/lib/libm/complex: cproj.3

Log Message:
fix minor typo


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/complex/cproj.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/complex/cproj.3
diff -u src/lib/libm/complex/cproj.3:1.2 src/lib/libm/complex/cproj.3:1.3
--- src/lib/libm/complex/cproj.3:1.2	Wed Sep 15 18:40:27 2010
+++ src/lib/libm/complex/cproj.3	Tue Nov 29 13:17:04 2011
@@ -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 @@ long double cprojl(long double complex\f
 \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:

Reply via email to