On Tue, May 14, 2019 at 04:41:52PM -0400, Trond Myklebust wrote: > diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man > index d83ef869d26e..8fb23721daf6 100644 > --- a/utils/nfsd/nfsd.man > +++ b/utils/nfsd/nfsd.man > @@ -167,6 +167,10 @@ Setting these to "off" or similar will disable the selected minor > versions. Setting to "on" will enable them. The default values > are determined by the kernel, and usually minor versions default to > being enabled once the implementation is sufficiently complete. > +.B chroot > +Setting this to a valid path causes the nfs server to act as if the > +supplied path is being prefixed to all the exported entries. I don't feel like this is completely clear. Maybe add an example like: "If the export file contains a line like "/path *(rw)", clients will mount "/path" but the filesystem they see will be the one at "$chroot/path"". ? --b.