Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2010 08:06:13 GMT
From:      pluknet <pluknet@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/145051: [patch] missing closing parenthesis in 7.3 relnotes article.
Message-ID:  <201003260806.o2Q86DwX041642@www.freebsd.org>
Resent-Message-ID: <201003260810.o2Q8A3ue052196@freefall.freebsd.org>

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

>Number:         145051
>Category:       docs
>Synopsis:       [patch] missing closing parenthesis in 7.3 relnotes article.
>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:   Fri Mar 26 08:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     pluknet
>Release:        
>Organization:
>Environment:
>Description:
There's missing closing parenthesis in the following sentence:

      <para>The &man.acpidump.8; utility now supports parsing SRAT
        (System Resource Affinity Table used to describe affinity
        relationships between CPUs and memory.</para>


>How-To-Repeat:

>Fix:
Fixed in attached patch.

Patch attached with submission follows:

--- en_US.ISO8859-1/relnotes/article.sgml.orig	2010-03-26 10:59:16.000000000 +0300
+++ en_US.ISO8859-1/relnotes/article.sgml	2010-03-26 10:59:32.000000000 +0300
@@ -659,7 +659,7 @@
       <title>Userland Changes</title>
 
       <para>The &man.acpidump.8; utility now supports parsing SRAT
-	(System Resource Affinity Table used to describe affinity
+	(System Resource Affinity Table) used to describe affinity
 	relationships between CPUs and memory.</para>
 
       <para>The &man.apropos.1; command no longer sets the necessary


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



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