From g.olgeni@colby.it  Thu Aug  5 10:31:19 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 8A7BC1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Aug 2010 10:31:19 +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 0E5428FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Aug 2010 10:31:18 +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 o75AVGLP037388
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 5 Aug 2010 12:31:16 +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; 5 Aug 2010 12:31:16 +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);
	 Thu, 5 Aug 2010 12:31:16 +0200
Received: from backoffice.colby.local (localhost [127.0.0.1])
	by backoffice.colby.local (8.14.4/8.14.4) with ESMTP id o75AVGU2085229
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 5 Aug 2010 12:31:16 +0200 (CEST)
	(envelope-from olgeni@backoffice.colby.local)
Received: (from olgeni@localhost)
	by backoffice.colby.local (8.14.4/8.14.4/Submit) id o75AVGb9085228;
	Thu, 5 Aug 2010 12:31:16 +0200 (CEST)
	(envelope-from olgeni)
Message-Id: <201008051031.o75AVGb9085228@backoffice.colby.local>
Date: Thu, 5 Aug 2010 12:31:16 +0200 (CEST)
From: Jimmy Olgeni <olgeni@freebsd.org>
Reply-To: Jimmy Olgeni <olgeni@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Typo fixes in usr.sbin/fifolog/lib/fifolog.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149314
>Category:       docs
>Synopsis:       [PATCH] Typo fixes in usr.sbin/fifolog/lib/fifolog.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    uqs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 05 10:40:05 UTC 2010
>Closed-Date:    Mon Aug 09 08:02:28 UTC 2010
>Last-Modified:  Mon Aug 09 08:02:28 UTC 2010
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
>Description:
Some spelling fixes for HEAD's usr.sbin/fifolog/lib/fifolog.h.
>How-To-Repeat:
>Fix:
--- fifolog.h.orig	2010-08-05 12:26:52.000000000 +0200
+++ fifolog.h	2010-08-05 12:30:08.000000000 +0200
@@ -33,15 +33,15 @@
  * Definitions for fifolog "protocol": the on-media layout.
  *
  * The fifolog on-media record has three layers:
- *   The outher timestamping and synchronization layer.
+ *   The outer timestamping and synchronization layer.
  *   The zlib implemented data compression
  *   The inner sequencing and identification layer.
  *
- * All three layers are synchronized at a subset of the outher layer
+ * All three layers are synchronized at a subset of the outer layer
  * record boundaries, from where reading can be initiated.
  *
  *
- * The outher layer:
+ * The outer layer:
  * -----------------
  * The first record in a fifolog contains a magic string and version
  * information along with a 32be encoded recordsize for all records
@@ -55,7 +55,7 @@
  *	0	32be	sequence_number
  *			The sequence number is randomly chosen for the
  *			fifolog and increments once for each record written.
- *			It's precense allow quick identification of the next
+ *			It's presence allow quick identification of the next
  *			record to be written using a binary search for the
  *			first place where a discontinuity in the sequence
  *			numbers occur.
@@ -89,14 +89,14 @@
  * In most cases, the timer will expire before zlib has filled an entire
  * record in which case Z_SYNC_FLUSH will be used to force as much as
  * possible into the buffer before it is written.  This is not marked
- * in outher layer (apart from a natural correlation with padding) since
+ * in outer layer (apart from a natural correlation with padding) since
  * zlibs data stream handles this without help.
  *
  *
  * The inner layer:
  * ----------------
- * The inner layer contains data indentification and to the second 
- * timestamping (the timestamp in the outherlayer only marks the 
+ * The inner layer contains data identification and to the second 
+ * timestamping (the timestamp in the outer layer only marks the 
  * first possible timestamp for content in the SYNC record).
  * 
  *	offset	type	contents
@@ -113,7 +113,7 @@
  *	4	32be	time_t containing POSIX's understanding of UTC.
  *
  * Then follows the content, either as a NUL terminated string or as
- * a lenght encoded binary sequence:
+ * a length encoded binary sequence:
  *
  * If (ident & FIFOLOG_LENGTH) the record is prefixed by:
  *	{0|4}	8	length of binary data
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->uqs 
Responsible-Changed-By: uqs 
Responsible-Changed-When: Fri Aug 6 09:04:35 UTC 2010 
Responsible-Changed-Why:  
Take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149314: commit references a PR
Date: Fri,  6 Aug 2010 12:38:42 +0000 (UTC)

 Author: uqs
 Date: Fri Aug  6 12:38:30 2010
 New Revision: 210930
 URL: http://svn.freebsd.org/changeset/base/210930
 
 Log:
   Typo fixes
   
   PR:		docs/149314
   Submitted by:	olgeni
   MFC after:	3 days
 
 Modified:
   head/usr.sbin/fifolog/lib/fifolog.h
 
 Modified: head/usr.sbin/fifolog/lib/fifolog.h
 ==============================================================================
 --- head/usr.sbin/fifolog/lib/fifolog.h	Fri Aug  6 11:58:27 2010	(r210929)
 +++ head/usr.sbin/fifolog/lib/fifolog.h	Fri Aug  6 12:38:30 2010	(r210930)
 @@ -33,15 +33,15 @@
   * Definitions for fifolog "protocol": the on-media layout.
   *
   * The fifolog on-media record has three layers:
 - *   The outher timestamping and synchronization layer.
 - *   The zlib implemented data compression
 + *   The outer timestamping and synchronization layer.
 + *   The zlib implemented data compression.
   *   The inner sequencing and identification layer.
   *
 - * All three layers are synchronized at a subset of the outher layer
 + * All three layers are synchronized at a subset of the outer layer
   * record boundaries, from where reading can be initiated.
   *
   *
 - * The outher layer:
 + * The outer layer:
   * -----------------
   * The first record in a fifolog contains a magic string and version
   * information along with a 32be encoded recordsize for all records
 @@ -55,7 +55,7 @@
   *	0	32be	sequence_number
   *			The sequence number is randomly chosen for the
   *			fifolog and increments once for each record written.
 - *			It's precense allow quick identification of the next
 + *			It's presence allow quick identification of the next
   *			record to be written using a binary search for the
   *			first place where a discontinuity in the sequence
   *			numbers occur.
 @@ -89,14 +89,14 @@
   * In most cases, the timer will expire before zlib has filled an entire
   * record in which case Z_SYNC_FLUSH will be used to force as much as
   * possible into the buffer before it is written.  This is not marked
 - * in outher layer (apart from a natural correlation with padding) since
 + * in outer layer (apart from a natural correlation with padding) since
   * zlibs data stream handles this without help.
   *
   *
   * The inner layer:
   * ----------------
 - * The inner layer contains data indentification and to the second 
 - * timestamping (the timestamp in the outherlayer only marks the 
 + * The inner layer contains data identification and to the second 
 + * timestamping (the timestamp in the outer layer only marks the 
   * first possible timestamp for content in the SYNC record).
   * 
   *	offset	type	contents
 @@ -113,7 +113,7 @@
   *	4	32be	time_t containing POSIX's understanding of UTC.
   *
   * Then follows the content, either as a NUL terminated string or as
 - * a lenght encoded binary sequence:
 + * a length encoded binary sequence:
   *
   * If (ident & FIFOLOG_LENGTH) the record is prefixed by:
   *	{0|4}	8	length of binary data
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149314: commit references a PR
Date: Mon,  9 Aug 2010 07:58:52 +0000 (UTC)

 Author: uqs
 Date: Mon Aug  9 07:58:32 2010
 New Revision: 211092
 URL: http://svn.freebsd.org/changeset/base/211092
 
 Log:
   MFC r210930: Typo fixes
   
   PR:		docs/149314
   Submitted by:	olgeni
   
   ------------------------------------------------------------------------
 
 Modified:
   stable/8/usr.sbin/fifolog/lib/fifolog.h
 Directory Properties:
   stable/8/usr.sbin/fifolog/   (props changed)
 
 Modified: stable/8/usr.sbin/fifolog/lib/fifolog.h
 ==============================================================================
 --- stable/8/usr.sbin/fifolog/lib/fifolog.h	Mon Aug  9 06:36:11 2010	(r211091)
 +++ stable/8/usr.sbin/fifolog/lib/fifolog.h	Mon Aug  9 07:58:32 2010	(r211092)
 @@ -33,15 +33,15 @@
   * Definitions for fifolog "protocol": the on-media layout.
   *
   * The fifolog on-media record has three layers:
 - *   The outher timestamping and synchronization layer.
 - *   The zlib implemented data compression
 + *   The outer timestamping and synchronization layer.
 + *   The zlib implemented data compression.
   *   The inner sequencing and identification layer.
   *
 - * All three layers are synchronized at a subset of the outher layer
 + * All three layers are synchronized at a subset of the outer layer
   * record boundaries, from where reading can be initiated.
   *
   *
 - * The outher layer:
 + * The outer layer:
   * -----------------
   * The first record in a fifolog contains a magic string and version
   * information along with a 32be encoded recordsize for all records
 @@ -55,7 +55,7 @@
   *	0	32be	sequence_number
   *			The sequence number is randomly chosen for the
   *			fifolog and increments once for each record written.
 - *			It's precense allow quick identification of the next
 + *			It's presence allow quick identification of the next
   *			record to be written using a binary search for the
   *			first place where a discontinuity in the sequence
   *			numbers occur.
 @@ -89,14 +89,14 @@
   * In most cases, the timer will expire before zlib has filled an entire
   * record in which case Z_SYNC_FLUSH will be used to force as much as
   * possible into the buffer before it is written.  This is not marked
 - * in outher layer (apart from a natural correlation with padding) since
 + * in outer layer (apart from a natural correlation with padding) since
   * zlibs data stream handles this without help.
   *
   *
   * The inner layer:
   * ----------------
 - * The inner layer contains data indentification and to the second 
 - * timestamping (the timestamp in the outherlayer only marks the 
 + * The inner layer contains data identification and to the second 
 + * timestamping (the timestamp in the outer layer only marks the 
   * first possible timestamp for content in the SYNC record).
   * 
   *	offset	type	contents
 @@ -113,7 +113,7 @@
   *	4	32be	time_t containing POSIX's understanding of UTC.
   *
   * Then follows the content, either as a NUL terminated string or as
 - * a lenght encoded binary sequence:
 + * a length encoded binary sequence:
   *
   * If (ident & FIFOLOG_LENGTH) the record is prefixed by:
   *	{0|4}	8	length of binary data
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: uqs 
State-Changed-When: Mon Aug 9 08:01:26 UTC 2010 
State-Changed-Why:  
MFCed to stable/8, thanks for the submission! 

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