diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-10-21 14:51:50 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-10-27 19:36:39 +0000 |
| commit | 514fff24b19f69c5f22db380389128eb6bc32ea7 (patch) | |
| tree | 900a7e7e7282dc812d7f71713d9d6feb64332c9c | |
| parent | d86025c1d49c84c4dc8c3635c83c078ad56e5a53 (diff) | |
closefrom.2: Add introduction of close_range to HISTORY
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53240
| -rw-r--r-- | lib/libsys/closefrom.2 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libsys/closefrom.2 b/lib/libsys/closefrom.2 index 1885a6fdeaa8..e6b4a5a3e9d7 100644 --- a/lib/libsys/closefrom.2 +++ b/lib/libsys/closefrom.2 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 17, 2025 +.Dd October 27, 2025 .Dt CLOSEFROM 2 .Os .Sh NAME @@ -94,6 +94,11 @@ function first appeared in .Fx 8.0 . .Pp The +.Fn close_range +function first appeared in +.Fx 12.2 . +.Pp +The .Dv CLOSE_RANGE_CLOFORK flag appeared in .Fx 15.0 . |
