summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2020-02-16 22:10:47 +0000
committerkn <kn@openbsd.org>2020-02-16 22:10:47 +0000
commitb3102a03190fd68ef4e126e8fb259182b038306d (patch)
treedf956b348b83cb16a5c1d7ce1e7af6df2e060c2f /usr.sbin/bgpd
parentdocument -F none; with jmc@ (diff)
downloadwireguard-openbsd-b3102a03190fd68ef4e126e8fb259182b038306d.tar.xz
wireguard-openbsd-b3102a03190fd68ef4e126e8fb259182b038306d.zip
Tag "neighbor" and "group" keywords at their definitions
mdoc(7) auto-tagging delivered false positives leading tag users to usages somewhere in manual; add ".Tg" markup for both keywords in the "NEIGHBORS AND GROUPS" section where the concepts are introduced. Feedback and OK schwarze
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r--usr.sbin/bgpd/bgpd.conf.56
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 14c58410641..f2a24d4d5df 100644
--- a/usr.sbin/bgpd/bgpd.conf.5
+++ b/usr.sbin/bgpd/bgpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpd.conf.5,v 1.200 2020/02/09 14:21:26 schwarze Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.201 2020/02/16 22:10:47 kn Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 9 2020 $
+.Dd $Mdocdate: February 16 2020 $
.Dt BGPD.CONF 5
.Os
.Sh NAME
@@ -683,6 +683,7 @@ can be chosen by the local operator.
establishes TCP connections to other BGP speakers called
.Em neighbors .
A neighbor and its properties are specified by a
+.Tg
.Ic neighbor
section:
.Bd -literal -offset indent
@@ -693,6 +694,7 @@ neighbor 10.0.0.2 {
.Ed
.Pp
Neighbors placed within a
+.Tg
.Ic group
section inherit the properties common to that group:
.Bd -literal -offset indent