From owner-cvs-all Tue Jan 5 00:21:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16101 for cvs-all-outgoing; Tue, 5 Jan 1999 00:21:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16095 for ; Tue, 5 Jan 1999 00:21:28 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA12175; Tue, 5 Jan 1999 19:20:59 +1100 Date: Tue, 5 Jan 1999 19:20:59 +1100 From: Bruce Evans Message-Id: <199901050820.TAA12175@godzilla.zeta.org.au> To: committers@FreeBSD.ORG, kuriyama@sky.rim.or.jp, man-jp-core@jp.freebsd.org Subject: Re: $Id$ tag in manpage Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Is there any special reason that many manpage sources do not include >$Id$ tags? If not, I'll patch them like this. One reason is that some man pages have not been changed from the vendor version. Another reason is that addition of $Id$ is not permitted for files in src/contrib. Yet another reason is that some files have $FreeBSD$ instead of $Id$. >> --- atc.6 Sun Jan 3 11:00:18 1999 >> +++ atc.6-new Sun Jan 3 11:01:28 1999 >> @@ -33,6 +33,7 @@ >> .\" SUCH DAMAGE. >> .\" >> .\" @(#)atc.6 8.1 (Berkeley) 5/31/93 >> +.\" $Id$ >> .\" >> . \" XP - exdented paragraph >> .de XP Not quite like that please. The whitespace in the vendor id got corrupted somewhere. FreeBSD $Id$ should normally follow vendor ids and use the same indentation. atc.6 has been changed from the vendor version, so it should have an $Id$. It probably shouldn't be changed now. Someday all FreeBSD $Id$'s will be changed to $FreeBSD$'s, and it is annoying for the cvs logs to be spammed with messages about changing ids back and forth. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message