diff options
-rw-r--r-- | etc/rc | 4 | ||||
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.478 2016/05/05 21:52:16 sthen Exp $ +# $OpenBSD: rc,v 1.479 2016/05/14 08:21:40 jmc Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -378,7 +378,7 @@ mount -s /var >/dev/null 2>&1 random_seed -echo -n 're-ordering libraries:' +echo -n 'reordering libraries:' rebuildlibs echo ' done.' diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 9b1e2a86647..31268e0bdd9 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.551 2016/01/05 22:51:38 benno Exp $ +.\" $OpenBSD: pf.conf.5,v 1.552 2016/05/14 08:21:40 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 5 2016 $ +.Dd $Mdocdate: May 14 2016 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1283,7 +1283,7 @@ remove rules that are a subset of another rule .It combine multiple rules into a table when advantageous .It -re-order the rules to improve evaluation performance +reorder the rules to improve evaluation performance .El .Pp .It Cm none |