summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-12-06 17:15:36 +0100
committerThomas Markwalder <tmark@isc.org>2024-12-06 17:39:12 +0100
commit47359c57fe978147bcfa4917c9fb467bf9293cf9 (patch)
tree52f3d311af3d864238dd94d4d2fb122445d9ed71
parent[#3414] Followed tmark's idea (diff)
downloadkea-47359c57fe978147bcfa4917c9fb467bf9293cf9.tar.xz
kea-47359c57fe978147bcfa4917c9fb467bf9293cf9.zip
[#3414] Removed backticks
-rw-r--r--src/lib/dhcpsrv/database_backends.dox8
1 files changed, 4 insertions, 4 deletions
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 @@
- <b>address</b> - IPv4 address \n
type: string \n
- example: `192.0.2.1
+ example: 192.0.2.1
- <b>hwaddr</b> - hardware address (without the hardware type) \n
type: string \n
- example: '00:01:02:03:04:05`
+ example: 00:01:02:03:04:05
- <b>client_id</b> - client identifier \n
type: string \n
- example: `01:02:03:03:04:aa:bb:cc`
+ example: 01:02:03:03:04:aa:bb:cc
- <b>valid_lifetime</b> - valid lifetime \n
type: uint32_t \n
@@ -233,7 +233,7 @@
- <b>hwaddr</b> - 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
- <b>state</b> - lease state \n
type: int32_t (0 to 3) \n