diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-25 20:38:15 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-25 20:38:15 +0000 |
commit | ca58a510bc98c39f34baebd014aeb647096d88ed (patch) | |
tree | a7af8327c3a945f0a52357238dd6ea73d4d1e2ac /usr.sbin/ospfd | |
parent | 7136d42b9d29115c9d50c03be7b9e22df8d2d2fe (diff) |
0) ospfctl doesn't use ospfd.conf so remove that from FILES
1) add /var/run/ospfd.sock to ospfd and ospfctl FILES
2) add .Xr ospfd.conf 5 to ospfctl SEE ALSO
ok claudio@ jmc@
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/ospfd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.8 b/usr.sbin/ospfd/ospfd.8 index 02d6541c340..1d3d2d6809f 100644 --- a/usr.sbin/ospfd/ospfd.8 +++ b/usr.sbin/ospfd/ospfd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.8,v 1.8 2005/05/31 21:53:23 jmc Exp $ +.\" $OpenBSD: ospfd.8,v 1.9 2005/10/25 20:38:14 stevesk Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> .\" @@ -54,10 +54,14 @@ Only check the configuration file for validity. Produce more verbose output. .El .Sh FILES -.Bl -tag -width "/etc/ospfd.confXXXX" -compact +.Bl -tag -width "/var/run/ospfd.sockXX" -compact .It /etc/ospfd.conf +Default .Nm configuration file. +.It /var/run/ospfd.sock +Unix-domain socket used for communication with +.Xr ospfctl 8 . .El .Sh SEE ALSO .Xr ospfd.conf 5 , |