From 1782750aa94756a799a5ae8f75a1734a172b32f8 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 3 Nov 2025 20:25:36 +0100 Subject: 54022: completion updates for openbsd 7.8 --- Completion/Unix/Command/_sysctl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_sysctl') diff --git a/Completion/Unix/Command/_sysctl b/Completion/Unix/Command/_sysctl index d156f7778..9d240b42c 100644 --- a/Completion/Unix/Command/_sysctl +++ b/Completion/Unix/Command/_sysctl @@ -36,6 +36,11 @@ case $OSTYPE in '(- :)'{-V,--version}'[display version info and exit]' \ "*:sysctl variable:_multi_parts -i -S = -q $delimiter sysctlvars" ;; + (free|open)bsd*) + args+=( + '-f+[specify file of name/value pairs to process first]:file:_files' + ) + ;| freebsd<14->.*) args+=( '-F[print the format of the variable]' @@ -53,7 +58,6 @@ case $OSTYPE in ;| freebsd<10->.*) args+=( - '-f+[specify file of name/value pairs to process first]:file:_files' '-T[display only variables that are settable via loader]' '-W[display only writable variables that are not statistical]' ) -- cgit v1.3.1