View | Details | Raw Unified | Return to bug 225008
Collapse All | Expand All

(-)en_US.ISO8859-1/books/porters-handbook/special/chapter.xml (-3 / +9 lines)
Lines 5580-5597 Link Here
5580
      <varname>OPTIONS_DEFAULT</varname>.</para>
5580
      <varname>OPTIONS_DEFAULT</varname>.</para>
5581
5581
5582
    <table frame="none" xml:id="shell-completion-paths">
5582
    <table frame="none" xml:id="shell-completion-paths">
5583
      <title>Shell completion file paths</title>
5583
      <title>Full shell completion file names</title>
5584
5584
5585
      <tgroup cols="2">
5585
      <tgroup cols="2">
5586
	<tbody>
5586
	<tbody>
5587
	  <row>
5587
	  <row>
5588
	    <entry><command>bash</command></entry>
5588
	    <entry><command>bash</command></entry>
5589
	    <entry><filename>${PREFIX}/etc/bash_completion.d</filename></entry>
5589
	    <entry><filename>${PREFIX}/etc/bash_completion.d</filename> or <filename>${PREFIX}/share/bash-completion/completions</filename></entry>
5590
	    <entry>(any unique file names in one of these folders)</entry>
5590
	  </row>
5591
	  </row>
5591
5592
5592
	  <row>
5593
	  <row>
5594
	    <entry><command>fish</command></entry>
5595
	    <entry><filename>${PREFIX}/share/fish/completions/${PORTNAME}.fish</filename></entry>
5596
	  </row>
5597
5598
	  <row>
5593
	    <entry><command>zsh</command></entry>
5599
	    <entry><command>zsh</command></entry>
5594
	    <entry><filename>${PREFIX}/share/zsh/site-functions</filename></entry>
5600
	    <entry><filename>${PREFIX}/share/zsh/site-functions/_${PORTNAME}</filename></entry>
5595
	  </row>
5601
	  </row>
5596
	</tbody>
5602
	</tbody>
5597
      </tgroup>
5603
      </tgroup>

Return to bug 225008