Verify that SYNOPSIS section compiles.
This commit is contained in:
parent
c8da77c004
commit
fbad9e2d95
@ -42,6 +42,7 @@
|
||||
.Nm ng_async
|
||||
.Nd asynchronous framing netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_async.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -37,8 +37,10 @@
|
||||
.Nm ng_atm
|
||||
.Nd netgraph ATM node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In net/if_atm.h
|
||||
.In netgraph/ng_atm.h
|
||||
.In netgraph.h
|
||||
.In netgraph/atm/ng_atm.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm atm
|
||||
|
@ -39,7 +39,8 @@
|
||||
.Nm ng_atmpif
|
||||
.Nd netgraph HARP/ATM Virtual Physical Interface
|
||||
.Sh SYNOPSIS
|
||||
.In netgraph/netgraph.h
|
||||
.In sys/types.h
|
||||
.In netatm/atm_if.h
|
||||
.In netgraph/atm/ng_atmpif.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,7 +42,9 @@
|
||||
.Nm ng_bpf
|
||||
.Nd Berkeley packet filter netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In net/bpf.h
|
||||
.In netgraph.h
|
||||
.In netgraph/ng_bpf.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,6 +42,7 @@
|
||||
.Nm ng_cisco
|
||||
.Nd Cisco HDLC protocol netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netinet/in.h
|
||||
.In netgraph/ng_cisco.h
|
||||
.Sh DESCRIPTION
|
||||
|
@ -33,6 +33,7 @@
|
||||
.Nm ng_etf
|
||||
.Nd Ethertype filtering netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In netgraph.h
|
||||
.In netgraph/ng_etf.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,6 +42,7 @@
|
||||
.Nm ng_hole
|
||||
.Nd netgraph discard node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_hole.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -41,6 +41,7 @@
|
||||
.Nm ng_ksocket
|
||||
.Nd kernel socket netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_ksocket.h
|
||||
.Sh DESCRIPTION
|
||||
A
|
||||
|
@ -44,6 +44,7 @@
|
||||
.Nm ng_l2tp
|
||||
.Nd L2TP protocol netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_l2tp.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,6 +42,7 @@
|
||||
.Nm ng_lmi
|
||||
.Nd frame relay LMI protocol netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_lmi.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,6 +42,7 @@
|
||||
.Nm ng_ppp
|
||||
.Nd PPP protocol netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_ppp.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,7 +42,9 @@
|
||||
.Nm ng_pppoe
|
||||
.Nd RFC 2516 PPPoE protocol netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In net/ethernet.h
|
||||
.In netgraph.h
|
||||
.In netgraph/ng_pppoe.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,6 +42,7 @@
|
||||
.Nm ng_pptpgre
|
||||
.Nd PPTP GRE protocol netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_pptpgre.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,7 +42,7 @@
|
||||
.Nm ng_socket
|
||||
.Nd netgraph socket node type
|
||||
.Sh SYNOPSIS
|
||||
.In netgraph/ng_message.h
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_socket.h
|
||||
.Sh DESCRIPTION
|
||||
A
|
||||
|
@ -39,6 +39,7 @@
|
||||
.Nm ng_source
|
||||
.Nd netgraph discard node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_source.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,6 +42,7 @@
|
||||
.Nm ng_tee
|
||||
.Nd netgraph ``tee'' node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph/ng_tee.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -42,8 +42,8 @@
|
||||
.Nm ng_tty
|
||||
.Nd netgraph node type that is also a line discipline
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In sys/ttycom.h
|
||||
.In netgraph/ng_message.h
|
||||
.In netgraph/ng_tty.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -35,6 +35,7 @@
|
||||
.Nm ng_uni
|
||||
.Nd netgraph UNI node type
|
||||
.Sh SYNOPSIS
|
||||
.In netnatm/msg/unistruct.h
|
||||
.In netnatm/sig/unidef.h
|
||||
.In netgraph/atm/ng_uni.h
|
||||
.Sh DESCRIPTION
|
||||
|
@ -42,6 +42,10 @@
|
||||
.Nm ng_vjc
|
||||
.Nd Van Jacobson compression netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netinet/in.h
|
||||
.In netinet/in_systm.h
|
||||
.In netinet/ip.h
|
||||
.In net/slcompress.h
|
||||
.In netgraph/ng_vjc.h
|
||||
.Sh DESCRIPTION
|
||||
|
@ -31,6 +31,8 @@
|
||||
.Nm ng_vlan
|
||||
.Nd IEEE 802.1Q VLAN tagging netgraph node type
|
||||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In netgraph.h
|
||||
.In netgraph/ng_vlan.h
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user