[DOC] Utilize COMMENTS.default_proc to add fallback documents
This commit is contained in:
parent
7a60196a8e
commit
557d929ba6
@ -51,7 +51,7 @@ DATA.each_line {|s|
|
|||||||
next
|
next
|
||||||
end
|
end
|
||||||
h[name] = default_value
|
h[name] = default_value
|
||||||
COMMENTS[name] = comment
|
COMMENTS[name] = comment if comment
|
||||||
}
|
}
|
||||||
DEFS = h.to_a
|
DEFS = h.to_a
|
||||||
|
|
||||||
@ -423,8 +423,8 @@ AF_ISDN nil Integrated Services Digital Network
|
|||||||
PF_ISDN nil Integrated Services Digital Network
|
PF_ISDN nil Integrated Services Digital Network
|
||||||
AF_NATM nil Native ATM access
|
AF_NATM nil Native ATM access
|
||||||
PF_NATM nil Native ATM access
|
PF_NATM nil Native ATM access
|
||||||
AF_SYSTEM
|
AF_SYSTEM nil Kernel event messages
|
||||||
PF_SYSTEM
|
PF_SYSTEM nil Kernel event messages
|
||||||
AF_NETBIOS nil NetBIOS
|
AF_NETBIOS nil NetBIOS
|
||||||
PF_NETBIOS nil NetBIOS
|
PF_NETBIOS nil NetBIOS
|
||||||
AF_PPP nil Point-to-Point Protocol
|
AF_PPP nil Point-to-Point Protocol
|
||||||
@ -440,8 +440,8 @@ PF_PACKET nil Direct link-layer access
|
|||||||
|
|
||||||
AF_E164 nil CCITT (ITU-T) E.164 recommendation
|
AF_E164 nil CCITT (ITU-T) E.164 recommendation
|
||||||
PF_XTP nil eXpress Transfer Protocol
|
PF_XTP nil eXpress Transfer Protocol
|
||||||
PF_RTIP
|
PF_RTIP nil Help Identify RTIP packets
|
||||||
PF_PIP
|
PF_PIP nil Help Identify PIP packets
|
||||||
AF_KEY nil Key management protocol, originally developed for usage with IPsec
|
AF_KEY nil Key management protocol, originally developed for usage with IPsec
|
||||||
PF_KEY nil Key management protocol, originally developed for usage with IPsec
|
PF_KEY nil Key management protocol, originally developed for usage with IPsec
|
||||||
AF_NETLINK nil Kernel user interface device
|
AF_NETLINK nil Kernel user interface device
|
||||||
|
Loading…
x
Reference in New Issue
Block a user