Skip to content

Commit 47359c5

Browse files
fxduponttmarkwalder
authored andcommitted
[#3414] Removed backticks
1 parent b482c72 commit 47359c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/dhcpsrv/database_backends.dox

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@
128128

129129
- <b>address</b> - IPv4 address \n
130130
type: string \n
131-
example: `192.0.2.1
131+
example: 192.0.2.1
132132

133133
- <b>hwaddr</b> - hardware address (without the hardware type) \n
134134
type: string \n
135-
example: '00:01:02:03:04:05`
135+
example: 00:01:02:03:04:05
136136

137137
- <b>client_id</b> - client identifier \n
138138
type: string \n
139-
example: `01:02:03:03:04:aa:bb:cc`
139+
example: 01:02:03:03:04:aa:bb:cc
140140

141141
- <b>valid_lifetime</b> - valid lifetime \n
142142
type: uint32_t \n
@@ -233,7 +233,7 @@
233233

234234
- <b>hwaddr</b> - hardware address (hardware type is in hwtype column) \n
235235
type: string \n
236-
example: '00:01:02:03:04:05`
236+
example: 00:01:02:03:04:05
237237

238238
- <b>state</b> - lease state \n
239239
type: int32_t (0 to 3) \n

0 commit comments

Comments
 (0)