From owner-svn-src-all@FreeBSD.ORG Tue May 19 15:48:01 2015 Return-Path: Delivered-To: svn-src-all@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 DF1AFFBE; Tue, 19 May 2015 15:48:01 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (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 75E6D1E83; Tue, 19 May 2015 15:48:01 +0000 (UTC) Received: by wibt6 with SMTP id t6so27952677wib.0; Tue, 19 May 2015 08:48:00 -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=tePbv5nZTZ2Igq01l4szF3zOZrhYRPjMvxnTZC+cCRI=; b=uUIdvKhB32sx6K2Bw6RkiZ+SowCHnVQ5wu/LZNpCyxTJPUCtue94suYLIYlnTdrFd5 57Pqp6FpohLVO40OJ+1W9rRc6BC8sDvAiwZgXtpM4y/hc8ZighWagjlzhWKzLX4Vybhb 9svWiq+8Rdtmv/qdhWIsDRwzfBxRpl/J+kpiuOZZ2ZRSzLU14WYq2YBeJbwdBEdJD/6c plOh6kAKtXiXX+H/9hddkvhDrf5y7wDKhFe6JfBa4o01paYFWwlpaAgwzBljoiajvZD2 HSWZWMyfkRZBK0Ay+UgEpiNdNpMdy8NqZ76pzHnk8UCCMUDITofAsa7fZtb0ufIJQYEo ffoA== MIME-Version: 1.0 X-Received: by 10.194.187.15 with SMTP id fo15mr57186857wjc.100.1432050479939; Tue, 19 May 2015 08:47:59 -0700 (PDT) Received: by 10.27.77.201 with HTTP; Tue, 19 May 2015 08:47:59 -0700 (PDT) In-Reply-To: <20150519214041.J3472@besplex.bde.org> References: <201505191133.t4JBX54w093912@svn.freebsd.org> <20150519214041.J3472@besplex.bde.org> Date: Tue, 19 May 2015 11:47:59 -0400 Message-ID: Subject: Re: svn commit: r283105 - head/share/man/man9 From: Benjamin Kaduk To: Bruce Evans Cc: Julian Elischer , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 15:48:02 -0000 On Tue, May 19, 2015 at 8:34 AM, Bruce Evans wrote: > On Tue, 19 May 2015, Julian Elischer wrote: > > Author: julian >> >> Log: >> Only several years late, catch the psignal man page up to the >> fact that psignal has been renamed to kern_psignal since 9.0. >> >> MFC after: 1 week >> > > It would be better to fix the function to match its documented name. > Whoops, I missed this prior to committing r283114. Julian, 'mandoc -Tlint share/man/man9/psignal.9' would complain about the trailing whitespace. -Ben