From 624d5a03da9c08d72da5f975af7aa9b426056e67 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 8 Jan 2014 17:00:00 -0800 Subject: [PATCH] [master] correct dont-use-async to dont-use-fsync in docs --- server/dhcpd.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2