[LTP] [COMMITTED] docparse/README.md: Fix root uid value typo

Yang Xu xuyang2018.jy@cn.fujitsu.com
Mon Nov 30 03:51:55 CET 2020


Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
---
 docparse/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docparse/README.md b/docparse/README.md
index 7e4847ba2..2c2541760 100644
--- a/docparse/README.md
+++ b/docparse/README.md
@@ -130,7 +130,7 @@ bitflags, integers or arrays of strings:
 ```c
 struct tst_test test = {
 	...
-	/* tests needs to run with UID=1 */
+	/* tests needs to run with UID=0 */
 	.needs_root = 1,
 
 	/*
-- 
2.23.0





More information about the ltp mailing list