From: neilbrown <neilbrown>
Date: Tue, 20 Dec 2005 01:07:15 +0000 (+0000)
Subject: Correct documentation of defautl export options
X-Git-Tag: nfs-utils-1-0-8-rc1a
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=97ddee2e2c045ef1aad6aaad4512879de5c6f562;p=nfs-utils.git

Correct documentation of defautl export options
---

diff --git a/ChangeLog b/ChangeLog
index 068b673..6960780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 	support/nfs/exports.c(getexportent): is a null host name is given,
 	replace it with '*' so we have a non-empty host name for messages
 	etc.
+	utils/exportfs/exportfs.man: Correct documentation about default
+	export options.
 
 2005-12-20 Kevin Coffman <kwc@citi.umich.edu>
 	utils/gssd/gssd_proc.c(create_auth_rpc_client): Use service
diff --git a/utils/exportfs/exportfs.man b/utils/exportfs/exportfs.man
index 9024caf..4e33f0a 100644
--- a/utils/exportfs/exportfs.man
+++ b/utils/exportfs/exportfs.man
@@ -156,7 +156,7 @@ take place immediately after parsing the command line and updating the
 file.
 .P
 The default export options are
-.BR sync,ro,root_squash,no_delay .
+.BR sync,ro,root_squash,wdelay .
 .\" -------------------- Unexporting Directories ------------------
 .SS Unexporting Directories
 The third synopsis shows how to unexported a currently exported directory.