From owner-svn-src-stable-10@FreeBSD.ORG Tue May 26 02:50:11 2015 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11B1FBAF; Tue, 26 May 2015 02:50:11 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9ED37122; Tue, 26 May 2015 02:50:10 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by wgme6 with SMTP id e6so16200968wgm.2; Mon, 25 May 2015 19:50:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KZTp6ShwudY8ztIXOw9r3wrJjZjplbtVKubq56HdjsM=; b=JLJAp8rOgrsfPRa4ChilqAdnTvOu3qBNbb46TLcKOtZs1sH8CIapRk/MjL+wRRgXtz 68waD+VHBnjFLNidYm0xFYl3QGCc/5eUWIvKMHiTLhaCF/AdjYQM8kO7HcJZLOxoou3B Lne6uePjNt59obdAi1m9OersnkN/to0cze5KMdE5Ujx6jqexguI7G+xv93pIrRy/KFvL Qpcu9qJ3fADeVcQxKfof72iPsUlLhd3+FmMq+JtzFphxb8/CJ+REs5LQbJgLUlaH3Gk4 J0KGeyMCnq8Vx5OqIlZuuXpB2kMD+K8nPm4Fj0T2rwUfKDfuKuFyvmNVYKGdMUlNczrM Dwog== MIME-Version: 1.0 X-Received: by 10.180.14.135 with SMTP id p7mr36149776wic.8.1432608609036; Mon, 25 May 2015 19:50:09 -0700 (PDT) Received: by 10.27.77.201 with HTTP; Mon, 25 May 2015 19:50:08 -0700 (PDT) In-Reply-To: <201505260218.t4Q2IBld020184@svn.freebsd.org> References: <201505260218.t4Q2IBld020184@svn.freebsd.org> Date: Mon, 25 May 2015 22:50:08 -0400 Message-ID: Subject: Re: svn commit: r283552 - stable/10/share/man/man9 From: Benjamin Kaduk To: Julian Elischer Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2015 02:50:11 -0000 On Mon, May 25, 2015 at 10:18 PM, Julian Elischer wrote: > Author: julian > Date: Tue May 26 02:18:10 2015 > New Revision: 283552 > URL: https://svnweb.freebsd.org/changeset/base/283552 > > Log: > MFH: r283105 > Only several years late, catch the psignal man page up to the > fact that psignal has been renamed to kern_psignal since 9.0. > Why did you not merge r283114 as well? -Ben