sync.1 (585B)
- .\" Collection of Unix tools, comparable to coreutils
- .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
- .Dd 2021-12-27
- .Dt SYNC 1
- .Os
- .Sh NAME
- .Nm sync
- .Nd Schedule file system updates
- .Sh SYNOPSIS
- .Nm
- .Sh DESCRIPTION
- .Nm
- shall cause all information in memory that updates file systems to be scheduled for writing out to all file systems.
- .Sh EXIT STATUS
- .Ex -std
- .Sh SEE ALSO
- .Xr sync 2
- .Sh STANDARDS
- No applicable one known.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me