diff options
author | 2013-03-22 17:45:30 +0000 | |
---|---|---|
committer | 2013-03-22 17:45:30 +0000 | |
commit | ab64e9cdb417250489efaf10d78f793d4f435f80 (patch) | |
tree | caf3dd62c8e538cbb253922116820673ec1c08a1 | |
parent | there is no lower controllable lower bound for nkmempages (diff) | |
download | wireguard-openbsd-ab64e9cdb417250489efaf10d78f793d4f435f80.tar.xz wireguard-openbsd-ab64e9cdb417250489efaf10d78f793d4f435f80.zip |
tweak previous; ok sthen
-rw-r--r-- | usr.sbin/ospf6ctl/ospf6ctl.8 | 8 | ||||
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.8 | 4 |
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. |