From 8100fd3a842313c8a7100282bb03bcd95117f582 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Thu, 28 Mar 2019 17:34:50 +0000 Subject: [PATCH] Fix formatting. --- onlp/applications/chassis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlp/applications/chassis.md b/onlp/applications/chassis.md index e3d0ce30..d12a36ce 100644 --- a/onlp/applications/chassis.md +++ b/onlp/applications/chassis.md @@ -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.