From culot@0xd0.org  Fri Jul 23 12:45:07 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 79B26106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jul 2010 12:45:07 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from ks28346.kimsufi.com (ks28346.kimsufi.com [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DF608FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jul 2010 12:45:06 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by ks28346.kimsufi.com (8.14.3/8.14.3) with ESMTP id o6NCKuEs022660
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jul 2010 14:20:56 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.3/8.14.3/Submit) id o6NCKu0V022659;
	Fri, 23 Jul 2010 14:20:56 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201007231220.o6NCKu0V022659@0xd0.org>
Date: Fri, 23 Jul 2010 14:20:56 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] keybound(3X): wrong manpage title
X-Send-Pr-Version: 3.113
X-GNATS-Notify: rafan@FreeBSD.org

>Number:         148864
>Category:       docs
>Synopsis:       [patch] keybound(3X): wrong manpage title
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 12:50:02 UTC 2010
>Closed-Date:    Sun Jul 25 12:12:23 UTC 2010
>Last-Modified:  Sun Jul 25 12:56:07 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #0: Mon Jul 12 20:55:11 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The contrib/ncurses/man/keybound.3x manpage title refers to keyok(3X) 
while it should be keybound(3X).
>How-To-Repeat:
>Fix:
--- keybound.3x.orig	2010-07-23 14:06:42.000000000 +0200
+++ keybound.3x	2010-07-23 14:06:55.000000000 +0200
@@ -29,7 +29,7 @@
 .\" Author: Thomas E. Dickey 1999
 .\"
 .\" $Id: keybound.3x,v 1.6 2006/02/25 21:47:06 tom Exp $
-.TH keyok 3X ""
+.TH keybound 3X ""
 .SH NAME
 \fBkeybound\fP \- return definition of keycode
 .SH SYNOPSIS
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Fri Jul 23 15:49:54 UTC 2010 
Responsible-Changed-Why:  
Let me handle this.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=148864 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148864: commit references a PR
Date: Sun, 25 Jul 2010 11:44:10 +0000 (UTC)

 Author: rafan
 Date: Sun Jul 25 11:43:54 2010
 New Revision: 210464
 URL: http://svn.freebsd.org/changeset/base/210464
 
 Log:
   - Fix wrong manpage title for keybound.3X
   
   PR:		docs/148864
   Obtained from:	ncurses-5.7-20081213 snapshot
 
 Modified:
   vendor/ncurses/dist/man/keybound.3x
 
 Modified: vendor/ncurses/dist/man/keybound.3x
 ==============================================================================
 --- vendor/ncurses/dist/man/keybound.3x	Sun Jul 25 11:31:29 2010	(r210463)
 +++ vendor/ncurses/dist/man/keybound.3x	Sun Jul 25 11:43:54 2010	(r210464)
 @@ -1,5 +1,5 @@
  .\"***************************************************************************
 -.\" Copyright (c) 1999-2003,2006 Free Software Foundation, Inc.              *
 +.\" Copyright (c) 1999-2006,2008 Free Software Foundation, Inc.              *
  .\"                                                                          *
  .\" Permission is hereby granted, free of charge, to any person obtaining a  *
  .\" copy of this software and associated documentation files (the            *
 @@ -28,8 +28,8 @@
  .\"
  .\" Author: Thomas E. Dickey 1999
  .\"
 -.\" $Id: keybound.3x,v 1.6 2006/02/25 21:47:06 tom Exp $
 -.TH keyok 3X ""
 +.\" $Id: keybound.3x,v 1.7 2008/12/13 18:19:07 Frederic.Culot Exp $
 +.TH keybound 3X ""
  .SH NAME
  \fBkeybound\fP \- return definition of keycode
  .SH SYNOPSIS
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148864: commit references a PR
Date: Sun, 25 Jul 2010 11:48:40 +0000 (UTC)

 Author: rafan
 Date: Sun Jul 25 11:48:27 2010
 New Revision: 210465
 URL: http://svn.freebsd.org/changeset/base/210465
 
 Log:
   Merge r210464 from vendor/ncurses/dist:
   
    - Fix wrong manpage title for keybound.3X
   
    PR:		docs/148864
    Obtained from: ncurses-5.7-20081213 snapshot
 
 Modified:
   head/contrib/ncurses/man/keybound.3x
 Directory Properties:
   head/contrib/ncurses/   (props changed)
 
 Modified: head/contrib/ncurses/man/keybound.3x
 ==============================================================================
 --- head/contrib/ncurses/man/keybound.3x	Sun Jul 25 11:43:54 2010	(r210464)
 +++ head/contrib/ncurses/man/keybound.3x	Sun Jul 25 11:48:27 2010	(r210465)
 @@ -1,5 +1,5 @@
  .\"***************************************************************************
 -.\" Copyright (c) 1999-2003,2006 Free Software Foundation, Inc.              *
 +.\" Copyright (c) 1999-2006,2008 Free Software Foundation, Inc.              *
  .\"                                                                          *
  .\" Permission is hereby granted, free of charge, to any person obtaining a  *
  .\" copy of this software and associated documentation files (the            *
 @@ -28,8 +28,8 @@
  .\"
  .\" Author: Thomas E. Dickey 1999
  .\"
 -.\" $Id: keybound.3x,v 1.6 2006/02/25 21:47:06 tom Exp $
 -.TH keyok 3X ""
 +.\" $Id: keybound.3x,v 1.7 2008/12/13 18:19:07 Frederic.Culot Exp $
 +.TH keybound 3X ""
  .SH NAME
  \fBkeybound\fP \- return definition of keycode
  .SH SYNOPSIS
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148864: commit references a PR
Date: Sun, 25 Jul 2010 11:52:24 +0000 (UTC)

 Author: rafan
 Date: Sun Jul 25 11:52:09 2010
 New Revision: 210466
 URL: http://svn.freebsd.org/changeset/base/210466
 
 Log:
   MFC r210465
   
    - Fix wrong manpage title for keybound.3X
   
    PR:            docs/148864
    Obtained from: ncurses-5.7-20081213 snapshot
 
 Modified:
   stable/8/contrib/ncurses/man/keybound.3x
 Directory Properties:
   stable/8/contrib/ncurses/   (props changed)
 
 Modified: stable/8/contrib/ncurses/man/keybound.3x
 ==============================================================================
 --- stable/8/contrib/ncurses/man/keybound.3x	Sun Jul 25 11:48:27 2010	(r210465)
 +++ stable/8/contrib/ncurses/man/keybound.3x	Sun Jul 25 11:52:09 2010	(r210466)
 @@ -1,5 +1,5 @@
  .\"***************************************************************************
 -.\" Copyright (c) 1999-2003,2006 Free Software Foundation, Inc.              *
 +.\" Copyright (c) 1999-2006,2008 Free Software Foundation, Inc.              *
  .\"                                                                          *
  .\" Permission is hereby granted, free of charge, to any person obtaining a  *
  .\" copy of this software and associated documentation files (the            *
 @@ -28,8 +28,8 @@
  .\"
  .\" Author: Thomas E. Dickey 1999
  .\"
 -.\" $Id: keybound.3x,v 1.6 2006/02/25 21:47:06 tom Exp $
 -.TH keyok 3X ""
 +.\" $Id: keybound.3x,v 1.7 2008/12/13 18:19:07 Frederic.Culot Exp $
 +.TH keybound 3X ""
  .SH NAME
  \fBkeybound\fP \- return definition of keycode
  .SH SYNOPSIS
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148864: commit references a PR
Date: Sun, 25 Jul 2010 11:53:50 +0000 (UTC)

 Author: rafan
 Date: Sun Jul 25 11:53:32 2010
 New Revision: 210467
 URL: http://svn.freebsd.org/changeset/base/210467
 
 Log:
   MFC r210465
   
    - Fix wrong manpage title for keybound.3X
   
    PR:            docs/148864
    Obtained from: ncurses-5.7-20081213 snapshot
 
 Modified:
   stable/7/contrib/ncurses/man/keybound.3x
 Directory Properties:
   stable/7/contrib/ncurses/   (props changed)
 
 Modified: stable/7/contrib/ncurses/man/keybound.3x
 ==============================================================================
 --- stable/7/contrib/ncurses/man/keybound.3x	Sun Jul 25 11:52:09 2010	(r210466)
 +++ stable/7/contrib/ncurses/man/keybound.3x	Sun Jul 25 11:53:32 2010	(r210467)
 @@ -1,5 +1,5 @@
  .\"***************************************************************************
 -.\" Copyright (c) 1999-2003,2006 Free Software Foundation, Inc.              *
 +.\" Copyright (c) 1999-2006,2008 Free Software Foundation, Inc.              *
  .\"                                                                          *
  .\" Permission is hereby granted, free of charge, to any person obtaining a  *
  .\" copy of this software and associated documentation files (the            *
 @@ -28,8 +28,8 @@
  .\"
  .\" Author: Thomas E. Dickey 1999
  .\"
 -.\" $Id: keybound.3x,v 1.6 2006/02/25 21:47:06 tom Exp $
 -.TH keyok 3X ""
 +.\" $Id: keybound.3x,v 1.7 2008/12/13 18:19:07 Frederic.Culot Exp $
 +.TH keybound 3X ""
  .SH NAME
  \fBkeybound\fP \- return definition of keycode
  .SH SYNOPSIS
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bcr 
State-Changed-When: Sun Jul 25 12:09:43 UTC 2010 
State-Changed-Why:  
Fixed by rafan by importing the corrected version from 
the vendor. Thanks for reporting this, PR closed!  

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