doc patch from Martin Pool regarding NFS and renames

This commit is contained in:
Andrew Tridgell 2003-09-24 09:28:02 +02:00
parent 91abe457de
commit 46d7dca477
2 changed files with 12 additions and 0 deletions

View File

@ -341,6 +341,12 @@ ccache can handle a much wider ranger of compiler options
.IP o
ccache avoids a double call to cpp on a cache miss
.PP
.SH "BUGS"
.PP
When the cache is stored on an NFS filesystem, the filesystem must be
exported with the \fBno_subtree_check\fP option to make renames between
directories reliable\&.
.PP
.SH "CREDITS"
.PP
Thanks to the following people for their contributions to ccache

View File

@ -302,6 +302,12 @@ it() ccache can handle a much wider ranger of compiler options
it() ccache avoids a double call to cpp on a cache miss
)
manpagesection(BUGS)
When the cache is stored on an NFS filesystem, the filesystem must be
exported with the bf(no_subtree_check) option to make renames between
directories reliable.
manpagesection(CREDITS)
Thanks to the following people for their contributions to ccache