bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix a typo in find.texi.


From: Jim Meyering
Subject: [PATCH] Fix a typo in find.texi.
Date: Sun, 11 Sep 2011 15:55:21 +0200

Hi,

Just noticed this...

>From 57e807f64c61b225adc7006edc667ea3afec0514 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 11 Sep 2011 15:54:41 +0200
Subject: [PATCH] Fix a typo in find.texi.

* doc/find.texi (Error Messages From find): Fix typo s/an/a/.
---
 ChangeLog     |    5 +++++
 doc/find.texi |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d8011a9..8f55258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-11  Jim Meyering  <address@hidden>
+
+       Fix a typo in find.texi.
+       * doc/find.texi (Error Messages From find): Fix typo s/an/a/.
+
 2011-08-20  James Youngman  <address@hidden>

        Describe recent memory savings on very large directories.
diff --git a/doc/find.texi b/doc/find.texi
index f086792..06fe248 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -5465,7 +5465,7 @@ This usually happens if you have an extra bracket on the 
command line
 These messages might appear when @code{find} moves into a directory
 and finds that the device number and inode are different from what it
 expected them to be.  If the directory @code{find} has moved into is
-on an network filesystem (NFS), it will not issue this message, because
+on a network filesystem (NFS), it will not issue this message, because
 @code{automount} frequently mounts new filesystems on directories as
 you move into them (that is how it knows you want to use the
 filesystem).  So, if you do see this message, be wary ---
--
1.7.7.rc0.362.g5a14



reply via email to

[Prev in Thread] Current Thread [Next in Thread]