Page MenuHomeFreeBSD

Extend path completion by shell info in porters handbook.
ClosedPublic

Authored by sevan on Aug 12 2018, 6:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 12:18 PM
Unknown Object (File)
Mar 10 2024, 6:27 PM
Unknown Object (File)
Jan 20 2024, 12:05 AM
Unknown Object (File)
Jan 14 2024, 11:23 PM
Unknown Object (File)
Dec 19 2023, 9:57 PM
Unknown Object (File)
Nov 25 2023, 7:38 AM
Unknown Object (File)
Oct 28 2023, 3:53 AM
Unknown Object (File)
Oct 26 2023, 11:34 AM

Details

Summary

bug 225008 by yuri@
Add Fish example
Add another location used by Bash
Add the filename used by ZSH.

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18784
Build 18452: arc lint + arc unit

Event Timeline

en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
5835

If you want to use of, it needs to be written Path of shell completion files or something similar. I would just keep this as it was.

5841–5846

There should only be one directory here, so that committers do not choose randomly where to put the files.

Looking at the bash_completion code, it looks like etc/bash_completion.d is for legacy scripts, and share/bash-completion/completions is for recent scripts.

5842

It would be preferable to say something specific, or to not say anything.

Don't reword the title, it was ok to begin with.
Switch bash location from legacy to current path.
Drop superfluous sentence.

This revision is now accepted and ready to land.Aug 14 2018, 10:38 AM

I have been wondering though, PORTNAME seems wrong in there, shouldn't it be command-name instead?

Is there any reason that this should not be committed at this point?

Is there any reason that this should not be committed at this point?

I'm unable to answer Mat's last question.

I'm gonna convert this to AsciiDoc and make the change.
Thanks!