diff options
author | Jeff Law <law@redhat.com> | 2013-05-23 13:28:00 -0600 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2013-05-30 05:51:22 -0600 |
commit | 96945714ec61951cc748da2b4b8a80cf02127ee9 (patch) | |
tree | 1dc9bd4671aeb22739ad1b8c11d3502c1aff4476 /manual | |
parent | b937534868c8d7aec3b6d645bf5fd657bbfccd42 (diff) | |
download | glibc-96945714ec61951cc748da2b4b8a80cf02127ee9.tar.gz glibc-96945714ec61951cc748da2b4b8a80cf02127ee9.tar.xz glibc-96945714ec61951cc748da2b4b8a80cf02127ee9.zip |
[BZ #14256]
* manual/errno.texi (ESTALE): Update to account for more than just NFS file systems. * sysdeps/gnu/errlist.c: Regenerated.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/errno.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 2a3c004b2a..6c9fa865dd 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -739,13 +739,14 @@ The user's disk quota was exceeded. @end deftypevr @comment errno.h -@comment BSD: Stale NFS file handle +@comment BSD: Stale file handle @deftypevr Macro int ESTALE @comment errno 70 @c DO NOT REMOVE -Stale NFS file handle. This indicates an internal confusion in the NFS -system which is due to file system rearrangements on the server host. -Repairing this condition usually requires unmounting and remounting -the NFS file system on the local host. +Stale file handle. This indicates an internal confusion in the +file system which is due to file system rearrangements on the server host +for NFS file systems or corruption in other file systems. +Repairing this condition usually requires unmounting, possibly repairing +and remounting the file system. @end deftypevr @comment errno.h |