Page MenuHomeFreeBSD

service.8: Provide example for adding completions to (t)csh
ClosedPublic

Authored by debdrup on Jan 16 2021, 8:59 PM.
Tags
None
Referenced Files
F106158036: D28197.id82384.diff
Thu, Dec 26, 8:33 AM
F106126824: D28197.diff
Wed, Dec 25, 8:26 PM
Unknown Object (File)
Nov 25 2024, 7:52 AM
Unknown Object (File)
Nov 20 2024, 7:50 PM
Unknown Object (File)
Nov 16 2024, 7:35 AM
Unknown Object (File)
Nov 16 2024, 7:35 AM
Unknown Object (File)
Oct 29 2024, 4:10 PM
Unknown Object (File)
Oct 20 2024, 8:45 PM

Details

Summary

service(8) has an example for bash completion, however bash is third
party and in /usr/share/examples/csh/dot.cshrc is a working example for
csh.

PR: 179497
Submitted by: ohauer@

Test Plan

igor

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36277
Build 33166: arc lint + arc unit

Event Timeline

0mp requested changes to this revision.Jan 16 2021, 9:06 PM
0mp added a subscriber: 0mp.
0mp added inline comments.
usr.sbin/service/service.8
135

Please use

.Bd -literal -offset indent
xxx
.Ed

instead of multiple Dl lines.

This revision now requires changes to proceed.Jan 16 2021, 9:06 PM
This revision was not accepted when it landed; it landed in state Needs Revision.Jan 16 2021, 9:06 PM
This revision was automatically updated to reflect the committed changes.
juan.molina_club.fr added inline comments.
usr.sbin/service/service.8
139

Minor typo: s/use/used

usr.sbin/service/service.8
139

You're not wrong - but I try to avoid unnecessary churn to the tree, such as a tiny commit to fix a typo.
I'll be keeping an eye on reviews for service.8 in the future, as I know someone is working on an addition to service(8), and ask them to fix it then. :)

Thanks for your attention to detail, though. :)