]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3414] Removed backticks
authorFrancis Dupont <fdupont@isc.org>
Fri, 6 Dec 2024 16:15:36 +0000 (17:15 +0100)
committerThomas Markwalder <tmark@isc.org>
Fri, 6 Dec 2024 16:39:12 +0000 (16:39 +0000)
src/lib/dhcpsrv/database_backends.dox

index 24f644a99beaf89f7424896e72ac6f483e3c681c..2a1a921c85e4fb460a3cdc577f48e6b7e671de1c 100644 (file)
 
   - <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 
 
   - <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