Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2016 10:38:00 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
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
Message-ID:  <201606081038.u58Ac09G074144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606081038.u58Ac09G074144>