wait(2): split long line by using .Fo/.Fa instead of .Ft.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2019-08-11 15:44:36 +00:00
parent 401d89a9e2
commit cd6a6b772d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350860

View File

@ -58,7 +58,13 @@
.Ft pid_t
.Fn wait4 "pid_t wpid" "int *status" "int options" "struct rusage *rusage"
.Ft pid_t
.Fn wait6 "idtype_t idtype" "id_t id" "int *status" "int options" "struct __wrusage *wrusage" "siginfo_t *infop"
.Fo wait6
.Fa "idtype_t idtype" "id_t id"
.Fa "int *status"
.Fa "int options"
.Fa "struct __wrusage *wrusage"
.Fa "siginfo_t *infop"
.Fc
.Sh DESCRIPTION
The
.Fn wait