docs/154494: rcorder(8) not quit accurate

kilian kilian.klimek at googlemail.com
Thu Feb 3 22:40:09 UTC 2011


>Number:         154494
>Category:       docs
>Synopsis:       rcorder(8) not quit accurate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 03 22:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     kilian
>Release:        8.1
>Organization:
>Environment:
>Description:
The manpage for rcorder states: "The format of the lines is rigid.  Each line must begin with a single `#', followed by a single space, followed by ``PROVIDE:'', ``REQUIRE:'', ``BEFORE:'', or ``KEYWORD:''.  No deviation is permitted."

That is not entirely correct, as "PROVIDES:", "REQUIRES:" and "KEYWORDS:" are also allowed.

Found this on 8.1 but -current has the same manpage.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- rcorder.8.orig	2011-02-03 23:21:35.000000000 +0100
+++ rcorder.8	2011-02-03 23:17:58.000000000 +0100
@@ -73,10 +73,13 @@
 .Ql # ,
 followed by a single space, followed by
 .Dq Li PROVIDE: ,
+.Dq Li PROVIDES: ,
 .Dq Li REQUIRE: ,
+.Dq Li REQUIRES: ,
 .Dq Li BEFORE: ,
-or
 .Dq Li KEYWORD: .
+or
+.Dq Li KEYWORDS: .
 No deviation is permitted.
 Each dependency line is then followed by a series of conditions,
 separated by whitespace.


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list