Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2002 09:06:52 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12504 for review
Message-ID:  <200206071606.g57G6qR35265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12504

Change 12504 by des@des.at.aes.thinksec.com on 2002/06/07 09:06:45

	Start a new paragraph after a list.

Affected files ...

... //depot/projects/openpam/misc/gendoc.pl#17 edit

Differences ...

==== //depot/projects/openpam/misc/gendoc.pl#17 (text+ko) ====

@@ -32,7 +32,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $P4: //depot/projects/openpam/misc/gendoc.pl#16 $
+# $P4: //depot/projects/openpam/misc/gendoc.pl#17 $
 #
 
 use strict;
@@ -188,7 +188,7 @@
 		if ($inliteral) {
 		    $man .= "\0\n";
 		} elsif ($inlist) {
-		    $man .= ".El\n";
+		    $man .= ".El\n.Pp\n";
 		    $inlist = 0;
 		} else {
 		    $man .= ".Pp\n";
@@ -214,7 +214,7 @@
 	    $man .= "$_\n";
 	    next;
 	} elsif ($inlist && m/^\S/) {
-	    $man .= ".El\n";
+	    $man .= ".El\n.Pp\n";
 	    $inlist = 0;
 	} elsif ($inliteral && m/^\S/) {
 	    $man .= ".Ed\n";

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206071606.g57G6qR35265>