[LTP] [PATCH] shmdt02: Fix the doc to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Thu Feb 20 08:58:40 CET 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/ipc/shmdt/shmdt02.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/syscalls/ipc/shmdt/shmdt02.c b/testcases/kernel/syscalls/ipc/shmdt/shmdt02.c
index a3b20f8ff..4bdc6eb21 100644
--- a/testcases/kernel/syscalls/ipc/shmdt/shmdt02.c
+++ b/testcases/kernel/syscalls/ipc/shmdt/shmdt02.c
@@ -6,8 +6,8 @@
/*\
* Tests basic error handing of the shmdt syscall.
*
- * -EINVAL there is no shared memory segment attached at shmaddr.
- * -EINVAL shmaddr is not aligned on a page boundary.
+ * - EINVAL there is no shared memory segment attached at shmaddr.
+ * - EINVAL shmaddr is not aligned on a page boundary.
*/
#include <sys/types.h>
--
2.47.0
More information about the ltp
mailing list