svn commit: r224673 - head/sbin/rcorder

Doug Barton dougb at FreeBSD.org
Sat Aug 6 09:13:09 UTC 2011


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


More information about the svn-src-head mailing list