From: Shawn Routhier Date: Thu, 9 Jan 2014 01:00:00 +0000 (-0800) Subject: [master] correct dont-use-async to dont-use-fsync in docs X-Git-Tag: v4_3_0b1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=624d5a03da9c08d72da5f975af7aa9b426056e67;p=thirdparty%2Fdhcp.git [master] correct dont-use-async to dont-use-fsync in docs --- diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index ed699cf48..95e6305de 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -2124,13 +2124,13 @@ will still honor the setting of the \fBclient-updates\fR flag. .RE .PP The -.I dont-use-async +.I dont-use-fsync statement .RS 0.25i .PP -.B dont-use-async \fIflag\fB;\fR +.B dont-use-fsync \fIflag\fB;\fR .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 default and if the flag is set to false the server \fBwill\fR call fsync(). Suppressing the call to fsync() may increase the performance