From owner-svn-src-head@freebsd.org Fri May 11 16:17:26 2018 Return-Path: Delivered-To: svn-src-head@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 F3D48FDD680; Fri, 11 May 2018 16:17:25 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.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)) by mx1.freebsd.org (Postfix) with ESMTPS id 92B7A6D866; Fri, 11 May 2018 16:17:25 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f176.google.com with SMTP id d11-v6so7600691iof.11; Fri, 11 May 2018 09:17:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=HUbHuE5G/1ATAZztQDJPGtYuejRm8WMbsn4FsZ5TVPI=; b=HUoG/lKEib6+mtC+r2Q94FTpjAt9DeXtBwD15cqoclnmj1knLLFvvTbAMevQQ73Z+Q HSaDxpVEV5WeLFSf+lAfpfbKYYMJTlqJ8ESs25aP2ZTwxgMq9B/qbRPXvvkNXo/+vDct VbWgwJ2AQ7Lpe15V8+iB967zkerNWq0y6h4SOCfR8Hf3WS8C/7oY3/AoFTlXP4v6vRiB iWtXSkRlQmvoz1xwLRMfWsBUKkWJuBAB1ylZkpbfS8LIfkwZkkZHsw7Kr+niZ5BfvQk1 IY2UBqIxEXt1eB3f1yVkNhGj+ZT4zwEuFlUHH9SQEfV0nonrPNh0t1R24+oIQxKn/768 XqbA== X-Gm-Message-State: ALKqPwewKyExqop1JxxqPM+q1JFlcYa1RRnBn6dRYjhkEf4zcM4gcUAO oY/SHLc8Czs26iDPRnVsLZftpl0I X-Google-Smtp-Source: AB8JxZrWplUqMhGfQe5Dnhb7c022Yd+81bX07K1gsZtje1oTIO6Z3wZArzSSan+C1q5XSYtbevNKkg== X-Received: by 2002:a6b:d90e:: with SMTP id r14-v6mr6731691ioc.240.1526055439674; Fri, 11 May 2018 09:17:19 -0700 (PDT) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com. [209.85.223.178]) by smtp.gmail.com with ESMTPSA id g1-v6sm802670itg.27.2018.05.11.09.17.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 May 2018 09:17:19 -0700 (PDT) Received: by mail-io0-f178.google.com with SMTP id t23-v6so7598306ioc.10; Fri, 11 May 2018 09:17:19 -0700 (PDT) X-Received: by 2002:a6b:b513:: with SMTP id e19-v6mr6674923iof.267.1526055439245; Fri, 11 May 2018 09:17:19 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:a40b:0:0:0:0:0 with HTTP; Fri, 11 May 2018 09:17:18 -0700 (PDT) In-Reply-To: <201805111526.w4BFQ7N3075963@pdx.rh.CN85.dnsmgr.net> References: <201805111511.w4BFBsDn081911@repo.freebsd.org> <201805111526.w4BFQ7N3075963@pdx.rh.CN85.dnsmgr.net> From: Conrad Meyer Date: Fri, 11 May 2018 09:17:18 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333494 - head/share/man/man7 To: "Rodney W. Grimes" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 11 May 2018 16:17:26 -0000 On Fri, May 11, 2018 at 8:26 AM, Rodney W. Grimes wrote: >> @@ -67,7 +72,8 @@ Changes are first committed to CURRENT and then usuall >> to STABLE. >> Every few years the CURRENT branch is renamed to STABLE, and a new >> CURRENT is branched, with an incremented major version number. >> -Releases are then branched off STABLE and numbered with consecutive minor numbers. >> +Releases are then branched off STABLE and numbered with consecutive minor >> +numbers. > > Proper place to line break long lines is at conjuncatives such > as the "and" above, yeilding: What? Are you just inventing these rules out of blue sky? What possible reason is there to do as you have proposed? Conrad