Simply copy and paste the example from the man page result in "ngctl: send msg: Invalid argument".
The example is missing a white space to separate arguments.
Details
Details
- Reviewers
bcr - Group Reviewers
manpages - Commits
- rS360458: When copying and pasting the code in the EXAMPLE
Before:
ngctl msg ... bpf_prog_len=11bpf_prog...
After:
ngctl msg ... bpf_prog_len=11 bpf_prog...
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable