diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-10-24 10:23:54 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-10-24 10:23:54 +0000 |
commit | 1ed48d0928392b56b7573065303816406e820fcf (patch) | |
tree | ff007caf9008d4b0a04d2ff9f5336a543b10763f | |
parent | ae149dbb1972ab5b4fdb22880420acd3b0a1b2ee (diff) |
"minium" -> "minimum", ok deraadt@
-rw-r--r-- | gnu/usr.bin/perl/pod/pod2latex.PL | 2 | ||||
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/afs/src/milko/lib/ropa/README | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/perl/pod/pod2latex.PL b/gnu/usr.bin/perl/pod/pod2latex.PL index 3d3cfb65bcd..8e3658623f2 100644 --- a/gnu/usr.bin/perl/pod/pod2latex.PL +++ b/gnu/usr.bin/perl/pod/pod2latex.PL @@ -254,7 +254,7 @@ combined output file. =head1 OPTIONS AND ARGUMENTS -This section describes the supported command line options. Minium +This section describes the supported command line options. Minimum matching is supported. =over 4 diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 6a4d8073191..8580206ad12 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.25 2001/10/15 16:22:22 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.26 2001/10/24 10:23:53 dhartmei Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -417,7 +417,7 @@ Clears the .Pa dont-fragment bit from a matching ip packet. .Ss min-ttl <number> -Enforces a minium ttl for matching ip packets. +Enforces a minimum ttl for matching ip packets. .Sh EXAMPLES .Bd -literal # The external interface is kue0 (157.161.48.183, the only routable address) diff --git a/usr.sbin/afs/src/milko/lib/ropa/README b/usr.sbin/afs/src/milko/lib/ropa/README index 0cd566059ba..01b9e763fed 100644 --- a/usr.sbin/afs/src/milko/lib/ropa/README +++ b/usr.sbin/afs/src/milko/lib/ropa/README @@ -3,13 +3,13 @@ Ropa - callbacks Thoughts by Love <lha@stacken.kth.se> -$Id: README,v 1.1 2000/09/11 14:41:16 art Exp $ +$Id: README,v 1.2 2001/10/24 10:23:53 dhartmei Exp $ Design ====== Think before doing. This isn't that simple. Figure out a way to do -everything in O(1) but with minium memory requirement. +everything in O(1) but with minimum memory requirement. What sizes should we optimize for ? Linked list might be used for small datasets. W/o knowing anything, it seams many fids will have |