summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2015-07-27 17:28:38 +0000
committersobrado <sobrado@openbsd.org>2015-07-27 17:28:38 +0000
commitb9170857bcc7a01a0c7526d7965c4c9339fbceb9 (patch)
tree9bbfa25ebb5585032e2d86eab36bc0bc92d967ca /usr.sbin/ripd
parentAllow coalescing of IPI requests on mips64, to make IPI sending (diff)
downloadwireguard-openbsd-b9170857bcc7a01a0c7526d7965c4c9339fbceb9.tar.xz
wireguard-openbsd-b9170857bcc7a01a0c7526d7965c4c9339fbceb9.zip
use file system path (.Pa) semantic markup macros where appropriate.
ok jmc@
Diffstat (limited to 'usr.sbin/ripd')
-rw-r--r--usr.sbin/ripd/ripd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ripd/ripd.8 b/usr.sbin/ripd/ripd.8
index 4958ad05086..ac54e9d7241 100644
--- a/usr.sbin/ripd/ripd.8
+++ b/usr.sbin/ripd/ripd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ripd.8,v 1.11 2013/08/14 06:32:38 jmc Exp $
+.\" $OpenBSD: ripd.8,v 1.12 2015/07/27 17:28:40 sobrado Exp $
.\"
.\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
.\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -15,7 +15,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: August 14 2013 $
+.Dd $Mdocdate: July 27 2015 $
.Dt RIPD 8
.Os
.Sh NAME
@@ -65,11 +65,11 @@ Produce more verbose output.
.El
.Sh FILES
.Bl -tag -width "/var/run/ripd.sockXX" -compact
-.It /etc/ripd.conf
+.It Pa /etc/ripd.conf
Default
.Nm
configuration file.
-.It /var/run/ripd.sock
+.It Pa /var/run/ripd.sock
.Ux Ns -domain
socket used for communication with
.Xr ripctl 8 .