diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-13 20:05:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-13 20:05:13 +0000 |
commit | f05bbc2f54c65f40dc8df779a6746db1b1389a04 (patch) | |
tree | 39edaf3feb296d32d052cbf52e92ea1206ad0fcb | |
parent | 9e86957d4f6ddf9777c42f3a008a188342e769d0 (diff) |
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 { |