diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-23 17:00:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-23 17:00:48 +0000 |
commit | daf4ccccc6fc5f4d84f3dbc5846d028bae4d91b7 (patch) | |
tree | c065833684383a931db05d2e49d66d8e81facd87 /share/man | |
parent | 265206f007779937df3d46767df3003780e08216 (diff) |
some spelling fixes, found using freebsd's "igor" document verifier;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pf.4 | 6 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 80a1b0f2ac1..3568b5744d3 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.72 2010/12/28 13:56:11 jmc Exp $ +.\" $OpenBSD: pf.4,v 1.73 2011/12/23 17:00:47 jmc Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 28 2010 $ +.Dd $Mdocdate: December 23 2011 $ .Dt PF 4 .Os .Sh NAME @@ -968,7 +968,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 diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 701f0e130ee..5b70aeb84a9 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.325 2011/12/20 14:37:46 fgsch Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.326 2011/12/23 17:00:47 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 20 2011 $ +.Dd $Mdocdate: December 23 2011 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1607,7 +1607,7 @@ On architectures that use dynamic libraries, is also used as a run-time dependency, and recorded in the package as such, if any of the libraries mentioned in .Ev WANTLIB -is a shared library that originates within the dependant port. +is a shared library that originates within the dependent port. .Pp See .Xr library-specs 7 |