diff options
author | 2005-04-13 20:05:12 +0000 | |
---|---|---|
committer | 2005-04-13 20:05:12 +0000 | |
commit | 40ecd714aaa82214d575a253667faacecd2c5003 (patch) | |
tree | ff5eb296f75dfbcff72c27e98b81ffa405fd65d1 | |
parent | tweaks; ok reyk@ (diff) | |
download | wireguard-openbsd-40ecd714aaa82214d575a253667faacecd2c5003.tar.xz wireguard-openbsd-40ecd714aaa82214d575a253667faacecd2c5003.zip |
tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5;
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index b10358cae52..797e8f89c54 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.49 2005/04/12 21:53:38 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.50 2005/04/13 20:05:12 jmc Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -68,7 +68,7 @@ or .Ic group ) . Macros are not expanded inside quotes. .Pp -For example, +For example: .Bd -literal -offset indent peer1="1.2.3.4" neighbor $peer1 { |