Page MenuHomeFreeBSD

D29973.id88119.diff
No OneTemporary

D29973.id88119.diff

diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -4307,7 +4307,7 @@
[[shell-completion]]
== Shell Completion Files
-Many modern shells (including bash, tcsh, and zsh) support parameter and/or option tab-completion. This support usually comes from completion files, which contain the definitions for how tab completion will work for a certain command. Ports sometimes ship with their own completion files, or porters may have created them themselves.
+Many modern shells (including bash, tcsh, zsh and fish) support parameter and/or option tab-completion. This support usually comes from completion files, which contain the definitions for how tab completion will work for a certain command. Ports sometimes ship with their own completion files, or porters may have created them themselves.
When available, completion files should always be installed. It is not necessary to make an option for it. If an option is used, though, always enable it in `OPTIONS_DEFAULT`.
[[shell-completion-paths]]
@@ -4319,6 +4319,9 @@
|`zsh`
|[.filename]#${PREFIX}/share/zsh/site-functions#
+
+|`fish`
+|[.filename]#${PREFIX}/share/fish/vendor_completions.d#
|===
Do not register any dependencies on the shells themselves.

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 13, 7:38 AM (19 m, 41 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38841171
Default Alt Text
D29973.id88119.diff (1 KB)

Event Timeline