diff --git a/man2/execve.2 b/man2/execve.2 index 99f4dd639..932929822 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -34,7 +34,7 @@ .\" 2007-09-14 Ollie Wild , mtk .\" Add text describing limits on command-line arguments + environment .\" -.TH EXECVE 2 2007-09-14 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2008-08-07 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS @@ -156,6 +156,9 @@ Memory locks are not preserved Exit handlers are not preserved .RB ( atexit (3), .BR on_exit (3)). +.IP * +The floating-point environment is reset to the default (see +.BR fenv (3)). .PP The process attributes in the preceding list are all specified in POSIX.1-2001.