Steve Dickson wrote: > It was pointed that the exportfs man page talks about > the wrong file. In 2.6 kernels the export information > is now kept in /var/lib/nfs/etab not /var/lib/nfs/xtab. > > This patch basically does a 's/xtab/etab' and is relative > to the to the Fedora git tree > > git://git.infradead.org/~steved/nfs-utils.fedora Hrm, an attachment. @@ -93,8 +93,8 @@ file, so that only default options and options given on the command line are used. .TP .B -r -Reexport all directories. It synchronizes /var/lib/nfs/xtab -with /etc/exports. It removes entries in /var/lib/nfs/xtab +Reexport all directories. It synchronizes /var/lib/nfs/etab +with /etc/exports. It removes entries in /var/lib/nfs/etab which are deleted from /etc/exports, and remove any entries from the kernel export table which are no longer valid. .TP In this hunk, why isn't the file name bold, like the others?