diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 09:06:04 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 09:06:04 +0000 |
commit | 60a90ecdae7bf6d1a91dc5d1d7177e400b114e47 (patch) | |
tree | 9f7c19a897084607a9688be5414d0d4cd6391b54 /man3/infnan.3 | |
parent | d92a60f2575c95cd532b822e4fb983c3a9e35641 (diff) |
Convert function formatting of the form "\fBname\fP()" to ".BR name ()".
Diffstat (limited to 'man3/infnan.3')
-rw-r--r-- | man3/infnan.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/infnan.3 b/man3/infnan.3 index 41bb8961c..fbf2a76e0 100644 --- a/man3/infnan.3 +++ b/man3/infnan.3 @@ -40,7 +40,9 @@ infnan \- deal with infinite or not-a-number (NaN) result .sp Link with \-lm. .SH DESCRIPTION -The \fBinfnan\fP() function returns a suitable value for infinity and +The +.BR infnan () +function returns a suitable value for infinity and "not-a-number" (NaN) results. The value of \fIerror\fP can be ERANGE to represent infinity or anything else to represent NaN. \fIerrno\fP |