(following entries are not updated by this commit: crunchgen.1 groff.1 grohtml.1 grolj4.1 grops.1 grotty.1 pic.1 troff.1 groff_font.5 magic.5 groff_mm.7 re_format.7 disklabel.8)
58 lines
2 KiB
Groff
58 lines
2 KiB
Groff
.\" Copyright (c) 2000 Paul Saab <ps@FreeBSD.org>
|
|
.\" All rights reserved.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
.\" SUCH DAMAGE.
|
|
.\"
|
|
.\" %FreeBSD: src/usr.bin/fsync/fsync.1,v 1.2.2.3 2000/12/08 15:13:36 ru Exp %
|
|
.\"
|
|
.\" jpman %Id: fsync.1,v 1.3 2000/10/27 00:10:26 horikawa Stab %
|
|
.\" WORD: permanent storage device ディスク [fsync.1]
|
|
.Dd June 15, 2000
|
|
.Dt FSYNC 1
|
|
.Os
|
|
.Sh 名称
|
|
.Nm fsync
|
|
.Nd メモリ上のファイルの状態とディスク上での状態を同期させる
|
|
.Sh 書式
|
|
.Nm
|
|
.Ar
|
|
.Sh 解説
|
|
.Nm
|
|
ユーティリティは、コマンドラインで与えられたすべてのファイルに対し、
|
|
変更のあるデータおよびメタデータをすべてディスクに書き込むように
|
|
します。
|
|
.Pp
|
|
.Nm
|
|
ユーティリティは、
|
|
.Xr fsync 2
|
|
ファンクションコールを使用します。
|
|
.Sh 関連項目
|
|
.Xr fsync 2 ,
|
|
.Xr sync 2 ,
|
|
.Xr syncer 4 ,
|
|
.Xr halt 8 ,
|
|
.Xr reboot 8
|
|
.Sh 歴史
|
|
.Nm
|
|
コマンドは、最初に
|
|
.Fx 5.0
|
|
で登場しました。
|