From owner-svn-src-all@freebsd.org Wed Jun 8 10:38:02 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 32559B6F964; Wed, 8 Jun 2016 10:38:02 +0000 (UTC) (envelope-from trasz@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 09C4E1691; Wed, 8 Jun 2016 10:38:01 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u58Ac1wO074149; Wed, 8 Jun 2016 10:38:01 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u58Ac09G074144; Wed, 8 Jun 2016 10:38:00 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201606081038.u58Ac09G074144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Wed, 8 Jun 2016 10:38:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301598 - 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: Wed, 08 Jun 2016 10:38:02 -0000 Author: trasz Date: Wed Jun 8 10:38:00 2016 New Revision: 301598 URL: https://svnweb.freebsd.org/changeset/base/301598 Log: Fix typos. MFC after: 1 month Modified: head/share/man/man4/iicbus.4 head/share/man/man4/pf.4 head/share/man/man4/psm.4 head/share/man/man9/EVENTHANDLER.9 head/share/man/man9/kqueue.9 Modified: head/share/man/man4/iicbus.4 ============================================================================== --- head/share/man/man4/iicbus.4 Wed Jun 8 10:26:17 2016 (r301597) +++ head/share/man/man4/iicbus.4 Wed Jun 8 10:38:00 2016 (r301598) @@ -122,7 +122,7 @@ Flattened Device Tree (FDT) data, tunabl or at runtime using .Xr sysctl 8 . When configuration is supplied using more than one method, FDT and -hint data will be overridden by a tunable, which can be overriden by +hint data will be overridden by a tunable, which can be overridden by .Xr sysctl 8 . .Ss Device Hints Set Modified: head/share/man/man4/pf.4 ============================================================================== --- head/share/man/man4/pf.4 Wed Jun 8 10:26:17 2016 (r301597) +++ head/share/man/man4/pf.4 Wed Jun 8 10:38:00 2016 (r301598) @@ -1077,7 +1077,7 @@ struct pfi_kif { }; .Ed .It Dv DIOCSETIFFLAG Fa "struct pfioc_iface *io" -Set the user setable flags (described above) of the +Set the user settable flags (described above) of the .Nm internal interface description. The filtering process is the same as for Modified: head/share/man/man4/psm.4 ============================================================================== --- head/share/man/man4/psm.4 Wed Jun 8 10:26:17 2016 (r301597) +++ head/share/man/man4/psm.4 Wed Jun 8 10:38:00 2016 (r301598) @@ -471,7 +471,7 @@ typedef struct synapticshw { int capPalmDetect; /* can detect a palm */ int capPassthrough; /* can passthrough guest packets */ int capMiddle; /* has a physical middle button */ - int nExtendedButtons; /* has N additionnal buttons */ + int nExtendedButtons; /* has N additional buttons */ int nExtendedQueries; /* supports N extended queries */ } synapticshw_t; .Ed Modified: head/share/man/man9/EVENTHANDLER.9 ============================================================================== --- head/share/man/man9/EVENTHANDLER.9 Wed Jun 8 10:26:17 2016 (r301597) +++ head/share/man/man9/EVENTHANDLER.9 Wed Jun 8 10:38:00 2016 (r301598) @@ -197,11 +197,11 @@ Callbacks invoked on error of applicatio .It Vt bpf_track Callbacks invoked when a BPF listener attaches to/detaches from network interface. .It Vt cpufreq_levels_changed -Callback invoked when cpu frequence levels have changed. +Callback invoked when cpu frequency levels have changed. .It Vt cpufreq_post_change -Callback invoked after cpu frequence has changed. +Callback invoked after cpu frequency has changed. .It Vt cpufreq_pre_change -Callback invoked before cpu frequence has changed +Callback invoked before cpu frequency has changed. .It Vt dcons_poll Callback invoked to poll for dcons changes. .It Vt dev_clone Modified: head/share/man/man9/kqueue.9 ============================================================================== --- head/share/man/man9/kqueue.9 Wed Jun 8 10:26:17 2016 (r301597) +++ head/share/man/man9/kqueue.9 Wed Jun 8 10:38:00 2016 (r301598) @@ -345,12 +345,12 @@ will have .Dv EV_ONESHOT set so that the .Vt knote -will be returned and removed durning the next scan. +will be returned and removed during the next scan. The .Va f_detach function will be called when the .Vt knote -is deleted durning the next scan. +is deleted during the next scan. This function must not be used when .Va f_isfd is set in