Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 09:38:55 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351011 - stable/12/lib/libc/sys
Message-ID:  <201908140938.x7E9ctnK069848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Aug 14 09:38:55 2019
New Revision: 351011
URL: https://svnweb.freebsd.org/changeset/base/351011

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

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

Modified: stable/12/lib/libc/sys/wait.2
==============================================================================
--- stable/12/lib/libc/sys/wait.2	Wed Aug 14 09:37:43 2019	(r351010)
+++ stable/12/lib/libc/sys/wait.2	Wed Aug 14 09:38:55 2019	(r351011)
@@ -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?201908140938.x7E9ctnK069848>