From owner-svn-src-head@FreeBSD.ORG Sat Mar 24 19:16:47 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E8C51065670 for ; Sat, 24 Mar 2012 19:16:47 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 302208FC24 for ; Sat, 24 Mar 2012 19:16:46 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so1658139wgb.1 for ; Sat, 24 Mar 2012 12:16:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=wct/IZCpAHEtaeIIDn8LEAjXxt4mb0CIEt/wbLgALQM=; b=TFrLyAzZdFW9MqO+NG9LKknVssPjwEG2jdtk5gbCxHlgME1avWQ4xZNaycF3mypxG+ eCPqPl81pCo8cthhZTsFAj7ZHJ6HfCESOwPRWwG7czxMgX+USuwNCr18DAEUHgpqMGDd 4fXnc8V26i6WkXO4w0aOQlYF7E6B4o/Ar94IzrLnGUtf6PzIQFlVeUqt8MfUqn55MgN5 nIJTwTbGaQz8XTtBnanNWcal7L/jIPIu+qDN5aLweNmL4g6EoE0PGbJR683VxWVLJeXY YrTHwUwAAd/IqqAk0R/U/VTAob9kFANQHQAtVggR2uQu5tzmxdhEKiIpT+04+zBlN+p5 MKgg== Received: by 10.180.107.104 with SMTP id hb8mr5258571wib.8.1332616605766; Sat, 24 Mar 2012 12:16:45 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.180.106.198 with HTTP; Sat, 24 Mar 2012 12:16:25 -0700 (PDT) In-Reply-To: <201203241825.q2OIPH5F043611@svn.freebsd.org> References: <201203241825.q2OIPH5F043611@svn.freebsd.org> From: Juli Mallett Date: Sat, 24 Mar 2012 12:16:25 -0700 X-Google-Sender-Auth: t8sP07wcJh07H2BiJvWmb4nRg0o Message-ID: To: Eitan Adler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnKuhPVuoTDDC1rELGDnrInOJkZEJKCxZtAWl+qqvu/LZDOBcG7x1GUF3rFPOcmOIBybaLU Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r233428 - head/share/examples/cvsup X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Mar 2012 19:16:47 -0000 On Sat, Mar 24, 2012 at 11:25, Eitan Adler wrote: > Author: eadler > Date: Sat Mar 24 18:25:16 2012 > New Revision: 233428 > URL: http://svn.freebsd.org/changeset/base/233428 > > Log: > =C2=A0Direct users to csup instead of cvsup in the csup-file boilerplate = text. Thanks for doing this! I'm not sure about this one change that was made in several places: > -# CVSup (CVS Update Protocol) allows you to download the latest CVS > +# csup (CVS Update Protocol) allows you to download the latest CVS The name of the protocol is certainly CVSup and not csup. And the protocol is what is being referred to here (as is suggested by the parenthetical.) If the protocol weren't being referred to, it would be a literal "cvsup" since that's the spelling of the command, not "CVSup".