From 7c64ddd5b087589a22450699803273670d5f0f5d Mon Sep 17 00:00:00 2001 From: Warren Block Date: Sun, 1 May 2016 22:00:41 +0000 Subject: [PATCH] Spelling fixes supplied by pfg@, detected with codespell, plus additional misspellings detected by igor. MFC after: 1 week --- share/man/man4/cxgbe.4 | 2 +- share/man/man4/ds3231.4 | 4 ++-- share/man/man4/ng_car.4 | 6 +++--- share/man/man4/ng_nat.4 | 2 +- share/man/man4/random.4 | 2 +- share/man/man4/uplcom.4 | 2 +- share/man/man9/counter.9 | 2 +- share/man/man9/fpu_kern.9 | 2 +- share/man/man9/hash.9 | 2 +- share/man/man9/lock.9 | 2 +- share/man/man9/pci.9 | 2 +- share/man/man9/sysctl.9 | 8 ++++---- share/man/man9/timeout.9 | 2 +- share/man/man9/zone.9 | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/share/man/man4/cxgbe.4 b/share/man/man4/cxgbe.4 index ea17f35daeb..98217975fb4 100644 --- a/share/man/man4/cxgbe.4 +++ b/share/man/man4/cxgbe.4 @@ -236,7 +236,7 @@ long as it is compatible with the driver and is a different version than the one already on the card. The default is 1. .It Va hw.cxgbe.fl_pktshift -The number of bytes of padding inserted before the begining of an Ethernet +The number of bytes of padding inserted before the beginning of an Ethernet frame in the receive buffer. The default value of 2 ensures that the Ethernet payload (usually the IP header) is at a 4 byte aligned address. diff --git a/share/man/man4/ds3231.4 b/share/man/man4/ds3231.4 index 6fdcccc26eb..4059a88ca81 100644 --- a/share/man/man4/ds3231.4 +++ b/share/man/man4/ds3231.4 @@ -65,9 +65,9 @@ dev.ds3231.0.32khz_enable: 1 .It Va dev.ds3231.%d.temperature The read-only value of the current temperature read by the RTC. .It Va dev.ds3231.%d.temp_conv -Start a new temperature convertion. +Start a new temperature conversion. When read as 1, a temperature conversion is in progress. -When read as 0 and then set to 1, a temperature convertion is started. +When read as 0 and then set to 1, a temperature conversion is started. The temperature conversion runs automatically on power up and once every 64 seconds afterward. .It Va dev.ds3231.%d.bbsqw diff --git a/share/man/man4/ng_car.4 b/share/man/man4/ng_car.4 index ade46498fa6..5950b996a0e 100644 --- a/share/man/man4/ng_car.4 +++ b/share/man/man4/ng_car.4 @@ -123,9 +123,9 @@ Return current node configuration as .Vt "struct ng_car_bulkconf" .Bd -literal struct ng_car_hookconf { - uint64_t cbs; /* Commited burst size (bytes) */ + uint64_t cbs; /* Committed burst size (bytes) */ uint64_t ebs; /* Exceeded/Peak burst size (bytes) */ - uint64_t cir; /* Commited information rate (bits/s) */ + uint64_t cir; /* Committed information rate (bits/s) */ uint64_t pir; /* Peak information rate (bits/s) */ uint8_t green_action; /* Action for green packets */ uint8_t yellow_action; /* Action for yellow packets */ @@ -162,7 +162,7 @@ Return node statistics as .Bd -literal struct ng_car_hookstats { uint64_t passed_pkts; /* Counter for passed packets */ - uint64_t droped_pkts; /* Counter for droped packets */ + uint64_t droped_pkts; /* Counter for dropped packets */ uint64_t green_pkts; /* Counter for green packets */ uint64_t yellow_pkts; /* Counter for yellow packets */ uint64_t red_pkts; /* Counter for red packets */ diff --git a/share/man/man4/ng_nat.4 b/share/man/man4/ng_nat.4 index e0d056d2152..d7ddc89cfe3 100644 --- a/share/man/man4/ng_nat.4 +++ b/share/man/man4/ng_nat.4 @@ -259,7 +259,7 @@ struct ng_nat_libalias_info { .Ed In case of .Nm -failed to retreive a certain counter +failed to retrieve a certain counter from its .Xr libalias instance, the corresponding field is returned as diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index bd7dec90d72..5e5388f0ba3 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -113,7 +113,7 @@ all settings are read-only. The .Pa kern.random.fortuna.minpoolsize sysctl is used -to set the seed threshhold. +to set the seed threshold. A smaller number gives a faster seed, but a less secure one. In practice, diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4 index 6ed2038da1f..d3862610790 100644 --- a/share/man/man4/uplcom.4 +++ b/share/man/man4/uplcom.4 @@ -98,7 +98,7 @@ HAL Corporation Crossam2+USB IR commander .It Hama USB RS-232 Serial Adapter .It -Hamlet exagerate XURS232 +Hamlet exaggerate XURS232 .It HP LD220 Point-Of-Sale (POS) Display .It diff --git a/share/man/man9/counter.9 b/share/man/man9/counter.9 index 0fcf2ad97ba..a89d14dcd25 100644 --- a/share/man/man9/counter.9 +++ b/share/man/man9/counter.9 @@ -80,7 +80,7 @@ update faster than simple arithmetic on the global variable. Thus .Nm is considered suitable for accounting in the performance-critical -code pathes. +code paths. .Bl -tag -width indent .It Fn counter_u64_alloc wait Allocate a new 64-bit unsigned counter. diff --git a/share/man/man9/fpu_kern.9 b/share/man/man9/fpu_kern.9 index 748e6fca4b4..92204d2b373 100644 --- a/share/man/man9/fpu_kern.9 +++ b/share/man/man9/fpu_kern.9 @@ -139,7 +139,7 @@ function ends the region started by .Fn fpu_kern_enter . The uses of FPU in the kernel after the call to .Fn fpu_kern_leave -are erronous until the next call to +are erroneous until the next call to .Fn fpu_kern_enter is performed. The function takes the diff --git a/share/man/man9/hash.9 b/share/man/man9/hash.9 index 3276fd1877e..9dade6cd1ea 100644 --- a/share/man/man9/hash.9 +++ b/share/man/man9/hash.9 @@ -139,7 +139,7 @@ uses same hashing algorithm as the .Fn jenkins_hash function, but works only on .Ft uint32_t -sized arrays, thus is simplier and faster. +sized arrays, thus is simpler and faster. It accepts an array of .Ft uint32_t values in its first argument and size of this array in the second argument. diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9 index 69afdc4e90f..3ac23db944d 100644 --- a/share/man/man9/lock.9 +++ b/share/man/man9/lock.9 @@ -215,7 +215,7 @@ The flag allows exclusive requests to preempt the current shared request even if the current thread owns shared locks. This is safe since shared lock is guaranteed to not recurse, and is used when thread is known to held unrelated shared locks, to not cause -unneccessary starvation. An example is +unnecessary starvation. An example is .Dv vp locking in VFS .Xr lookup 9 , diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9 index ac7b28b4384..0e1024cf185 100644 --- a/share/man/man9/pci.9 +++ b/share/man/man9/pci.9 @@ -761,7 +761,7 @@ function assigns the .Fa *count messages allocated to the first .Fa *count -table indicies. +table indices. If .Fn pci_alloc_msix is not able to allocate any messages, diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9 index ba1ffd9f2c8..097cc97df87 100644 --- a/share/man/man9/sysctl.9 +++ b/share/man/man9/sysctl.9 @@ -616,14 +616,14 @@ flags to be set indicating the read and write disposition of the sysctl: This is a read-only sysctl. .It Dv CTLFLAG_RDTUN This is a read-only sysctl and tunable which is tried fetched once -from the system enviroment early during module load or system boot. +from the system environment early during module load or system boot. .It Dv CTLFLAG_WR This is a writable sysctl. .It Dv CTLFLAG_RW This sysctl is readable and writable. .It Dv CTLFLAG_RWTUN This is a readable and writeable sysctl and tunable which is tried -fetched once from the system enviroment early during module load or +fetched once from the system environment early during module load or system boot. .It Dv CTLFLAG_NOFETCH In case the node is marked as a tunable using the CTLFLAG_[XX]TUN, @@ -647,7 +647,7 @@ When iterating the sysctl name space, do not list this sysctl. .It Dv CTLFLAG_TUN Advisory flag that a system tunable also exists for this variable. The initial sysctl value is tried fetched once from the system -enviroment early during module load or system boot. +environment early during module load or system boot. .It Dv CTLFLAG_DYN Dynamically created OIDs automatically get this flag set. .It Dv CTLFLAG_VNET @@ -697,7 +697,7 @@ SYSCTL_STRING(_kern, KERN_BOOTFILE, bootfile, CTLFLAG_RW, * the variable pointer and size are provided, as well as a format * string for sysctl(8). */ -static l_fp pps_freq; /* scaled frequence offset (ns/s) */ +static l_fp pps_freq; /* scaled frequency offset (ns/s) */ SYSCTL_OPAQUE(_kern_ntp_pll, OID_AUTO, pps_freq, CTLFLAG_RD, &pps_freq, sizeof(pps_freq), "I", ""); diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 3f5b4dc82cc..ee309429e80 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -239,7 +239,7 @@ The function cancels a callout .Fa c if it is currently pending. -If the callout is pending and successfuly stopped, then +If the callout is pending and successfully stopped, then .Fn callout_stop returns a value of one. If the callout is not set, or diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9 index c9748000465..5047107502f 100644 --- a/share/man/man9/zone.9 +++ b/share/man/man9/zone.9 @@ -187,7 +187,7 @@ This flag requires either or .Dv UMA_ZONE_HASH , since subsystem requires a mechanism to find a book-keeping structure -to an item beeing freed. +to an item being freed. The subsystem may choose to prefer offpage book-keeping for certain zones implicitly. .It Dv UMA_ZONE_ZINIT -- 2.45.0