Speaking of the first sentence of rm(1):

Remove extraneous word from command description

"non-directory files" reads more naturally and means the same thing as
"non-directory type files".

diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index a2526a36392..1be2bf31913 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -46,7 +46,7 @@
 .Sh DESCRIPTION
 The
 .Nm
-utility attempts to remove the non-directory type files specified on the
+utility attempts to remove the non-directory files specified on the
 command line.
 If the permissions of the file do not permit writing, and the standard
 input device is a terminal, the user is prompted (on the standard error

Reply via email to