svn commit: r210823 - in head/lib: libbluetooth libdevstat libefi libelf libmemstat libpmc librtld_db libusb libutil

Joel Dahl joel at FreeBSD.org
Tue Aug 3 17:40:10 UTC 2010


Author: joel (doc committer)
Date: Tue Aug  3 17:40:09 2010
New Revision: 210823
URL: http://svn.freebsd.org/changeset/base/210823

Log:
  Spelling fixes.

Modified:
  head/lib/libbluetooth/bluetooth.3
  head/lib/libdevstat/devstat.3
  head/lib/libefi/libefi.3
  head/lib/libelf/elf_strptr.3
  head/lib/libmemstat/libmemstat.3
  head/lib/libpmc/pmc.corei7.3
  head/lib/libpmc/pmc.westmere.3
  head/lib/libpmc/pmc.xscale.3
  head/lib/librtld_db/librtld_db.3
  head/lib/libusb/libusb.3
  head/lib/libutil/kinfo_getfile.3
  head/lib/libutil/kinfo_getvmmap.3
  head/lib/libutil/property.3

Modified: head/lib/libbluetooth/bluetooth.3
==============================================================================
--- head/lib/libbluetooth/bluetooth.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libbluetooth/bluetooth.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -383,7 +383,7 @@ previously obtained with
 .Xr bt_devopen 3 .
 The
 .Fa opcode
-parameter is exppected to be in the host byte order.
+parameter is expected to be in the host byte order.
 The
 .Fa param
 and
@@ -422,7 +422,7 @@ function does not modify the
 .Dv HCI
 filter on the provided socket
 .Fa s .
-The function returns total number of bytes recevied,
+The function returns total number of bytes received,
 or -1 if an error occurred.
 .Pp
 The

Modified: head/lib/libdevstat/devstat.3
==============================================================================
--- head/lib/libdevstat/devstat.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libdevstat/devstat.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -626,7 +626,7 @@ blocksize of 512 bytes will be used in t
 type:
 .Vt "long double *"
 .Pp
-The average number of blocks per second in the specificed type of transaction
+The average number of blocks per second in the specified type of transaction
 between the acquisition of
 .Fa previous
 and

Modified: head/lib/libefi/libefi.3
==============================================================================
--- head/lib/libefi/libefi.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libefi/libefi.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -91,7 +91,7 @@ consists of the bit values defined by th
 Variables can be created, modified and deleted using the
 .Fn efi_setvar
 function.
-All new variables must be non-volatile and runtime accessable in
+All new variables must be non-volatile and runtime accessible in
 order for the request to succeed.
 Note that for runtime accessable variables the boottime accessable bit must
 be set as well.

Modified: head/lib/libelf/elf_strptr.3
==============================================================================
--- head/lib/libelf/elf_strptr.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libelf/elf_strptr.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -76,7 +76,7 @@ was not the section index for a string t
 .It Bq Er ELF_E_ARGUMENT
 Argument
 .Ar stroffset
-exceeeded the size of the string table.
+exceeded the size of the string table.
 .It Bq Er ELF_E_ARGUMENT
 Argument
 .Ar stroffset

Modified: head/lib/libmemstat/libmemstat.3
==============================================================================
--- head/lib/libmemstat/libmemstat.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libmemstat/libmemstat.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -258,7 +258,7 @@ Two additional constants in the allocato
 which will only be returned as a result of a library error, and
 .Dv ALLOCATOR_ANY ,
 which can be used to specify that returning types matching any allocator is
-permittible from
+permittable from
 .Fn memstat_mtl_find .
 .Ss Access Method List
 The following accessor methods are defined, of which some will be valid for
@@ -281,7 +281,7 @@ If the memory type has an administrative
 allocations, return it.
 .It Fn memstat_get_byteslimit
 If the memory type has an administrative limit on the number of bytes of
-memory that may be simultaenously allocated for the memory type, return it.
+memory that may be simultaneously allocated for the memory type, return it.
 .It Fn memstat_get_sizemask
 If the memory type supports variable allocation sizes, return a bitmask of
 sizes allocated for the memory type.

Modified: head/lib/libpmc/pmc.corei7.3
==============================================================================
--- head/lib/libpmc/pmc.corei7.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libpmc/pmc.corei7.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -898,7 +898,7 @@ necessarily executed or retired.
 .It Li BACLEAR_FORCE_IQ
 .Pq Event A7H , Umask 01H
 Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ
-is also responsible for providing conditional branch prediciton direction
+is also responsible for providing conditional branch prediction direction
 based on a static scheme and dynamic data provided by the L2 Branch
 Prediction Unit. If the conditional branch target is not found in the Target
 Array and the IQ predicts that the branch is taken, then the IQ will force
@@ -1179,7 +1179,7 @@ Counts unfusion events due to floating p
 Counts the number of branch instructions decoded.
 .It Li BPU_MISSED_CALL_RET
 .Pq Event E5H , Umask 01H
-Counts number of times the Branch Prediciton Unit missed predicting a call
+Counts number of times the Branch Prediction Unit missed predicting a call
 or return branch.
 .It Li BACLEAR.CLEAR
 .Pq Event E6H , Umask 01H

Modified: head/lib/libpmc/pmc.westmere.3
==============================================================================
--- head/lib/libpmc/pmc.westmere.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libpmc/pmc.westmere.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -840,7 +840,7 @@ necessarily executed or retired.
 .It Li BACLEAR_FORCE_IQ
 .Pq Event A7H , Umask 01H
 Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ
-is also responsible for providing conditional branch prediciton direction
+is also responsible for providing conditional branch prediction direction
 based on a static scheme and dynamic data provided by the L2 Branch
 Prediction Unit. If the conditional branch target is not found in the Target
 Array and the IQ predicts that the branch is taken, then the IQ will force
@@ -1170,7 +1170,7 @@ Counts unfusion events due to floating p
 Counts the number of branch instructions decoded.
 .It Li BPU_MISSED_CALL_RET
 .Pq Event E5H , Umask 01H
-Counts number of times the Branch Prediciton Unit missed predicting a call
+Counts number of times the Branch Prediction Unit missed predicting a call
 or return branch.
 .It Li BACLEAR.CLEAR
 .Pq Event E6H , Umask 01H

Modified: head/lib/libpmc/pmc.xscale.3
==============================================================================
--- head/lib/libpmc/pmc.xscale.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libpmc/pmc.xscale.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -107,7 +107,7 @@ Multiplier stalled the instruction pipel
 .It Li DATA_CACHE_STALLED
 Data cache stalled the instruction pipeline.
 .It Li L2_CACHE_REQ
-L2 cache request, not inclusing cache operations.
+L2 cache request, not including cache operations.
 .It Li L2_CACHE_MISS
 L2 cache miss, not including cache operations.
 .It Li ADDRESS_BUS_TRANS

Modified: head/lib/librtld_db/librtld_db.3
==============================================================================
--- head/lib/librtld_db/librtld_db.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/librtld_db/librtld_db.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -131,7 +131,7 @@ you received from
 resets your previously created agent.
 .Pp
 .Fn rd_delete
-dealocates the resources associated with the agent.
+deallocates the resources associated with the agent.
 .Pp
 .Fn rd_errstr
 returns an error string describing the error present in
@@ -144,11 +144,11 @@ This function always returns RD_OK.
 .Fn rd_event_addr
 returns the event address in the
 .Ft event
-paramenter.
+parameter.
 At the moment we only report RD_NOTIFY_BPT events.
 .Pp
 .Fn rd_event_getmsg
-returns the message assoicated wit hthe latest event.
+returns the message associated with the latest event.
 At the moment only RD_POSTINIT events are supported.
 .Pp
 .Fn rd_loadobj_iter

Modified: head/lib/libusb/libusb.3
==============================================================================
--- head/lib/libusb/libusb.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libusb/libusb.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -200,7 +200,7 @@ been disconnected and a LIBUSB_ERROR cod
 .Fn libusb_release_interface "libusb_device_handle *devh" "int interface_number"
 This function release an interface. All the claimed interface must be released
 before closing a device. Returns 0 on success, LIBUSB_ERROR_NOT_FOUND if the 
-interafce was not claimed, LIBUSB_ERROR_NO_DEVICE if the device has been 
+interface was not claimed, LIBUSB_ERROR_NO_DEVICE if the device has been 
 disconnected and LIBUSB_ERROR on failure.
 .
 .Pp

Modified: head/lib/libutil/kinfo_getfile.3
==============================================================================
--- head/lib/libutil/kinfo_getfile.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libutil/kinfo_getfile.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -45,7 +45,7 @@ of a particular process.
 The
 .Ar pid
 field contains the process identifier.
-This should be the a process that you have privilige to access.
+This should be the a process that you have privilege to access.
 The
 .Ar cntp
 field is allows the caller to know how many records are returned.

Modified: head/lib/libutil/kinfo_getvmmap.3
==============================================================================
--- head/lib/libutil/kinfo_getvmmap.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libutil/kinfo_getvmmap.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -45,7 +45,7 @@ of a particular process.
 The
 .Ar pid
 field contains the process identifier.
-This should be the a process that you have privilige to access.
+This should be the a process that you have privilege to access.
 The
 .Ar cntp
 field is allows the caller to know how many records are returned.

Modified: head/lib/libutil/property.3
==============================================================================
--- head/lib/libutil/property.3	Tue Aug  3 16:37:29 2010	(r210822)
+++ head/lib/libutil/property.3	Tue Aug  3 17:40:09 2010	(r210823)
@@ -30,7 +30,7 @@
 .Os
 .Sh NAME
 .Nm properties_read ,
-.Nm propery_find ,
+.Nm property_find ,
 .Nm properties_free
 .Nd "functions to allow creating simple property lists from ASCII file data"
 .Sh LIBRARY


More information about the svn-src-all mailing list