diff options
author | neilbrown <neilbrown> | 2005-12-20 01:07:15 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-12-20 01:07:15 +0000 |
commit | 371ca25167a217d647971384c37aa3fcee8a4aef (patch) | |
tree | c6e8a9d3ff51c9ab9590d061220517ffc00ce16b | |
parent | 025a0c58ed9043d231672a22232c438f29511ca0 (diff) | |
download | nfs-utils-371ca25167a217d647971384c37aa3fcee8a4aef.tar.gz nfs-utils-371ca25167a217d647971384c37aa3fcee8a4aef.tar.xz nfs-utils-371ca25167a217d647971384c37aa3fcee8a4aef.zip |
Correct documentation of defautl export options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | utils/exportfs/exportfs.man | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. |