From owner-svn-src-all@FreeBSD.ORG Tue Aug 9 20:41:44 2011 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 285FD106567A; Tue, 9 Aug 2011 20:41:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1814F8FC12; Tue, 9 Aug 2011 20:41:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p79KfhJa011088; Tue, 9 Aug 2011 20:41:43 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p79KfhAE011086; Tue, 9 Aug 2011 20:41:43 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201108092041.p79KfhAE011086@svn.freebsd.org> From: Doug Barton Date: Tue, 9 Aug 2011 20:41:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r224741 - stable/8/sbin/rcorder 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: Tue, 09 Aug 2011 20:41:44 -0000 Author: dougb Date: Tue Aug 9 20:41:43 2011 New Revision: 224741 URL: http://svn.freebsd.org/changeset/base/224741 Log: MFC r224673: Put information about supported-but-deprecated headers in comments Modified: stable/8/sbin/rcorder/rcorder.8 Directory Properties: stable/8/sbin/rcorder/ (props changed) Modified: stable/8/sbin/rcorder/rcorder.8 ============================================================================== --- stable/8/sbin/rcorder/rcorder.8 Tue Aug 9 20:38:21 2011 (r224740) +++ stable/8/sbin/rcorder/rcorder.8 Tue Aug 9 20:41:43 2011 (r224741) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 9, 2008 +.Dd August 5, 2011 .Dt RCORDER 8 .Os .Sh NAME @@ -89,6 +89,9 @@ and lines may appear, but all such lines must appear in a sequence without any intervening lines, as once a line that does not follow the format is reached, parsing stops. +.\" Note that for historical reasons REQUIRES, PROVIDES, and KEYWORDS +.\" are also accepted in addition to the above, but not documented so +.\" that they can be deprecated at some point in the future. .Pp The options are as follows: .Bl -tag -width indent