Skip to content

Commit

Permalink
nanosleep01: Convert docs to docparse
Browse files Browse the repository at this point in the history
Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Petr Vorel <[email protected]>
Signed-off-by: Ma Xinjian <[email protected]>
  • Loading branch information
MaXinjian authored and pevik committed Dec 16, 2024
1 parent 5377f75 commit 2b7132e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions testcases/kernel/syscalls/nanosleep/nanosleep01.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
* Copyright (C) 2015-2017 Cyril Hrubis <[email protected]>
*/

/*
* Test Description:
* nanosleep() should return with value 0 and the process should be
* suspended for time specified by timespec structure.
/*\
* [Description]
*
* Verify that nanosleep() should return with value 0 and the process should be
* suspended for time specified by timespec structure.
*/

#include <errno.h>
Expand Down

0 comments on commit 2b7132e

Please sign in to comment.