Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 20:19:50 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r292708 - in stable/9: contrib/smbfs tools/debugscripts
Message-ID:  <201512242019.tBOKJoeQ091730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Thu Dec 24 20:19:49 2015
New Revision: 292708
URL: https://svnweb.freebsd.org/changeset/base/292708

Log:
  MFH: r292263
  
  Assorted grammar, spelling and punctuation fixes.
  
  PR:		203336, 203339
  Submitted by:	espeyb@rpi.edu, themesta@gmail.com

Modified:
  stable/9/contrib/smbfs/README
  stable/9/tools/debugscripts/README
Directory Properties:
  stable/9/contrib/smbfs/   (props changed)
  stable/9/tools/   (props changed)

Modified: stable/9/contrib/smbfs/README
==============================================================================
--- stable/9/contrib/smbfs/README	Thu Dec 24 20:15:14 2015	(r292707)
+++ stable/9/contrib/smbfs/README	Thu Dec 24 20:19:49 2015	(r292708)
@@ -15,7 +15,7 @@ It is a complete, kernel side implementa
 
 	Darwin			maintained in the Darwin's  tree.
 
-    I'm would be very grateful for any feedback, bug reports etc.
+    I would be very grateful for any feedback, bug reports etc.
 
     Supported SMB servers:
 	Samba
@@ -23,14 +23,14 @@ It is a complete, kernel side implementa
 	IBM LanManager
 	NetApp
 
-    An updated versions of this package can be retrieved from ftp server:
+    An updated version of this package can be retrieved from ftp server:
 
     ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
 
-    Perfomance
+    Performance
     ==========
     
-    There is some perfomance benchmarks over 10Mbit network:
+    These are some performance benchmarks over a 10Mbit network:
     
     Win95 machine as server:
 IOZONE: auto-test mode

Modified: stable/9/tools/debugscripts/README
==============================================================================
--- stable/9/tools/debugscripts/README	Thu Dec 24 20:15:14 2015	(r292707)
+++ stable/9/tools/debugscripts/README	Thu Dec 24 20:19:49 2015	(r292708)
@@ -14,8 +14,8 @@ perform kernel debugging, you would do:
   (kgdb) 
 
 
-This directory also contains a kgdb script that given a crash dump number
-automatically extract the path to the kernel source, run gdb to extract
-information about kernel modules loaded, and then rerun gdb loading the
+This directory also contains a kgdb script that, given a crash dump number,
+automatically extracts the path to the kernel source, runs gdb to extract
+information about kernel modules loaded, and then reruns gdb loading the
 necessary symbols for the modules.  You need to make sure you build the
 modules w/ debugging symbols separately to get things to work.



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