Page MenuHomeFreeBSD

netgraph/ng_bpf: Fixing example in man page
ClosedPublic

Authored by donner on Feb 20 2020, 12:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 2:33 AM
Unknown Object (File)
Mon, May 11, 2:02 AM
Unknown Object (File)
Mon, May 11, 2:01 AM
Unknown Object (File)
Sun, May 10, 9:18 PM
Unknown Object (File)
Wed, May 6, 12:32 AM
Unknown Object (File)
Mon, Apr 27, 8:48 AM
Unknown Object (File)
Mon, Apr 20, 1:54 PM
Unknown Object (File)
Apr 14 2026, 1:15 PM

Details

Summary

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.

Test Plan

Before:

ngctl msg ... bpf_prog_len=11bpf_prog...

After:

ngctl msg ... bpf_prog_len=11 bpf_prog...

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr added a subscriber: bcr.

Thank you. I'll get this committed to the tree.

This revision is now accepted and ready to land.Apr 29 2020, 11:12 AM
This revision was automatically updated to reflect the committed changes.