Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/closefrom.2
| Show All 24 Lines | |||||
| .\" | .\" | ||||
| .Dd October 27, 2025 | .Dd October 27, 2025 | ||||
| .Dt CLOSEFROM 2 | .Dt CLOSEFROM 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm closefrom , | .Nm closefrom , | ||||
| .Nm close_range | .Nm close_range | ||||
| .Nd delete open file descriptors | .Nd delete open file descriptors | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In unistd.h | .In unistd.h | ||||
| .Ft void | .Ft void | ||||
| .Fn closefrom "int lowfd" | .Fn closefrom "int lowfd" | ||||
| .Ft int | .Ft int | ||||
| .Fn close_range "u_int lowfd" "u_int highfd" "int flags" | .Fn close_range "u_int lowfd" "u_int highfd" "int flags" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn closefrom | .Fn closefrom | ||||
| ▲ Show 20 Lines • Show All 61 Lines • Show Last 20 Lines | |||||