From owner-svn-src-head@freebsd.org Fri May 11 15:57:23 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 CE00CFDC7FA for ; Fri, 11 May 2018 15:57:23 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) (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 44E8268AFF; Fri, 11 May 2018 15:57:23 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f43.google.com with SMTP id h197-v6so8611878lfg.11; Fri, 11 May 2018 08:57:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UHxr97S7xHHpBiT3Oz+/z1NTLeRvFaV+6RSTIu2llAA=; b=JbkhmHke7tYVq9+aTN8pPiLNBA1ppPsbR4QZyz0UMiX3HWY9fdcFzZbkffj4itDhki B0P/Dm9uiVgl1WqXMeaF8+kLQoAPJp9HkYNWIXL4r1m+gKy2XyvbiEaklLXVA9Ha7HGk HcqNA8CzY/+gREZARSluQ6jx+xEBYQMWp/HeIl1FEnOkyvwnmnmXr59Ymywd2wJOK+Bb VE3lDw6yNSsLd91MxrB5aP+NIUTvt/OHid6APeT98PWI+eRrlOL1IVDw8fuijTvGo/ha uOzs82TkSF8v1uQLr9KdIaFNtbcji6JQBDPPytW9YewDQYCClCe1H3WoYLG8Irq6YbsB kLnA== X-Gm-Message-State: ALKqPwexn/EUOMT2jjeKcW+WgxOOxR7c9melOZbcAbAy6fvXTyKN+nrR Tiq+/yrZISF2eII5uqEPFYkZG7+r X-Google-Smtp-Source: AB8JxZq8xwBN+FBk90N8bhKZmTWynTgpedJPw/5sSwLwBrCMvbdFJdXMXIj6YcXaDn0krsPcRx2Ieg== X-Received: by 2002:a2e:5855:: with SMTP id x21-v6mr4662330ljd.84.1526053761738; Fri, 11 May 2018 08:49:21 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id d3-v6sm717073lja.38.2018.05.11.08.49.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 11 May 2018 08:49:21 -0700 (PDT) Date: Fri, 11 May 2018 17:50:22 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: svn-src-head@freebsd.org Cc: rgrimes@freebsd.org Subject: Re: svn commit: r333494 - head/share/man/man7 Message-ID: <20180511175022.5ab4fa7d@oxy> In-Reply-To: <201805111526.w4BFQ7N3075963@pdx.rh.CN85.dnsmgr.net> References: <201805111511.w4BFBsDn081911@repo.freebsd.org> <201805111526.w4BFQ7N3075963@pdx.rh.CN85.dnsmgr.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 15:57:24 -0000 On Fri, 11 May 2018 08:26:07 -0700 (PDT) "Rodney W. Grimes" wrote: >> Author: trasz >> Date: Fri May 11 15:11:53 2018 >> New Revision: 333494 >> URL: https://svnweb.freebsd.org/changeset/base/333494 >> >> ... >> >> Modified: head/share/man/man7/development.7 >> ============================================================================== >> --- head/share/man/man7/development.7 Fri May 11 14:52:35 >> 2018 (r333493) +++ head/share/man/man7/development.7 >> Fri May 11 15:11:53 2018 (r333494) @@ -24,16 +24,20 @@ >> >> ... >> >> @@ -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: >Releases are then branched off STABLE >and numbered with consecutive minor numbers. Alright. Thanks, I'll try to remember about it next time. Mateusz