Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2009 15:03:29 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188919 - head/sbin/geom/class/journal
Message-ID:  <200902221503.n1MF3TLq099322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Sun Feb 22 15:03:29 2009
New Revision: 188919
URL: http://svn.freebsd.org/changeset/base/188919

Log:
  - Punctuation fixes.
  - New sentence - new line.
  
  Reported by:	Ben Kaduk <minimarmot@gmail.com>
  
  - No more than 80 chars per line.

Modified:
  head/sbin/geom/class/journal/gjournal.8

Modified: head/sbin/geom/class/journal/gjournal.8
==============================================================================
--- head/sbin/geom/class/journal/gjournal.8	Sun Feb 22 14:08:20 2009	(r188918)
+++ head/sbin/geom/class/journal/gjournal.8	Sun Feb 22 15:03:29 2009	(r188919)
@@ -244,18 +244,20 @@ change the value.
 .It Li debug
 Setting a non-zero value enables debugging at various levels.
 Debug level 1 will record actions at a journal level, relating to journal
-switches, metadata updates etc.
+switches, metadata updates, etc.
 Debug level 2 will record actions at a higher level, relating to the numbers of
-entries in journals, access requests etc.
+entries in journals, access requests, etc.
 Debug level 3 will record verbose detail, including insertion of I/Os to the
 journal.
 .It Li switch_time
 The maximum number of seconds a journal is allowed to remain open before
 switching to a new journal.
 .It Li force_switch
-Force a journal switch when the journal uses more than N% of the free journal space.
+Force a journal switch when the journal uses more than N% of the free journal
+space.
 .It Li parallel_flushes
-The number of flush I/O requests to be sent in parallel when flushing the journal to the data provider.
+The number of flush I/O requests to be sent in parallel when flushing the
+journal to the data provider.
 .It Li accept_immediately
 The maximum number of I/O requests accepted at the same time.
 .It Li parallel_copies
@@ -263,7 +265,9 @@ The number of copy I/O requests to send 
 .It Li record_entries
 The maximum number of record entries to allow in a single journal.
 .It Li optimize
-Controls whether entries in a journal will be optimized, by combining overlapping I/Os into a single I/O, and reordering the entries in a journal. This can be disabled by setting the sysctl to 0.
+Controls whether entries in a journal will be optimized by combining overlapping
+I/Os into a single I/O and reordering the entries in a journal.
+This can be disabled by setting the sysctl to 0.
 .El
 .Ss cache
 The string and integer information available for the cache level
@@ -286,13 +290,17 @@ The number of bytes currently allocated 
 .It Li limit
 The maximum number of bytes to be allocated to the cache.
 .It Li divisor
-Sets the cache size to be used as a proportion of kmem_size. A value of 2 (the default) will cause the cache size to be set to 1/2 of the kmem_size.
+Sets the cache size to be used as a proportion of kmem_size.
+A value of 2 (the default) will cause the cache size to be set to 1/2 of the
+kmem_size.
 .It Li switch
 Force a journal switch when this percentage of cache has been used.
 .It Li misses
-The number of cache misses, when data has been read, but was not found in the cache.
+The number of cache misses, when data has been read, but was not found in the
+cache.
 .It Li alloc_failures
-The number of times memory failed to be allocated to the cache because the cache limit was hit.
+The number of times memory failed to be allocated to the cache because the cache
+limit was hit.
 .El
 .Ss stats
 The string and integer information available for the statistics level
@@ -317,7 +325,8 @@ The number of I/Os which were combined b
 .It Li switches
 The number of journal switches.
 .It Li wait_for_copy
-The number of times the journal switch process had to wait for the previous journal copy to complete.
+The number of times the journal switch process had to wait for the previous
+journal copy to complete.
 .It Li journal_full
 The number of times the journal was almost full, forcing a journal switch.
 .It Li low_mem



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