[PATCH 6/6] nfsd(7): Correct misspelling of "an"
From: cel@kernel.org
Date: 2022-12-18 17:38:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: cel@kernel.org
Date: 2022-12-18 17:38:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Chuck Lever <redacted> 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 <redacted> Signed-off-by: Chuck Lever <redacted> --- utils/exportfs/nfsd.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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