mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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
This commit is contained in:
parent
1659238a0c
commit
44318fb2f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361074
@ -35,7 +35,7 @@
|
||||
.\" $FreeBSD$
|
||||
.\" $Whistle: netgraph.3,v 1.7 1999/01/25 07:14:06 archie Exp $
|
||||
.\"
|
||||
.Dd November 25, 2013
|
||||
.Dd May 15, 2020
|
||||
.Dt NETGRAPH 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -57,7 +57,7 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libnetgraph
|
||||
.Sh SYNOPSIS
|
||||
.In netgraph/netgraph.h
|
||||
.In netgraph.h
|
||||
.Ft int
|
||||
.Fn NgMkSockNode "const char *name" "int *csp" "int *dsp"
|
||||
.Ft int
|
||||
|
Loading…
Reference in New Issue
Block a user