From fullermd@mortis.futuresouth.com Wed Apr 21 18:57:20 1999
Return-Path: <fullermd@mortis.futuresouth.com>
Received: from mortis.futuresouth.com (mortis.futuresouth.com [209.45.228.14])
	by hub.freebsd.org (Postfix) with ESMTP id 04B0E15281
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Apr 1999 18:56:51 -0700 (PDT)
	(envelope-from fullermd@mortis.futuresouth.com)
Received: (from fullermd@localhost)
	by mortis.futuresouth.com (8.8.8/8.8.5) id UAA29836;
	Wed, 21 Apr 1999 20:54:21 -0500 (CDT)
Message-Id: <199904220154.UAA29836@mortis.futuresouth.com>
Date: Wed, 21 Apr 1999 20:54:21 -0500 (CDT)
From: fullermd@over-yonder.net
Sender: fullermd@mortis.futuresouth.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Bad formatting in passwd.5
X-Send-Pr-Version: 3.2

>Number:         11271
>Category:       docs
>Synopsis:       Bad formatting in passwd.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    grog
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 21 19:00:01 PDT 1999
>Closed-Date:    Wed Apr 21 21:05:56 PDT 1999
>Last-Modified:  Wed Apr 21 21:08:58 PDT 1999
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Organization?  What's that?
>Environment:

	

>Description:

	Bad formatting of a section header, bleeding over into the next line.
	Cut&pasted from 'man 5 passwd':
   Changes in behavior from older versions of
     FreeBSD There have been several bug fixes and improvements in FreeBSD's

>How-To-Repeat:

	man 5 passwd
	/Changes

>Fix:
	
	I'm not entirely sure this is the correct fix.  It fixes the
	appearance, but loses data on the markup.  I suspect there's some
	way of making it be considered part of the section header without
	stripping the markup from 'FreeBSD', but I don't know how.


Index: passwd.5
===================================================================
RCS file: /usr/cvs/src/share/man/man5/passwd.5,v
retrieving revision 1.22
diff -u -r1.22 passwd.5
--- passwd.5	1998/08/31 16:41:07	1.22
+++ passwd.5	1999/04/22 01:47:25
@@ -552,8 +552,7 @@
 `operator'. If an `operator' netgroup doesn't exist, the system
 will try to match users against the normal `operator' group
 instead. 
-.Ss Changes in behavior from older versions of
-.Tn FreeBSD
+.Ss Changes in behavior from older versions of FreeBSD
 There have been several bug fixes and improvements in
 .Tn FreeBSD Ns 's
 NIS/YP handling, some of which have caused changes in behavior.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: grog 
State-Changed-When: Wed Apr 21 21:05:56 PDT 1999 
State-Changed-Why:  
Patch committed as submitted. 


Responsible-Changed-From-To: freebsd-doc->grog 
Responsible-Changed-By: grog 
Responsible-Changed-When: Wed Apr 21 21:05:56 PDT 1999 
Responsible-Changed-Why:  
Replied to by grog. 
>Unformatted:
Greg Lehey, 22 April 1999
	
	I think the fix is about as good as we can do.  Some headers
	will allow infixed commands, but .Ss isn't one of them.  In
	addition, .Tn is *supposed* to give a different from normal
	format, but I can't see any difference with standard groff and
	PostScript output, so there's really no difference.
