From 47359c57fe978147bcfa4917c9fb467bf9293cf9 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 6 Dec 2024 17:15:36 +0100 Subject: [#3414] Removed backticks --- src/lib/dhcpsrv/database_backends.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index 24f644a99b..2a1a921c85 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -128,15 +128,15 @@ - address - IPv4 address \n type: string \n - example: `192.0.2.1 + example: 192.0.2.1 - hwaddr - hardware address (without the hardware type) \n type: string \n - example: '00:01:02:03:04:05` + example: 00:01:02:03:04:05 - client_id - client identifier \n type: string \n - example: `01:02:03:03:04:aa:bb:cc` + example: 01:02:03:03:04:aa:bb:cc - valid_lifetime - valid lifetime \n type: uint32_t \n @@ -233,7 +233,7 @@ - hwaddr - hardware address (hardware type is in hwtype column) \n type: string \n - example: '00:01:02:03:04:05` + example: 00:01:02:03:04:05 - state - lease state \n type: int32_t (0 to 3) \n -- cgit v1.2.3