Skip to content

Commit 8aa8b08

Browse files
committed
docs/man/nut_usb_addvars.txt, docs/man/ups.conf.txt: fix links leading to libusb API docs with two underscores
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent d0cc2db commit 8aa8b08

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/man/nut_usb_addvars.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,9 @@ For more details, including the currently supported values for your version
142142
of the library, see e.g.:
143143

144144
* https://libusb.sourceforge.io/api-1.0/
145-
* link:https://libusb.sourceforge.io/api-1.0/group__libusb__lib.html[https://libusb.sourceforge.io/api-1.0/group\__libusb__lib.html]
145+
* link:https://libusb.sourceforge.io/api-1.0/group\__libusb\__lib.html[https://libusb.sourceforge.io/api-1.0/group\__libusb__lib.html]
146+
147+
///////////////////
148+
// EDITOR NOTE: There are no backslashes in the URL above, just that
149+
// asciidoc sees them as "emphasis" markup, they had to be escaped.
150+
///////////////////

docs/man/ups.conf.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,12 @@ For more details, including the currently supported values for your
199199
version of the library, see e.g.:
200200

201201
* https://libusb.sourceforge.io/api-1.0/
202-
* https://libusb.sourceforge.io/api-1.0/group__libusb__lib.html
202+
* link:https://libusb.sourceforge.io/api-1.0/group\__libusb\__lib.html[https://libusb.sourceforge.io/api-1.0/group\__libusb__lib.html]
203+
204+
///////////////////
205+
// EDITOR NOTE: There are no backslashes in the URL above, just that
206+
// asciidoc sees them as "emphasis" markup, they had to be escaped.
207+
///////////////////
203208

204209
UPS FIELDS
205210
----------
@@ -405,7 +410,12 @@ For more details, including the currently supported values for your
405410
version of the library, see e.g.:
406411

407412
* https://libusb.sourceforge.io/api-1.0/
408-
* https://libusb.sourceforge.io/api-1.0/group__libusb__lib.html
413+
* link:https://libusb.sourceforge.io/api-1.0/group\__libusb\__lib.html[https://libusb.sourceforge.io/api-1.0/group\__libusb__lib.html]
414+
415+
///////////////////
416+
// EDITOR NOTE: There are no backslashes in the URL above, just that
417+
// asciidoc sees them as "emphasis" markup, they had to be escaped.
418+
///////////////////
409419

410420
INTEGRATION
411421
-----------

0 commit comments

Comments
 (0)