diff options
-rw-r--r-- | utils/exportfs/exports.man | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 58c0f66..e8b29df 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -444,17 +444,11 @@ is supposedly that of user joe). After reading .I /etc/exports .B exportfs -reads files under -.I /etc/exports.d. -directory as extra export tables. -.B exportfs -regards only a file which name is ended with +reads files in the +.I /etc/exports.d +directory as extra export tables. Only files ending in .I .exports -and -not started with -.I . -as an extra export file. A file which name -is not met this condition is just ignored. +are considered. Files beginning with a dot are ignored. The format for extra export tables is the same as .I /etc/exports . |