From g.olgeni@colby.it  Fri Jul 30 21:01:01 2010
Return-Path: <g.olgeni@colby.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5675E1065676
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Jul 2010 21:01:01 +0000 (UTC)
	(envelope-from g.olgeni@colby.it)
Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58])
	by mx1.freebsd.org (Postfix) with ESMTP id D06638FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Jul 2010 21:00:59 +0000 (UTC)
Received: from bsdbox.colby.local (localhost [127.0.0.1])
	by server.colby.local (8.14.4/8.14.4) with ESMTP id o6UL0wqs082024
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Jul 2010 23:00:58 +0200 (CEST)
	(envelope-from g.olgeni@colby.it)
Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local)
	with IPv4:25 by bsdbox.colby.local; 30 Jul 2010 23:00:58 +0200
Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675);
	 Fri, 30 Jul 2010 23:00:58 +0200
Received: from backoffice.colby.local (localhost [127.0.0.1])
	by backoffice.colby.local (8.14.4/8.14.4) with ESMTP id o6UL0wc3064845
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Jul 2010 23:00:58 +0200 (CEST)
	(envelope-from olgeni@backoffice.colby.local)
Received: (from olgeni@localhost)
	by backoffice.colby.local (8.14.4/8.14.4/Submit) id o6UL0wK1064844;
	Fri, 30 Jul 2010 23:00:58 +0200 (CEST)
	(envelope-from olgeni)
Message-Id: <201007302100.o6UL0wK1064844@backoffice.colby.local>
Date: Fri, 30 Jul 2010 23:00:58 +0200 (CEST)
From: Jimmy Olgeni <olgeni@freebsd.org>
Reply-To: Jimmy Olgeni <olgeni@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] misc. fixes for doc/en_US.ISO8859-1/books/faq/book.sgml
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149125
>Category:       docs
>Synopsis:       [patch] misc. fixes for doc/en_US.ISO8859-1/books/faq/book.sgml
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 21:10:05 UTC 2010
>Closed-Date:    Fri Jul 30 21:41:02 UTC 2010
>Last-Modified:  Fri Jul 30 21:41:02 UTC 2010
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
>Description:
A few typo fixes for doc/en_US.ISO8859-1/books/faq/book.sgml,
including a stray British spelling ("recognized" is usually found
in the text).
>How-To-Repeat:
>Fix:
--- book.sgml.orig	2010-07-18 17:02:18.000000000 +0200
+++ book.sgml	2010-07-30 22:51:58.000000000 +0200
@@ -2197,7 +2197,7 @@
 	      must be used.  PAE stands for Physical Address Extension
 	      and is a way for 32-bit x86 CPUs to address more than
 	      4&nbsp;GB of memory.  It remaps the memory that would
-	      otherwise be overlayed by address reservations for
+	      otherwise be overlaid by address reservations for
 	      hardware devices above the 4&nbsp;GB range and uses it as
 	      additional physical memory (see &man.pae.4;).  Using PAE
 	      has some drawbacks; this mode of memory access is a little
@@ -4085,7 +4085,7 @@
 
 	<answer>
 	  <para>An answer for this question can be found in the &os;
-	    Glosssary, see <ulink
+	    Glossary, see <ulink
 	      url="&url.books.handbook;/freebsd-glossary.html#LOR-GLOSSARY">LOR</ulink>.
 	    </para>
 	</answer>
@@ -9069,7 +9069,7 @@
 
 	  <para>Care should be taken with this option.  You should also
 	    use this command to limit the amount of time that
-	    &man.ppp.8; waits for the peer to begin negotations:</para>
+	    &man.ppp.8; waits for the peer to begin negotiations:</para>
 
 	  <programlisting>set stopped <replaceable>N</replaceable></programlisting>
 
@@ -9467,7 +9467,7 @@
 		<quote>special cases</quote> can be found in
 		<filename>/usr/src/sys/netinet/libalias/alias_*.c</filename>
 		(<filename>alias_ftp.c</filename> is a good prototype).
-		This usually involves reading certain recognised
+		This usually involves reading certain recognized
 		outgoing packets, identifying the instruction that tells
 		the outside machine to initiate a connection back to the
 		internal machine on a specific (random) port and setting
@@ -10148,7 +10148,7 @@
 	  <para>However, the permissions on <filename>bar</filename>
 	    will not have changed.</para>
 
-	  <para>When changing modes of the file hiearchies rooted in the
+	  <para>When changing modes of the file hierarchies rooted in the
 	    files instead of the files themselves,
 	    you have to use either <option>-H</option> or
 	    <option>-L</option> together with the <option>-R</option>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Fri Jul 30 21:26:40 UTC 2010 
Responsible-Changed-Why:  
Gather. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149125 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149125: commit references a PR
Date: Fri, 30 Jul 2010 21:34:39 +0000 (UTC)

 pgj         2010-07-30 21:34:30 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/faq book.sgml 
   Log:
   - Typo fixes
   
   PR:             docs/149125
   Submitted by:   olgeni
   
   Revision  Changes    Path
   1.1124    +5 -5      doc/en_US.ISO8859-1/books/faq/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Fri Jul 30 21:40:41 UTC 2010 
State-Changed-Why:  
Committed.  Thanks! :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149125 
>Unformatted:
