From pali.gabor@googlemail.com  Wed Apr  9 19:32:59 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B34281065673
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Apr 2008 19:32:59 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186])
	by mx1.freebsd.org (Postfix) with ESMTP id 40F468FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Apr 2008 19:32:54 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fk-out-0910.google.com with SMTP id b27so4106543fka.11
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 09 Apr 2008 12:32:53 -0700 (PDT)
Received: by 10.82.154.5 with SMTP id b5mr817615bue.10.1207768006389;
        Wed, 09 Apr 2008 12:06:46 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.98.116.90])
        by mx.google.com with ESMTPS id 35sm4703109nfu.36.2008.04.09.12.06.44
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 09 Apr 2008 12:06:45 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Wed,  9 Apr 2008 21:06:42 +0200
Message-Id: <47fd13c5.2315300a.4b6b.ffffca38@mx.google.com>
Date: Wed,  9 Apr 2008 21:06:42 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Typo Fix for Committer's Guide (SGML)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122608
>Category:       docs
>Synopsis:       [PATCH] Typo Fix for Committer's Guide (SGML)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 09 19:40:04 UTC 2008
>Closed-Date:    Thu Apr 10 17:30:29 UTC 2008
>Last-Modified:  Thu Apr 10 17:30:29 UTC 2008
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	Article titled "Commiter's Guide" contains an unnecessary 'X' before "cvs commit" in
	section "CVS Operations". It has a replaceable tag, so it may have a purpose,
	but it cannot be found anywhere else in the document.
>How-To-Repeat:

>Fix:
	Patch attached with submission follows:

--- committers-guide.patch.diff begins here ---
--- committers-guide.old/article.sgml	2008-04-09 18:53:54.000000000 +0200
+++ committers-guide/article.sgml	2008-04-09 18:54:11.153029605 +0200
@@ -349,7 +349,7 @@
 alias scvs cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.org:/home/ncvs</programlisting>
 
     <para>This way they can do all CVS operations
-      locally and use <command><replaceable>X</replaceable>cvs commit</command> for committing
+      locally and use <command>cvs commit</command> for committing
       to the official CVS tree.  If you wish to add
       something which is wholly new (like contrib-ified
       sources, etc), <command>cvs import</command> should be used.
--- committers-guide.patch.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Thu Apr 10 17:30:28 UTC 2008 
State-Changed-Why:  
I dont think this is needed, the X refers to 'Scvs, Dcvs, Pcvs' or 
rather Source CVS tree, Doc/WWW CVS tree and Ports CVS tree'. A simple 
cvs commit doesn't do the job for committers, they have aliases pointing 
to the proper CVS Tree :-). Thanks for the submission though! It's 
really appreciated! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122608 
>Unformatted:
