summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-03-22 17:45:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-03-22 17:45:31 +0000
commit6809199618f72d90e48dcebddfd3968c1a23d677 (patch)
treef080a070f1e141e58a97b5742422a1f732208ec7
parent95d557913b86248c87c470e05d31e279a05fa06c (diff)
tweak previous; ok sthen
-rw-r--r--usr.sbin/ospf6ctl/ospf6ctl.88
-rw-r--r--usr.sbin/ospf6d/ospf6d.84
2 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/ospf6ctl/ospf6ctl.8 b/usr.sbin/ospf6ctl/ospf6ctl.8
index 0e1afacf86f..576fe6bec81 100644
--- a/usr.sbin/ospf6ctl/ospf6ctl.8
+++ b/usr.sbin/ospf6ctl/ospf6ctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospf6ctl.8,v 1.8 2013/03/22 14:25:31 sthen Exp $
+.\" $OpenBSD: ospf6ctl.8,v 1.9 2013/03/22 17:45:30 jmc Exp $
.\"
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
.\"
@@ -22,6 +22,7 @@
.Nd control the Open Shortest Path First daemon
.Sh SYNOPSIS
.Nm
+.Op Fl s Ar socket
.Ar command
.Op Ar argument ...
.Sh DESCRIPTION
@@ -31,16 +32,17 @@ program controls the
.Xr ospf6d 8
daemon.
.Pp
-The following option is available:
+The following options are available:
.Bl -tag -width Ds
.It Fl s Ar socket
Use
.Ar socket
instead of the default
-.Pa /var/run/ospfd.sock
+.Pa /var/run/ospf6d.sock
to communicate with
.Xr ospfd 8 .
.El
+.Pp
Commands may be abbreviated to the minimum unambiguous prefix; for example,
.Cm s s
for
diff --git a/usr.sbin/ospf6d/ospf6d.8 b/usr.sbin/ospf6d/ospf6d.8
index cb3fad889c2..ef9259339c0 100644
--- a/usr.sbin/ospf6d/ospf6d.8
+++ b/usr.sbin/ospf6d/ospf6d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospf6d.8,v 1.15 2013/03/22 14:25:31 sthen Exp $
+.\" $OpenBSD: ospf6d.8,v 1.16 2013/03/22 17:45:30 jmc Exp $
.\"
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
.\"
@@ -146,7 +146,7 @@ Specify an alternative configuration file.
.It Fl n
Configtest mode.
Only check the configuration file for validity.
-.it Fl s Ar socket
+.It Fl s Ar socket
Use an alternate location for the default control socket.
.It Fl v
Produce more verbose output.