Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/fsync.2
| Show All 31 Lines | |||||
| .\" | .\" | ||||
| .Dd March 30, 2020 | .Dd March 30, 2020 | ||||
| .Dt FSYNC 2 | .Dt FSYNC 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm fdatasync , | .Nm fdatasync , | ||||
| .Nm fsync | .Nm fsync | ||||
| .Nd "synchronise changes to a file" | .Nd "synchronise changes to a file" | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In unistd.h | .In unistd.h | ||||
| .Ft int | .Ft int | ||||
| .Fn fdatasync "int fd" | .Fn fdatasync "int fd" | ||||
| .Ft int | .Ft int | ||||
| .Fn fsync "int fd" | .Fn fsync "int fd" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn fsync | .Fn fsync | ||||
| ▲ Show 20 Lines • Show All 80 Lines • Show Last 20 Lines | |||||