From 0385b16188212664b639b5ead37c9f207445986d Mon Sep 17 00:00:00 2001
From: mpp <mpp@FreeBSD.org>
Date: Fri, 7 Mar 1997 07:45:17 +0000
Subject: [PATCH] Oops, had a couple of extra parens in a couple of lines.

---
 usr.sbin/rtprio/rtprio.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1
index a79587733364..4c9e787e3100 100644
--- a/usr.sbin/rtprio/rtprio.1
+++ b/usr.sbin/rtprio/rtprio.1
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"	$Id: rtprio.1,v 1.9 1997/02/22 16:13:06 peter Exp $
+.\"	$Id: rtprio.1,v 1.10 1997/03/07 07:43:19 mpp Exp $
 .\"
 .Dd July 23, 1994
 .Dt RTPRIO 1
@@ -182,14 +182,14 @@ process in a realtime priority.
 .Sh BUGS
 There is no way to set/view the realtime priority of process 0
 (swapper) (see
-.Xr ps 1 ) ) .
+.Xr ps 1 ) .
 .Pp
 There is in
 .Tn FreeBSD
 no way to ensure that a process page is present in memory therefore
 the process may be stopped for pagein. (See
 .Xr mprotect 2 ,
-.Xr madvise 2 ) ) .
+.Xr madvise 2 ) .
 .Pp
 Under
 .Tn FreeBSD