Date: Mon, 6 Jun 2011 13:13:48 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r222751 - head/sbin/rcorder Message-ID: <201106061313.p56DDmcF032479@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106061313.p56DDmcF032479>