From root@fillmore-labs.com  Wed Jan 21 01:48:18 2004
Return-Path: <root@fillmore-labs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DD7F616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jan 2004 01:48:18 -0800 (PST)
Received: from postman.arcor.de (postman1.arcor-online.net [151.189.0.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4A19F43D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jan 2004 01:48:16 -0800 (PST)
	(envelope-from root@fillmore-labs.com)
Received: from fillmore.dyndns.org (port-212-202-51-21.reverse.qsc.de [212.202.51.21])
	(authenticated bits=0)
	by postman.arcor.de (8.13.0.PreAlpha4/8.13.0.PreAlpha4) with ESMTP id i0L9mDu9026797
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Jan 2004 10:48:14 +0100 (MET)
Received: from root by fillmore.dyndns.org with local (Exim 4.30; FreeBSD)
	id 1AjEy5-000JqF-RT
	for FreeBSD-gnats-submit@freebsd.org; Wed, 21 Jan 2004 10:48:13 +0100
Message-Id: <E1AjEy5-000JqF-RT@fillmore.dyndns.org>
Date: Wed, 21 Jan 2004 10:48:13 +0100
From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Reply-To: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: small typo in intro(6)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61668
>Category:       docs
>Synopsis:       small typo in intro(6)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    schweikh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 21 01:50:14 PST 2004
>Closed-Date:    Tue Feb 10 11:34:48 PST 2004
>Last-Modified:  Tue Feb 10 11:34:48 PST 2004
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com/
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.9-STABLE

>Description:

intro(6) tells you to try
  apropos '(6)'
to get a list of all games on the system. apropos keywords are extended
regular expressions, so this is equivalent to apropos '6'. The parentheses
have to be quoted.

>How-To-Repeat:

try apropos '(6)' and apropos '\(6\)'

>Fix:

--- intro6.diff begins here ---
Index: /src/share/man/man6/intro.6
===================================================================
RCS file: /home/ncvs/src/share/man/man6/intro.6,v
retrieving revision 1.4.2.4
diff -u -r1.4.2.4 intro.6
--- src/share/man/man6/intro.6	17 Aug 2001 13:08:48 -0000	1.4.2.4
+++ src/share/man/man6/intro.6	21 Jan 2004 09:36:34 -0000
@@ -46,7 +46,7 @@
 You can get a short overview about all the games with the
 command:
 .Bd -literal -offset indent
-$ apropos '(6)'
+$ apropos '\\(6\\)'
 .Ed
 .Sh SEE ALSO
 .Xr intro 1 ,
--- intro6.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: schweikh 
State-Changed-When: Wed Jan 21 10:58:17 PST 2004 
State-Changed-Why:  
Patch committed, thanks! 


Responsible-Changed-From-To: freebsd-doc->schweikh 
Responsible-Changed-By: schweikh 
Responsible-Changed-When: Wed Jan 21 10:58:17 PST 2004 
Responsible-Changed-Why:  
My MFC Reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61668 
State-Changed-From-To: patched->closed 
State-Changed-By: schweikh 
State-Changed-When: Tue Feb 10 11:34:27 PST 2004 
State-Changed-Why:  
Committed to -STABLE. 

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