projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa4515
)
Fix a wrong format
author
Wu Yongwei
<wuyongwei@gmail.com>
Tue, 1 Nov 2022 14:06:17 +0000
(22:06 +0800)
committer
Wu Yongwei
<wuyongwei@gmail.com>
Tue, 1 Nov 2022 14:06:17 +0000
(22:06 +0800)
TAB should not be used, and a blank line is necessary.
Signed-off-by: Wu Yongwei <wuyongwei@gmail.com>
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 38a76c29740a8286eabc92edb29b5eadc520b0a4..8f19e18c2dd849b8868ad01fe0c6caba9c171fe5 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-382,7
+382,8
@@
By default the library is configured with internal debugging
self-checks disabled.
For always-on debugging self-checks:
- ./configure --enable-rcu-debug
+
+ ./configure --enable-rcu-debug
For fine grained enabling of debugging self-checks, build
userspace-rcu with `DEBUG_RCU` defined and compile dependent
This page took
0.026916 seconds
and
4
git commands to generate.