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)
Jan 10 2025, 3:05 AM
Unknown Object (File)
Dec 16 2024, 8:55 AM
Unknown Object (File)
Dec 8 2024, 8:47 PM
Unknown Object (File)
Oct 24 2024, 7:04 AM
Unknown Object (File)
Sep 28 2024, 5:38 PM
Unknown Object (File)
Sep 24 2024, 11:33 PM
Unknown Object (File)
Sep 24 2024, 7:14 PM
Unknown Object (File)
Sep 24 2024, 1:54 AM

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.