From: Wu Yongwei Date: Tue, 1 Nov 2022 14:17:32 +0000 (+0800) Subject: Wrap a file name in backticks X-Git-Tag: v0.14.0~13^2~1 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=a5a996627b12db07621bfeb55f321bf7a67437bb Wrap a file name in backticks For consistency. Signed-off-by: Wu Yongwei --- diff --git a/doc/cds-api.md b/doc/cds-api.md index 3e0fe8b..3d313b7 100644 --- a/doc/cds-api.md +++ b/doc/cds-api.md @@ -33,7 +33,7 @@ Downside over `list.h`: lookup of tail in O(n). Doubly-linked list, with single pointer list head. Requires mutual exclusion on updates, allows RCU read traversals. Useful -for implementing hash tables. Downside over rculist.h: lookup of tail in O(n). +for implementing hash tables. Downside over `rculist.h`: lookup of tail in O(n). ### `urcu/wfstack.h`