From 96945714ec61951cc748da2b4b8a80cf02127ee9 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 23 May 2013 13:28:00 -0600 Subject: [BZ #14256] * manual/errno.texi (ESTALE): Update to account for more than just NFS file systems. * sysdeps/gnu/errlist.c: Regenerated. --- manual/errno.texi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'manual/errno.texi') 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 -- cgit v1.2.3