summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Completion/BSD/Command/_kdump2
-rw-r--r--Completion/BSD/Type/_ktrace_points2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b98e124f..2d8ea5c55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-08 Mikael Magnusson <mikachu@gmail.com>
+
+ * unposted: Completion/BSD/Command/_kdump,
+ Completion/BSD/Type/_ktrace_points: fix syntax errors in
+ completers added in 45940
+
2020-08-05 Mikael Magnusson <mikachu@gmail.com>
* 46280: Completion/compinit: add -w to explain why compdump runs
diff --git a/Completion/BSD/Command/_kdump b/Completion/BSD/Command/_kdump
index 669260eee..946296a75 100644
--- a/Completion/BSD/Command/_kdump
+++ b/Completion/BSD/Command/_kdump
@@ -68,7 +68,7 @@ case $OSTYPE; in
'-e[interpret system call maps using the specified emulation]:emulation:'
'-N[suppress system call name translation]'
'-X[Display GIO data in hex and ascii in groups of specified size]:size:(1 2 4 8 16)'
- '-x[Display GIO data in hex and ascii]
+ '-x[Display GIO data in hex and ascii]'
'1:dump file:_files'
)
;;
diff --git a/Completion/BSD/Type/_ktrace_points b/Completion/BSD/Type/_ktrace_points
index 1993c8d7b..3068951fd 100644
--- a/Completion/BSD/Type/_ktrace_points
+++ b/Completion/BSD/Type/_ktrace_points
@@ -45,6 +45,6 @@ case $OSTYPE in
'X[trace environment in execve(2)]'
)
;;
-easc
+esac
_values -s '' 'ktrace point' $points