]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix SYNPOSIS section to point to the proper include directive.
authorBenedict Reuschling <bcr@FreeBSD.org>
Fri, 15 May 2020 12:04:39 +0000 (12:04 +0000)
committerBenedict Reuschling <bcr@FreeBSD.org>
Fri, 15 May 2020 12:04:39 +0000 (12:04 +0000)
commit44318fb2f901205d65da1c2fe95440f1e443c877
tree91764dff97cfe358f6dab2124ede058198f09a5e
parent1659238a0ca2744d18f4b9a3c77ed1e224510e11
Fix SYNPOSIS section to point to the proper include directive.

netgraph(3) points to #include <netgraph/netgraph.h>, which is kernel only.
The man page refers to the user-space part of the netgraph module, which is
located in <netgraph.h>.

Submitted by: lutz_donnerhacke.de
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D23814
lib/libnetgraph/netgraph.3