Merge pull request #13300 from louis-6wind/iso_doc

doc: fix the print iso macro documentation
This commit is contained in:
Donald Sharp 2023-04-14 09:05:47 -04:00 committed by GitHub
commit a5304577ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,7 +518,7 @@ General utility formats
that could be used in conjunction to snprintfrr. Use like::
char buf[ISO_ADDR_STRLEN];
struct iso_net addr = {.len = 4, .addr = {1, 2, 3, 4}};
struct iso_address addr = {.addr_len = 4, .area_addr = {1, 2, 3, 4}};
snprintfrr(buf, ISO_ADDR_STRLEN, "%pIS", &addr);
.. frrfmt:: %pSY (uint8_t *)