From owner-svn-src-all@freebsd.org Sun May 1 22:00:44 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 574CDB29550; Sun, 1 May 2016 22:00:44 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19F561251; Sun, 1 May 2016 22:00:44 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u41M0hbM019437; Sun, 1 May 2016 22:00:43 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u41M0fSL019423; Sun, 1 May 2016 22:00:41 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201605012200.u41M0fSL019423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 1 May 2016 22:00:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298904 - in head/share/man: man4 man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 22:00:44 -0000 Author: wblock (doc committer) Date: Sun May 1 22:00:41 2016 New Revision: 298904 URL: https://svnweb.freebsd.org/changeset/base/298904 Log: Spelling fixes supplied by pfg@, detected with codespell, plus additional misspellings detected by igor. MFC after: 1 week Modified: head/share/man/man4/cxgbe.4 head/share/man/man4/ds3231.4 head/share/man/man4/ng_car.4 head/share/man/man4/ng_nat.4 head/share/man/man4/random.4 head/share/man/man4/uplcom.4 head/share/man/man9/counter.9 head/share/man/man9/fpu_kern.9 head/share/man/man9/hash.9 head/share/man/man9/lock.9 head/share/man/man9/pci.9 head/share/man/man9/sysctl.9 head/share/man/man9/timeout.9 head/share/man/man9/zone.9 Modified: head/share/man/man4/cxgbe.4 ============================================================================== --- head/share/man/man4/cxgbe.4 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man4/cxgbe.4 Sun May 1 22:00:41 2016 (r298904) @@ -236,7 +236,7 @@ long as it is compatible with the driver 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. Modified: head/share/man/man4/ds3231.4 ============================================================================== --- head/share/man/man4/ds3231.4 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man4/ds3231.4 Sun May 1 22:00:41 2016 (r298904) @@ -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 Modified: head/share/man/man4/ng_car.4 ============================================================================== --- head/share/man/man4/ng_car.4 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man4/ng_car.4 Sun May 1 22:00:41 2016 (r298904) @@ -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 */ Modified: head/share/man/man4/ng_nat.4 ============================================================================== --- head/share/man/man4/ng_nat.4 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man4/ng_nat.4 Sun May 1 22:00:41 2016 (r298904) @@ -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 Modified: head/share/man/man4/random.4 ============================================================================== --- head/share/man/man4/random.4 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man4/random.4 Sun May 1 22:00:41 2016 (r298904) @@ -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, Modified: head/share/man/man4/uplcom.4 ============================================================================== --- head/share/man/man4/uplcom.4 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man4/uplcom.4 Sun May 1 22:00:41 2016 (r298904) @@ -98,7 +98,7 @@ HAL Corporation Crossam2+USB IR commande .It Hama USB RS-232 Serial Adapter .It -Hamlet exagerate XURS232 +Hamlet exaggerate XURS232 .It HP LD220 Point-Of-Sale (POS) Display .It Modified: head/share/man/man9/counter.9 ============================================================================== --- head/share/man/man9/counter.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/counter.9 Sun May 1 22:00:41 2016 (r298904) @@ -80,7 +80,7 @@ update faster than simple arithmetic on 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. Modified: head/share/man/man9/fpu_kern.9 ============================================================================== --- head/share/man/man9/fpu_kern.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/fpu_kern.9 Sun May 1 22:00:41 2016 (r298904) @@ -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 Modified: head/share/man/man9/hash.9 ============================================================================== --- head/share/man/man9/hash.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/hash.9 Sun May 1 22:00:41 2016 (r298904) @@ -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. Modified: head/share/man/man9/lock.9 ============================================================================== --- head/share/man/man9/lock.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/lock.9 Sun May 1 22:00:41 2016 (r298904) @@ -215,7 +215,7 @@ The flag allows exclusive requests to pr 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 , Modified: head/share/man/man9/pci.9 ============================================================================== --- head/share/man/man9/pci.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/pci.9 Sun May 1 22:00:41 2016 (r298904) @@ -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, Modified: head/share/man/man9/sysctl.9 ============================================================================== --- head/share/man/man9/sysctl.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/sysctl.9 Sun May 1 22:00:41 2016 (r298904) @@ -616,14 +616,14 @@ flags to be set indicating the read and 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 .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, boot * 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", ""); Modified: head/share/man/man9/timeout.9 ============================================================================== --- head/share/man/man9/timeout.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/timeout.9 Sun May 1 22:00:41 2016 (r298904) @@ -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 Modified: head/share/man/man9/zone.9 ============================================================================== --- head/share/man/man9/zone.9 Sun May 1 22:00:40 2016 (r298903) +++ head/share/man/man9/zone.9 Sun May 1 22:00:41 2016 (r298904) @@ -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