From owner-p4-projects Fri Jun 7 9: 6:59 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8984237B40D; Fri, 7 Jun 2002 09:06:53 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 895FC37B409 for ; Fri, 7 Jun 2002 09:06:52 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57G6qR35265 for perforce@freebsd.org; Fri, 7 Jun 2002 09:06:52 -0700 (PDT) (envelope-from des@freebsd.org) Date: Fri, 7 Jun 2002 09:06:52 -0700 (PDT) Message-Id: <200206071606.g57G6qR35265@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav Subject: PERFORCE change 12504 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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