summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_sysctl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_sysctl')
-rw-r--r--Completion/Unix/Command/_sysctl6
1 files changed, 5 insertions, 1 deletions
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]'
)