From 03550c9c2554c264840d17d7759e41cff19dc20d Mon Sep 17 00:00:00 2001
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 14 Jun 2005 14:43:36 +0000
Subject: [PATCH] Add missing .Ed call that was fatal for the rest of manpage.
 Bump document date.

Approved by:	re
---
 share/man/man5/rc.conf.5 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index c318af8b7271..611215d9bfe9 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 18, 2005
+.Dd June 8, 2005
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -988,6 +988,7 @@ device via DHCP, using WPA authentication and 802.11b mode, it is
 possible to use something like:
 .Bd -literal
 ifconfig_wi0="DHCP WPA mode 11b"
+.Ed
 .Pp
 It is also possible to rename interface by doing:
 .Bd -literal