summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2006-11-11 09:40:17 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2006-11-11 09:40:17 +0000
commit30a36582c9d1aa00eb7c9e872273290be07e8258 (patch)
tree924d366310d7a34636d5faaa09f0e035b039eaea
parent41f8e8b9bf8d50bfd731f4dcf0b030693c66e392 (diff)
Add the bgpd control socket to FILES and use the same .Bl -width as in
bgpd(8). ok (and fixing my mistakes because I was sleepy when I mailed out the diff) jmc
-rw-r--r--usr.sbin/bgpctl/bgpctl.88
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8
index 41898182df9..a525c3f03d1 100644
--- a/usr.sbin/bgpctl/bgpctl.8
+++ b/usr.sbin/bgpctl/bgpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpctl.8,v 1.37 2006/08/29 10:13:10 jmc Exp $
+.\" $OpenBSD: bgpctl.8,v 1.38 2006/11/11 09:40:16 mk Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\"
@@ -206,11 +206,15 @@ Show a list of all neighbors, including information about the session state
and message counters.
.El
.Sh FILES
-.Bl -tag -width "/etc/bgpd.conf" -compact
+.Bl -tag -width "/var/run/bgpd.sockXXX" -compact
.It Pa /etc/bgpd.conf
default
.Xr bgpd 8
configuration file
+.It Pa /var/run/bgpd.sock
+default
+.Xr bgpd 8
+control socket
.El
.Sh SEE ALSO
.Xr bgpd.conf 5 ,