Page MenuHomeFreeBSD

[man page] Introduce channel flags.
ClosedPublic

Authored by oshogbo on Feb 4 2018, 7:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 12:51 AM
Unknown Object (File)
Fri, Mar 29, 7:57 AM
Unknown Object (File)
Dec 23 2023, 4:25 AM
Unknown Object (File)
Dec 21 2023, 8:01 AM
Unknown Object (File)
Nov 15 2023, 10:50 AM
Unknown Object (File)
Nov 10 2023, 3:26 AM
Unknown Object (File)
Nov 9 2023, 2:08 PM
Unknown Object (File)
Nov 8 2023, 12:00 AM

Details

Reviewers
brueffer
bcr
Group Reviewers
manpages
Summary

Instead of passing the flags over to the recv/xfer functions make it an configuration of the service.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Two typos, but the rest looks good.

lib/libcasper/libcasper/libcasper.3
113

s/betwen/between/

113

s/uniq/unique/

oshogbo marked 2 inline comments as done.

Thank you @bcr !
I can always count on you!

brueffer added a subscriber: brueffer.
brueffer added inline comments.
lib/libcasper/libcasper/libcasper.3
113

use -> uses

This revision now requires changes to proceed.Feb 5 2018, 11:02 AM

Thanks for your continued work on documenting capsicum functionality, @oshogbo!

lib/libcasper/libcasper/libcasper.3
113

Also, ".Xr nvlist 9" ?

Argh, I missed that. Good that we both can count on @brueffer. ;-)

;-) Sorry for my only spotty contributions. Nice work @bcr and @oshogbo !

oshogbo marked an inline comment as done.

Thanks guys @bcr and @brueffer working with you is a pleasure!

lib/libcasper/libcasper/libcasper.3
113

We already are using the nvlist in this man doc and there is no reference to nvlist 9, do you thing we should do it here or in all places?

jilles added inline comments.
lib/libcasper/libcasper/libcasper.3
113

Does this correspond to NV_FLAG_NO_UNIQUE (names in nvlist need not be unique)?

lib/libcasper/libcasper/libcasper.3
113

Yes it is.

lib/libcasper/libcasper/libcasper.3
113

I usually go for all places.

Should this be a separate diff to not obfuscate commit?

Sorry for the dealy; yeah, a separate diff may be nice.

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

Committed as part of the r329452