From owner-svn-src-stable@freebsd.org Wed Jun 27 21:25:17 2018 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BEA310127FB; Wed, 27 Jun 2018 21:25:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27FF074519; Wed, 27 Jun 2018 21:25:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (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)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id B8B5F2089C; Wed, 27 Jun 2018 21:25:16 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f176.google.com with SMTP id u6-v6so2738187lju.13; Wed, 27 Jun 2018 14:25:16 -0700 (PDT) X-Gm-Message-State: APt69E2b0YFPcdx3Da6Zl9D1rU0PyhB0mM77q8QNNE19a5PPJN+aa9LL PkJgumzVFvjGPX93HIbIfUReJSeo2CKYgRXUo+E= X-Google-Smtp-Source: AAOMgpdqTqpOVpug90zto9d9ydg4q3JdfL/T2vRrW/FbXieX1P4p8rJ1y1Vv9n2bTK4cOmGGbWHSJZUQtfozvgAEIXc= X-Received: by 2002:a2e:8051:: with SMTP id p17-v6mr5140539ljg.22.1530134715153; Wed, 27 Jun 2018 14:25:15 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:3c0f:0:0:0:0:0 with HTTP; Wed, 27 Jun 2018 14:24:54 -0700 (PDT) In-Reply-To: <201806272122.w5RLM0n4011171@repo.freebsd.org> References: <201806272122.w5RLM0n4011171@repo.freebsd.org> From: Kyle Evans Date: Wed, 27 Jun 2018 16:24:54 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r335744 - stable/10/sys/boot/forth To: Devin Teske Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2018 21:25:17 -0000 On Wed, Jun 27, 2018 at 4:22 PM, Devin Teske wrote: > Author: dteske > Date: Wed Jun 27 21:22:00 2018 > New Revision: 335744 > URL: https://svnweb.freebsd.org/changeset/base/335744 > > Log: > MFC r335607: check-password.4th(8): Fix manual [in]accuracy > > SVN r280384 updated the maximum password length from 16 bytes to 255. The > manual was not updated to reflect this. > > Sponsored by: Smule, Inc. > > Modified: > stable/10/sys/boot/forth/check-password.4th.8 > Hi, I think this should probably have been supplemented with a record-only merge of r335607 since it has actually been MFC'd, just in the old location. I'm not sure how much it matters, though, other than reflecting that this (general this; stable/10 commits) really wasn't a direct commit. Thanks, Kyle Evans