OSDN Git Service

eb709102b0ca997539e98272691cccc96ec51d22
[linuxjm/coreutils.git] / draft / man1 / sync.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
2 .TH SYNC "1" "2016年2月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 sync \- ファイルシステムバッファをフラッシュする
5 .SH 書式
6 .B sync
7 [\fIオプション\fR]... [\fIファイル\fR]...
8 .SH 説明
9 .\" Add any additional description here
10 .PP
11 Synchronize cached writes to persistent storage
12 .PP
13 If one or more files are specified, sync only them,
14 or their containing file systems.
15 .TP
16 \fB\-d\fR, \fB\-\-data\fR
17 sync only file data, no unneeded metadata
18 .TP
19 \fB\-f\fR, \fB\-\-file\-system\fR
20 sync the file systems that contain the files
21 .TP
22 \fB\-\-help\fR
23 この使い方を表示して終了する
24 .TP
25 \fB\-\-version\fR
26 バージョン情報を表示して終了する
27 .PP
28 GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/>
29 sync の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
30 完全な文書は <http://www.gnu.org/software/coreutils/sync> にあります。
31 ローカルでは info '(coreutils) sync invocation' で参照できます。
32 .SH バグ
33 永続性の保証度合いはシステムにより異なります。
34 詳細は下記のシステムコールを参照。
35 .SH 作者
36 作者 Jim Meyering および Giuseppe Scrivano。
37 .SH 著作権
38 Copyright \(co 2016 Free Software Foundation, Inc.
39 ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
40 .br
41 This is free software: you are free to change and redistribute it.
42 There is NO WARRANTY, to the extent permitted by law.
43 .SH 関連項目
44 fdatasync(2), fsync(2), sync(2), syncfs(2)
45 .PP
46 .B sync
47 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
48 .B info
49 および
50 .B sync
51 のプログラムが正しくインストールされているならば、コマンド
52 .IP
53 .B info sync
54 .PP
55 を使用すると完全なマニュアルを読むことができるはずだ。