Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/fspacectl.2
| Show All 27 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd August 25, 2021 | .Dd August 25, 2021 | ||||
| .Dt FSPACECTL 2 | .Dt FSPACECTL 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm fspacectl | .Nm fspacectl | ||||
| .Nd space management in a file | .Nd space management in a file | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In fcntl.h | .In fcntl.h | ||||
| .Ft int | .Ft int | ||||
| .Fo fspacectl | .Fo fspacectl | ||||
| .Fa "int fd" | .Fa "int fd" | ||||
| .Fa "int cmd" | .Fa "int cmd" | ||||
| .Fa "const struct spacectl_range *rqsr" | .Fa "const struct spacectl_range *rqsr" | ||||
| .Fa "int flags" | .Fa "int flags" | ||||
| .Fa "struct spacectl_range *rmsr" | .Fa "struct spacectl_range *rmsr" | ||||
| ▲ Show 20 Lines • Show All 159 Lines • Show Last 20 Lines | |||||