Author: gavin
Date: Mon Jun  6 13:13:48 2011
New Revision: 222751
URL: http://svn.freebsd.org/changeset/base/222751

Log:
  Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted.  This
  chnage is different to the one suggested in the PR to try to avoid
  cluttering the man page too much.
  
  PR:           docs/154494
  Submitted by: kilian <kilian.klimek googlemail.com>
  MFC after:    1 week

Modified:
  head/sbin/rcorder/rcorder.8

Modified: head/sbin/rcorder/rcorder.8
==============================================================================
--- head/sbin/rcorder/rcorder.8 Mon Jun  6 13:12:56 2011        (r222750)
+++ head/sbin/rcorder/rcorder.8 Mon Jun  6 13:13:48 2011        (r222751)
@@ -89,6 +89,12 @@ 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.
 .Pp
 The options are as follows:
 .Bl -tag -width indent
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to