diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-06-10 05:11:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-06-10 05:11:04 +0000 |
commit | 5110407eae3ab3c5b9df2278f0fff9b5a763dcf1 (patch) | |
tree | c98c6fd8242b3c18bdaa5c32c3f0a3b877c7bbfe /usr.sbin | |
parent | 4b6c430abe977ddc4f472137e4fe00e6cde3fd5b (diff) |
document that area can take a number as well as an id
reminded by and ok remi@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index e3ce8323e99..9955eecfda7 100644 --- a/usr.sbin/ospfd/ospfd.conf.5 +++ b/usr.sbin/ospfd/ospfd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.conf.5,v 1.55 2018/12/28 19:25:10 remi Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.56 2019/06/10 05:11:03 dlg Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,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: December 28 2018 $ +.Dd $Mdocdate: June 10 2019 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -257,7 +257,7 @@ Areas are used for grouping interfaces. All interface-specific parameters can be configured per area, overruling the global settings. .Bl -tag -width Ds -.It Ic area Ar address +.It Ic area Ar id Ns | Ns Ar address Specify an area section, grouping one or more interfaces. .Bd -literal -offset indent area 0.0.0.0 { |