Author: kib
Date: Wed Aug 14 09:40:40 2019
New Revision: 351014
URL: https://svnweb.freebsd.org/changeset/base/351014

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

Modified:
  stable/11/lib/libc/sys/wait.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/wait.2
==============================================================================
--- stable/11/lib/libc/sys/wait.2       Wed Aug 14 09:40:12 2019        
(r351013)
+++ stable/11/lib/libc/sys/wait.2       Wed Aug 14 09:40:40 2019        
(r351014)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to