From owner-svn-src-projects@FreeBSD.ORG  Wed Dec 19 23:34:20 2012
Return-Path: <owner-svn-src-projects@FreeBSD.ORG>
Delivered-To: svn-src-projects@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
 by hub.freebsd.org (Postfix) with ESMTP id 4A3FAFC;
 Wed, 19 Dec 2012 23:34:20 +0000 (UTC)
 (envelope-from brooks@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 by mx1.freebsd.org (Postfix) with ESMTP id 2F6DB8FC12;
 Wed, 19 Dec 2012 23:34:20 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
 by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJNYK2V012881;
 Wed, 19 Dec 2012 23:34:20 GMT (envelope-from brooks@svn.freebsd.org)
Received: (from brooks@localhost)
 by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJNYKRP012880;
 Wed, 19 Dec 2012 23:34:20 GMT (envelope-from brooks@svn.freebsd.org)
Message-Id: <201212192334.qBJNYKRP012880@svn.freebsd.org>
From: Brooks Davis <brooks@FreeBSD.org>
Date: Wed, 19 Dec 2012 23:34:20 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject: svn commit: r244450 - projects/mtree/contrib/mtree
X-SVN-Group: projects
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-projects@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the src &quot; projects&quot;
 tree" <svn-src-projects.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-projects>, 
 <mailto:svn-src-projects-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-projects>
List-Post: <mailto:svn-src-projects@freebsd.org>
List-Help: <mailto:svn-src-projects-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-projects>, 
 <mailto:svn-src-projects-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Dec 2012 23:34:20 -0000

Author: brooks
Date: Wed Dec 19 23:34:19 2012
New Revision: 244450
URL: http://svnweb.freebsd.org/changeset/base/244450

Log:
  Remove the first attempt at a COMPATIBILITY section.

Modified:
  projects/mtree/contrib/mtree/mtree.8

Modified: projects/mtree/contrib/mtree/mtree.8
==============================================================================
--- projects/mtree/contrib/mtree/mtree.8	Wed Dec 19 23:29:47 2012	(r244449)
+++ projects/mtree/contrib/mtree/mtree.8	Wed Dec 19 23:34:19 2012	(r244450)
@@ -691,37 +691,6 @@ option can be used in combination with
 or
 .Fl u
 to create directory hierarchies for, for example, distributions.
-.Sh COMPATIBILITY
-This version of the
-.Nm utility differs from the version in
-.Fx 9
-and earlier in several ways:
-.Bl -bullet -compact
-.It
-When the
-.Fl c
-option is specified a final ``..'' is not emitted to match the top
-directory.
-Files made to match by appending ``..\\n\\n''.
-.It
-The
-.Fl U
-and
-.Fl u
-options do not set the modification time or the schg and/or sappnd
-file flags unless the
-.Fl t
-and
-.Fl i
-options are also passed.
-.It
-The
-.Fl j
-option is equivalent to the
-.Fx
-.Fl i
-option and should be used in its place.
-.El
 .Sh SEE ALSO
 .Xr chflags 1 ,
 .Xr chgrp 1 ,