mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[master] correct dont-use-async to dont-use-fsync in docs
This commit is contained in:
@@ -2124,13 +2124,13 @@ will still honor the setting of the \fBclient-updates\fR flag.
|
|||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
.I dont-use-async
|
.I dont-use-fsync
|
||||||
statement
|
statement
|
||||||
.RS 0.25i
|
.RS 0.25i
|
||||||
.PP
|
.PP
|
||||||
.B dont-use-async \fIflag\fB;\fR
|
.B dont-use-fsync \fIflag\fB;\fR
|
||||||
.PP
|
.PP
|
||||||
The \fIdont-use-async\fR statement instructs the DHCP server if
|
The \fIdont-use-fsync\fR statement instructs the DHCP server if
|
||||||
it should call fsync() when writing leases to the lease file. By
|
it should call fsync() when writing leases to the lease file. By
|
||||||
default and if the flag is set to false the server \fBwill\fR call
|
default and if the flag is set to false the server \fBwill\fR call
|
||||||
fsync(). Suppressing the call to fsync() may increase the performance
|
fsync(). Suppressing the call to fsync() may increase the performance
|
||||||
|
Reference in New Issue
Block a user