diff mbox series

[2/6] nfsd(7): Correct grammatical usage of "threads"

Message ID 167138169547.1584402.5771788433072234381.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:41 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

Man page: nfsd.7
Issue:    thread currently → threads currently

"This file represents the number of B<nfsd> thread currently running.  "
"Reading it will show the number of threads.  Writing an ASCII decimal number "
"will cause the number of threads to be changed (increased or decreased as "
"necessary) to achieve that number."

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(-)
diff mbox series

Patch

diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
index 2abb8933fb11..6992e10829e7 100644
--- a/utils/exportfs/nfsd.man
+++ b/utils/exportfs/nfsd.man
@@ -57,7 +57,7 @@  by a backslash followed by the octal ASCII code for that character.
 .B threads
 This file represents the number of
 .B nfsd
-thread currently running.  Reading it will show the number of
+threads currently running.  Reading it will show the number of
 threads.  Writing an ASCII decimal number will cause the number of
 threads to be changed (increased or decreased as necessary) to achieve
 that number.