summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-16 17:20:25 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-16 17:20:25 +0000
commit26df6e461e9e1933637bf8071f8e5a8ffc813cce (patch)
treefe4b3e32c1061d5ab598216c0adce16462988789 /share
parent419a7654e9f35a9178ff9e0f22d924eb9e0b145b (diff)
properly handle opening parentheses, correctly quote vertical bars,
and do not use the legacy predefined string \*(Ba
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/login.conf.56
-rw-r--r--share/man/man5/pf.conf.522
2 files changed, 16 insertions, 12 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index 59477f2d863..974bd89852f 100644
--- a/share/man/man5/login.conf.5
+++ b/share/man/man5/login.conf.5
@@ -30,10 +30,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login.conf.5,v 1.57 2014/11/02 05:36:10 tedu Exp $
+.\" $OpenBSD: login.conf.5,v 1.58 2015/01/16 17:20:24 schwarze Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
-.Dd $Mdocdate: November 2 2014 $
+.Dd $Mdocdate: January 16 2015 $
.Dt LOGIN.CONF 5
.Os
.Sh NAME
@@ -319,7 +319,7 @@ File containing welcome message.
.El
.Pp
The resource limit entries
-.No ( Ns Va cputime , filesize , datasize , stacksize , coredumpsize ,
+.Va ( cputime , filesize , datasize , stacksize , coredumpsize ,
.Va memoryuse , memorylocked , maxproc ,
and
.Va openfiles )
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 4c6b2c8cd1c..7f665698e4e 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.540 2014/12/19 13:04:08 reyk Exp $
+.\" $OpenBSD: pf.conf.5,v 1.541 2015/01/16 17:20:24 schwarze 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: December 19 2014 $
+.Dd $Mdocdate: January 16 2015 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -487,7 +487,7 @@ on the socket will return the original destination address of the packet.
.Pp
.It Xo Ar flags Aq Ar a
.Pf / Ns Aq Ar b
-.No \*(Ba Ar any
+.No \&| Ar any
.Xc
This rule only applies to TCP packets that have the flags
.Aq Ar a
@@ -639,8 +639,10 @@ Used to select an alternate routing table for the routing lookup.
Only effective before the route lookup happened, i.e. when filtering inbound.
.Pp
.It Xo Ar set prio Aq Ar priority
-.No \*(Ba ( Aq Ar priority ,
-.Aq Ar priority )
+.No \&| Po
+.Aq Ar priority ,
+.Aq Ar priority
+.Pc
.Xc
Packets matching this rule will be assigned a specific queueing priority.
Priorities are assigned as integers 0 through 7,
@@ -670,8 +672,10 @@ configuration, unlike the queues described below and in the
section.
.Pp
.It Xo Ar set queue Aq Ar queue
-.No \*(Ba ( Aq Ar queue ,
-.Aq Ar queue )
+.No \&| Po
+.Aq Ar queue ,
+.Aq Ar queue
+.Pc
.Xc
Packets matching this rule will be assigned to the specified queue.
If two queues are given, packets which have a TOS of
@@ -688,7 +692,7 @@ pass in proto tcp to port 22 set queue(ssh_bulk, ssh_prio)
.Ed
.Pp
.It Xo Ar set tos Aq Ar string
-.No \*(Ba Aq Ar number
+.No \&| Aq Ar number
.Xc
Enforces a TOS for matching packets.
.Ar string
@@ -735,7 +739,7 @@ operator before the
keyword.
.Pp
.It Xo Ar tos Aq Ar string
-.No \*(Ba Aq Ar number
+.No \&| Aq Ar number
.Xc
This rule applies to packets with the specified TOS bits set.
.Ar string