Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 15:44:36 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350860 - head/lib/libc/sys
Message-ID:  <201908111544.x7BFiaLJ085571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Aug 11 15:44:36 2019
New Revision: 350860
URL: https://svnweb.freebsd.org/changeset/base/350860

Log:
  wait(2): split long line by using .Fo/.Fa instead of .Ft.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/lib/libc/sys/wait.2

Modified: head/lib/libc/sys/wait.2
==============================================================================
--- head/lib/libc/sys/wait.2	Sun Aug 11 15:36:18 2019	(r350859)
+++ head/lib/libc/sys/wait.2	Sun Aug 11 15:44:36 2019	(r350860)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111544.x7BFiaLJ085571>