diff mbox series

[6/6] nfsd(7): Correct misspelling of "an"

Message ID 167138172084.1584402.1454583560429873779.stgit@morisot.1015granger.net (mailing list archive)
State New, archived
Headers show
Series [1/6] nfsd(7): Use "backslash" consistently | expand

Commit Message

Chuck Lever Dec. 18, 2022, 4:42 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

Man page: nfsd.7
Issue:    and end-of-file → an end-of-file

"If the program uses select(2) or poll(2) to discover if it can read from the "
"B<channel> then it will never see and end-of-file but when all requests have "
"been answered, it will block until another request appears."

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 utils/exportfs/nfsd.man |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Helge Kreutzmann Dec. 18, 2022, 5:38 p.m. UTC | #1
Hello Chuck,
wow, that was *fast*.

Thanks for fixing!

Greetings

         Helge
diff mbox series

Patch

diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
index 72fe5b1467eb..ba826af742c4 100644
--- a/utils/exportfs/nfsd.man
+++ b/utils/exportfs/nfsd.man
@@ -164,7 +164,7 @@  or
 .BR poll (2)
 to discover if it can read from the
 .B channel
-then it will never see and end-of-file but when all requests have been
+then it will never see an end-of-file but when all requests have been
 answered, it will block until another request appears.
 
 .PP