From nobody@FreeBSD.org  Sun Sep 11 20:12:47 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 45E5816A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Sep 2005 20:12:47 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1643143D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Sep 2005 20:12:47 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKCkXF005328
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Sep 2005 20:12:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j8BKCkk0005327;
	Sun, 11 Sep 2005 20:12:46 GMT
	(envelope-from nobody)
Message-Id: <200509112012.j8BKCkk0005327@www.freebsd.org>
Date: Sun, 11 Sep 2005 20:12:46 GMT
From: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: FreeBSD keyword missing if you display security(7) with apropos
X-Send-Pr-Version: www-2.3

>Number:         85986
>Category:       docs
>Synopsis:       FreeBSD keyword missing if you display security(7) with apropos(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 11 20:20:08 GMT 2005
>Closed-Date:    Wed Jul 12 11:40:31 GMT 2006
>Last-Modified:  Wed Jul 12 11:40:31 GMT 2006
>Originator:     Matthias Schmidt
>Release:        FreeBSD 6.0-BETA3
>Organization:
>Environment:
FreeBSD c0re 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Tue Aug 23 19:15:13 CEST 2005     root@c0re:/usr/obj/usr/src/sys/C0RE  i386
>Description:
If you type apropos security to get the security(7) man page the word "FreeBSD" is missing,

matthias@c0re:/ % apropos security
security(7)              - introduction to security under
                                                         ^^^^


>How-To-Repeat:
Type apropos security
>Fix:
--- /usr/src/share/man/man7/security.7  Sun Jul 24 12:42:21 2005
+++ security.7  Sun Sep 11 22:05:38 2005
@@ -28,8 +28,7 @@
 .Os
 .Sh NAME
 .Nm security
-.Nd introduction to security under
-.Fx
+.Nd introduction to security under FreeBSD
>Release-Note:
>Audit-Trail:

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/85986: FreeBSD keyword missing if you display security(7) with apropos
Date: Sun, 11 Sep 2005 22:54:09 +0200

 On 2005.09.11 20:12:46 +0000, Matthias Schmidt wrote:
 
 > If you type apropos security to get the security(7) man page the word "Fr=
 eeBSD" is missing,
 >=20
 > matthias@c0re:/ % apropos security
 > security(7)              - introduction to security under
 >                                                          ^^^^
 
 I would say this should be fixed in apropos rather than adding a
 workaround to a specific manual page, especially since I would suspect
 that other manual pages are also affected.
 
 That said, I have no idea how complicated it would be to fix it in
 apropos.
 
 -- 
 Simon L. Nielsen

From: Murray Stokely <murray@freebsdmall.com>
To: "Simon L. Nielsen" <simon@FreeBSD.org>
Cc: freebsd-doc@FreeBSD.org, bug-followup@freebsd.org
Subject: Re: docs/85986: FreeBSD keyword missing if you display security(7) with apropos
Date: Sat, 28 Jan 2006 18:41:54 -0800

 On Sun, Sep 11, 2005 at 09:00:36PM +0000, Simon L. Nielsen wrote:
 >  On 2005.09.11 20:12:46 +0000, Matthias Schmidt wrote:
 >  
 >  > If you type apropos security to get the security(7) man page the word "Fr=
 >  eeBSD" is missing,
 >  >=20
 >  > matthias@c0re:/ % apropos security
 >  > security(7)              - introduction to security under
 >  >                                                          ^^^^
 >  
 >  I would say this should be fixed in apropos rather than adding a
 >  workaround to a specific manual page, especially since I would suspect
 >  that other manual pages are also affected.
 >  
 >  That said, I have no idea how complicated it would be to fix it in
 >  apropos.
 
 I think we should just submit the patch as is rather than fixing
 makewhatis(1).  tuning(7) written by the same author just uses
 'FreeBSD' instead of .Fx and therefore shows up properly.
 
 I could not find any other examples of man pages that have this
 problem, leading me to conclude that hacking up makewhatis would be
 overengineering the solution.
 
      - Murray

From: Giorgos Keramidas <keramida@freebsd.org>
To: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>,
        "Simon L. Nielsen" <simon@freebsd.org>,
        Murray Stokely <murray@freebsdmall.com>
Cc: bug-followup@freebsd.org
Subject: Re: docs/85986: FreeBSD keyword missing if you display security(7) with apropos
Date: Wed, 10 May 2006 22:58:40 +0300

 > --- /usr/src/share/man/man7/security.7  Sun Jul 24 12:42:21 2005
 > +++ security.7  Sun Sep 11 22:05:38 2005
 > @@ -28,8 +28,7 @@
 >  .Os
 >  .Sh NAME
 >  .Nm security
 > -.Nd introduction to security under
 > -.Fx
 > +.Nd introduction to security under FreeBSD
 
 > From: Murray Stokely <murray@freebsdmall.com>
 > To: "Simon L. Nielsen" <simon@FreeBSD.org>
 > Cc: freebsd-doc@FreeBSD.org, bug-followup@freebsd.org
 > Subject: docs/85986: Re: docs/85986: FreeBSD keyword missing if you display security(7) with apropos
 > Date: Sat, 28 Jan 2006 18:41:54 -0800
 >
 > I think we should just submit the patch as is rather than fixing
 > makewhatis(1).  tuning(7) written by the same author just uses
 > 'FreeBSD' instead of .Fx and therefore shows up properly.
 >
 > I could not find any other examples of man pages that have this
 > problem, leading me to conclude that hacking up makewhatis would be
 > overengineering the solution.
 
 Yes, please.  I'd prefer just submitting the patch too.
 
 If there's no objection to committing it and nobody else beats me to it,
 I'd like to commit it in a couple of days...
 
State-Changed-From-To: open->patched 
State-Changed-By: keramida 
State-Changed-When: Fri May 12 17:43:20 UTC 2006 
State-Changed-Why:  
Fixed in HEAD.  Thanks :-) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Fri May 12 17:43:20 UTC 2006 
Responsible-Changed-Why:  
I'll handle the MFC for this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85986 
State-Changed-From-To: patched->closed 
State-Changed-By: keramida 
State-Changed-When: Wed Jul 12 11:39:52 UTC 2006 
State-Changed-Why:  
No MFC needed.  This page has no RELENG_6 vs. HEAD diff 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85986 
>Unformatted:
