diff options
-rw-r--r-- | usr.bin/which/which.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index f8d88d8..52e010a 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -53,7 +53,7 @@ List all instances of executables found (instead of just the first one of each). .It Fl s No output, just return 0 if all of the executables are found, or 1 if -none are found. +some were not found. .El .Pp Some shells may provide a builtin |