aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-13 09:15:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-13 09:15:16 +0000
commit471b9c332c7e4e42e726910d9c9b36ddc0233eda (patch)
treeefc050197b66146964904234315719ce3f0677f4
parent566f5a4859c18ae0cfe365533b9f0a1bb8eefce8 (diff)
Notes
-rw-r--r--usr.bin/xargs/xargs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index 671edc3b33fd..9ff75bcb8f5e 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -176,8 +176,8 @@ compliant.
.Sh BUGS
If
.Ar utility
-attempts to envoke another command such that the number of arguments or the
+attempts to invoke another command such that the number of arguments or the
size of the environment is increased, it risks
.Xr execvp 3
failing with
-.Dv E2BIG .
+.Er E2BIG .