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 29 2024, 5:16 PM
Unknown Object (File)
Dec 20 2023, 8:24 AM
Unknown Object (File)
Nov 27 2023, 2:59 PM
Unknown Object (File)
Aug 23 2023, 8:08 AM
Unknown Object (File)
Jul 1 2023, 3:48 AM
Unknown Object (File)
Jul 1 2023, 3:47 AM
Unknown Object (File)
Jul 1 2023, 3:47 AM
Unknown Object (File)
Jul 1 2023, 3:32 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.