Signed-off-by: Ma Xinjian <maxj.fnst@xxxxxxxxxxx> --- man/man2/clone.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/man2/clone.2 b/man/man2/clone.2 index 655e50b82..0287091b2 100644 --- a/man/man2/clone.2 +++ b/man/man2/clone.2 @@ -37,6 +37,7 @@ .\" 2008-11-19, mtk, document CLONE_NEWUTS .\" 2008-11-19, mtk, document CLONE_NEWIPC .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO +.\" 2024-07-04, ffix by Ma Xinjian <maxj.fnst@xxxxxxxxxxx> .\" .TH clone 2 (date) "Linux man-pages (unreleased)" .SH NAME @@ -1684,8 +1685,8 @@ On ia64, a different interface is used: .BI "int __clone2(int (*" "fn" ")(void *)," .BI " void *" stack_base ", size_t " stack_size , .BI " int " flags ", void *" "arg" ", ..." -.BI " /* pid_t *" parent_tid ", struct user_desc *" tls , -.BI " pid_t *" child_tid " */ );" +.BI " \fR/*\fP pid_t *" parent_tid ", struct user_desc *" tls , +.BI " pid_t *" child_tid " \fR*/\fP );" .EE .in .P -- 2.18.1