diff options
author | Steven Burgess <[email protected]> | 2013-08-07 15:52:55 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-08-07 16:10:21 -0700 |
commit | e0fd27870850d7beef9f01f93f30b7255338f4b0 (patch) | |
tree | 65ca44bd0f488370d0dfd6006ec7cc01f9f1e03f /man | |
parent | e43b290fdb61fc9533af96fab48515dec0333a2f (diff) |
Fix man page for the sync property
The help output of for zfs set/get says that sync can be one of
standard | always | disabled
but the man pages claim it can be
sync=default | always | disabled
the accepted value is standard, this changes the manpage to give the
correct values.
Signed-off-by: Steven Burgess <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1634
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 2d309fe12..a0089e699 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -1119,12 +1119,12 @@ Controls whether the \fB\&.zfs\fR directory is hidden or visible in the root of .ne 2 .mk .na -\fB\fBsync\fR=\fBdefault\fR | \fBalways\fR | \fBdisabled\fR\fR +\fB\fBsync\fR=\fBstandard\fR | \fBalways\fR | \fBdisabled\fR\fR .ad .sp .6 .RS 4n Controls the behavior of synchronous requests (e.g. fsync, O_DSYNC). -\fBdefault\fR is the POSIX specified behavior of ensuring all synchronous +\fBstandard\fR is the POSIX specified behavior of ensuring all synchronous requests are written to stable storage and all devices are flushed to ensure data is not cached by device controllers (this is the default). \fBalways\fR causes every file system transaction to be written and flushed before its |