Fix formatting.

This commit is contained in:
Jeffrey Townsend
2019-03-28 17:34:50 +00:00
parent eeb82d5860
commit 8100fd3a84

View File

@@ -7,7 +7,7 @@ The Chassis OID is represented by the special value ``ONLP_OID_CHASSIS``.
## Chassis Information Structure
Enumerating the current system topology starts with a call to ```onlp_chassis_info_get`` using the special value ONLP_OID_CHASSIS.
Enumerating the current system topology starts with a call to ```onlp_chassis_info_get``` using the special value ONLP_OID_CHASSIS.
This populates the ```onlp_chassis_info_t``` structure.
There are no chassis-specific fields in this structure but it contains all of the top-level OIDs as its children. Those children can then be inspected and enumerated recursively.