Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2011 22:35:16 GMT
From:      kilian <kilian.klimek@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/154494: rcorder(8) not quit accurate
Message-ID:  <201102032235.p13MZGsw029400@red.freebsd.org>
Resent-Message-ID: <201102032240.p13Me8Fc073534@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102032235.p13MZGsw029400>