From owner-freebsd-doc Thu Jul 5 12:30:12 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B849C37B407 for ; Thu, 5 Jul 2001 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65JU1901860; Thu, 5 Jul 2001 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 574AD37B401 for ; Thu, 5 Jul 2001 12:23:38 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a239.otenet.gr [212.205.215.239]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f65JNZo10196 for ; Thu, 5 Jul 2001 22:23:35 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.3) id f65GwLJ01332; Thu, 5 Jul 2001 19:58:21 +0300 (EEST) (envelope-from charon) Message-Id: <200107051658.f65GwLJ01332@hades.hell.gr> Date: Thu, 5 Jul 2001 19:58:21 +0300 (EEST) From: Giorgos Keramidas Reply-To: Giorgos Keramidas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/28731: inconsistent use of and in committers-guide article for cvs commands Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28731 >Category: docs >Synopsis: inconsistent use of and in committers-guide article for cvs commands >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 12:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 24 18:34:43 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386 >Description: The committers-guide article uses either ... or ... to enclose cvs commands, but there doesn't seem to be a certain 'pattern' behind their use. View doc/en_US.ISO8859-1/articles/committers-guide/article.sgml with less(1) and go to the following lines: % less -N doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 145 If you need to use CVS add and 146 delete operations in a manner that is 147 effectively a mv operation, then a repository 148 copy is in order rather than your CVS add and 149 delete. In a repository copy, a tags. However, a few lines below: 168 Check out a module with the co or 169 checkout command. When an example of a CVS command is included of the form `cvs xxx', where `xxx' one of the CVS subcommands, things are more easy to understand. They're always wrapped in ..., with only *one* exception: % grep '>cvs [a-z]\+<' article.sgml | grep -v command &prompt.user; cvs commit When CVS subcommands are listed as single words though, things get fuzzy. To see this, use: % ( grep 'literal>[a-z]\+<' article.sgml ; grep 'command>[a-z]\+<' article.sgml ) >How-To-Repeat: >Fix: We should probably change all the cvs subcommands to 's or to 's. But have them all use the same tag, instead of both. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message