From owner-svn-src-all@FreeBSD.ORG Sat Mar 24 19:16:47 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C066106564A 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 0D5A58FC23 for ; Sat, 24 Mar 2012 19:16:46 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so1658138wgb.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=bZOhtHRKmsuDWBBwjxehUxDpkS3wzO3OBhQQ/t5Bb5RamdLBfSaHGeyiMidRQ6DHpm Je0tnI2wsfRe5NaZD+kYp1gW1/T99vbDvfrW+gbYdvxSdJT2xvlQGO7inNk/QaxQihWU jYgGofJqGMzN2lyZFZeqL2PVXoCTVGLsk4Oa+xi/XGOOU2d7gskvlQoYQ3AvmKpvJvEb yJgUC14REOwgNhzVWYtZdPgAh6DJcl35oSPVWtYXCw404CIDbmAQ+VRIfOTmVEw3+z+q H5WSebplVOO+/tduPxewhK7Tu7q8p3PW18MDW1RyNpNXc2MkJpGGaC3zee0wtWNWYkA0 Atmg== 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: ALoCoQlwlEI+X3JnUrGUsnvr6DgZqDsu3XFtbxAeWgnqqOBq+i+MOL9Oy0HVAMSRFJzckwqEd9hT 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-all@freebsd.org X-Mailman-Version: 2.1.5 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: 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".