diff options
author | 2009-07-23 20:40:00 +0000 | |
---|---|---|
committer | 2009-07-23 20:40:00 +0000 | |
commit | 1536678d45e9b209afa78b00d71dc6c09f7a7f45 (patch) | |
tree | 5fa412b445a42bd24a68937e7ab8121b8bd213d0 | |
parent | Tidy client message return slightly: convert flags into an enum, and merge (diff) | |
download | wireguard-openbsd-1536678d45e9b209afa78b00d71dc6c09f7a7f45.tar.xz wireguard-openbsd-1536678d45e9b209afa78b00d71dc6c09f7a7f45.zip |
no need for Xo/Xc when we have very simple list items;
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index a1a1851dc68..071a2ff362d 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.36 2009/07/23 16:37:44 claudio Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.37 2009/07/23 20:40:00 jmc Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -91,9 +91,7 @@ will implicitly set the .Ic stub Ic router option to ensure that no traffic tries to transit via this router. .Pp -.It Xo -.Ic rdomain Ar tableid -.Xc +.It Ic rdomain Ar tableid Specifies the routing table .Xr ospfd 8 should modify. |