docs/61668: small typo in intro(6)
Oliver Eikemeier
eikemeier at fillmore-labs.com
Wed Jan 21 09:50:22 UTC 2004
>Number: 61668
>Category: docs
>Synopsis: small typo in intro(6)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 21 01:50:14 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
More information about the freebsd-doc
mailing list