svn commit: r292263 - in head: contrib/smbfs tools/debugscripts

Christian Brueffer brueffer at FreeBSD.org
Tue Dec 15 13:04:45 UTC 2015


Author: brueffer
Date: Tue Dec 15 13:04:44 2015
New Revision: 292263
URL: https://svnweb.freebsd.org/changeset/base/292263

Log:
  Assorted grammar, spelling and punctuation fixes.
  
  PR:		203336, 203339
  Submitted by:	espeyb at rpi.edu, themesta at gmail.com
  MFC after:	1 week

Modified:
  head/contrib/smbfs/README
  head/tools/debugscripts/README

Modified: head/contrib/smbfs/README
==============================================================================
--- head/contrib/smbfs/README	Tue Dec 15 13:01:14 2015	(r292262)
+++ head/contrib/smbfs/README	Tue Dec 15 13:04:44 2015	(r292263)
@@ -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: head/tools/debugscripts/README
==============================================================================
--- head/tools/debugscripts/README	Tue Dec 15 13:01:14 2015	(r292262)
+++ head/tools/debugscripts/README	Tue Dec 15 13:04:44 2015	(r292263)
@@ -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.


More information about the svn-src-all mailing list