diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/gamma.3 | |
parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/gamma.3')
-rw-r--r-- | man3/gamma.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/gamma.3 b/man3/gamma.3 index 8eec48f5..6bcca3bb 100644 --- a/man3/gamma.3 +++ b/man3/gamma.3 @@ -31,6 +31,9 @@ function that is equivalent to and computes the natural logarithm of the Gamma function. (This is for compatibility reasons only. Don't use this function.) +.SH "CONFORMING TO" +4.2BSD. +Compatible with previous mistakes. .SH NOTES .SS History 4.2BSD had a @@ -60,9 +63,6 @@ the "true gamma" function. .\" The FreeBSD man page says about gamma() that it is like lgamma() .\" except that is does not set signgam. .\" Also, that 4.4BSD has a gamma() that computes the true gamma function. -.SH "CONFORMING TO" -4.2BSD. -Compatible with previous mistakes. .SH "SEE ALSO" .BR lgamma (3), .BR signgam (3), |