From owner-svn-src-head@FreeBSD.ORG Sat Aug 6 09:13:09 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 742221065676; Sat, 6 Aug 2011 09:13:09 +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 644098FC14; Sat, 6 Aug 2011 09:13:09 +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 p769D9e1043321; Sat, 6 Aug 2011 09:13:09 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p769D9cS043319; Sat, 6 Aug 2011 09:13:09 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201108060913.p769D9cS043319@svn.freebsd.org> From: Doug Barton Date: Sat, 6 Aug 2011 09:13:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r224673 - head/sbin/rcorder X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 09:13:09 -0000 Author: dougb Date: Sat Aug 6 09:13:09 2011 New Revision: 224673 URL: http://svn.freebsd.org/changeset/base/224673 Log: Gavin documented these alternate options in good faith in r222751 based on the patch in the PR, however he was unaware that they were undocumented intentionally. This patch moves the information about these alternates into a comment which also explains why they are undocumented. Approved by: re (hrs) Modified: head/sbin/rcorder/rcorder.8 Modified: head/sbin/rcorder/rcorder.8 ============================================================================== --- head/sbin/rcorder/rcorder.8 Sat Aug 6 09:11:30 2011 (r224672) +++ head/sbin/rcorder/rcorder.8 Sat Aug 6 09:13:09 2011 (r224673) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 6, 2011 +.Dd August 5, 2011 .Dt RCORDER 8 .Os .Sh NAME @@ -89,12 +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, -.Dq Li REQUIRES , -.Dq Li PROVIDES , -and -.Dq Li KEYWORDS -are also accepted in addition to the above. +.\" 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