From c35a74851a4b2002c479583e853c89682a1af976 Mon Sep 17 00:00:00 2001
From: Shaun Amott <shaun@FreeBSD.org>
Date: Thu, 3 Aug 2006 19:01:34 +0000
Subject: [PATCH] Make a minor adjustment to the VuXML section; uuidgen(1) is
 in FreeBSD 5.x and above, and should be the default. The alternative utility,
 which is in ports, is only required on FreeBSD 4.x.

Approved by:	brd via IRC
---
 en_US.ISO8859-1/books/porters-handbook/book.sgml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index a2779f2ece..ae1e5796cd 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -7174,8 +7174,9 @@ as .putsy.conf and edit it.</programlisting>
 		this entry (in quotes).  You should generate a UUID
 		for each new VuXML entry (and do not forget to substitute
 		it for the template UUID unless you are writing the
-		entry from scratch).  You can use &man.uuidgen.1; in
-		FreeBSD 5.x, or you may install the port <filename
+		entry from scratch).  You can use &man.uuidgen.1; to
+		generate a VuXML UUID; alternatively, if you are using
+		FreeBSD 4.x, you may install the port <filename
 		role="package">devel/p5-Data-UUID</filename> and issue
 		the following command:</para>