Remove unnecessary sentence in ERRORS.

This commit is contained in:
Michael Kerrisk 2008-07-12 11:02:07 +00:00
parent 84811e86e2
commit cba678df2d
1 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG 3 2002-07-27 "" "Linux Programmer's Manual"
.TH LOG 3 2008-07-15 "" "Linux Programmer's Manual"
.SH NAME
log, logf, logl \- natural logarithmic function
.SH SYNOPSIS
@ -49,9 +49,6 @@ The
.BR log ()
function returns the natural logarithm of \fIx\fP.
.SH ERRORS
The
.BR log ()
function can return the following errors:
.TP
.B EDOM
The argument \fIx\fP is negative.