From owner-svn-src-head@FreeBSD.ORG Wed Sep 5 11:55:54 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 015A5106564A; Wed, 5 Sep 2012 11:55:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E0A148FC17; Wed, 5 Sep 2012 11:55:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q85Btrwd032890; Wed, 5 Sep 2012 11:55:53 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q85Btrd0032888; Wed, 5 Sep 2012 11:55:53 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201209051155.q85Btrd0032888@svn.freebsd.org> From: John Baldwin Date: Wed, 5 Sep 2012 11:55:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240132 - head/lib/libc/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 11:55:54 -0000 Author: jhb Date: Wed Sep 5 11:55:53 2012 New Revision: 240132 URL: http://svn.freebsd.org/changeset/base/240132 Log: When WIFCONTINUED was added, the number of "first" macros grew from three to four. MFC after: 1 week Modified: head/lib/libc/sys/wait.2 Modified: head/lib/libc/sys/wait.2 ============================================================================== --- head/lib/libc/sys/wait.2 Wed Sep 5 09:02:18 2012 (r240131) +++ head/lib/libc/sys/wait.2 Wed Sep 5 11:55:53 2012 (r240132) @@ -177,7 +177,7 @@ with a value of -1. .Pp The following macros may be used to test the manner of exit of the process. -One of the first three macros will evaluate to a non-zero (true) value: +One of the first four macros will evaluate to a non-zero (true) value: .Bl -tag -width Ds .It Fn WIFCONTINUED status True if the process has not terminated, and