summary refs log tree commit diff
path: root/Completion/BSD/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command')
-rw-r--r--Completion/BSD/Command/_kdump2
-rw-r--r--Completion/BSD/Command/_ktrace2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/BSD/Command/_kdump b/Completion/BSD/Command/_kdump
index 946296a75..e5c7c4cce 100644
--- a/Completion/BSD/Command/_kdump
+++ b/Completion/BSD/Command/_kdump
@@ -30,7 +30,7 @@ local args=(
   '-f+[use the specified file (- for stdin)]:dump file:_files'
   '-l[loop reading the trace file]'
   '-m+[maximum I/O bytes to display]:max data bytes:'
-  '-n[supress ad hoc translations]'
+  '-n[suppress ad hoc translations]'
   '-p+[show output only for the specified pid]: :_kdump_pid'
   '(-E    -T)-R[display relative timestamps]'
   '(-E -R   )-T[display absolute timestamps]'
diff --git a/Completion/BSD/Command/_ktrace b/Completion/BSD/Command/_ktrace
index 13c11f15d..9613ba2bf 100644
--- a/Completion/BSD/Command/_ktrace
+++ b/Completion/BSD/Command/_ktrace
@@ -4,7 +4,7 @@ local args=(
   '-a[append to the trace file]'
   '(*)-C[disable tracing on all user owned processes or all processes if executed by root]'
   '-c[clear the trace points]'
-  '-d[trace current decendants]'
+  '-d[trace current descendants]'
   '-f+[log trace to specified file]:trace file:_files'
   '(-p *)-g+[enable/disable tracing on specified process group]:pgid:_pgids'
   '-i[inherit trace flags on future children]'