Date: Mon, 26 May 1997 00:16:35 +0900 From: k-horik@yk.rim.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/3684: manpage what.1 seems to contain typo Message-ID: <199705251517.AAA03805@mail.yk.rim.or.jp> Resent-Message-ID: <199705251520.IAA25554@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 3684
>Category: docs
>Synopsis: manapge what.1 seems to contain typo
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun May 25 08:20:08 PDT 1997
>Last-Modified:
>Originator: Kazuo Horikawa
>Organization:
<Organization of PR author (multiple lines)>
>Release: FreeBSD 2.2.1-RELEASE i386
>Environment:
.\" $Id: what.1,v 1.2 1996/06/30 16:06:44 wosch Exp $
>Description:
`% man what' shows followings:
DESCRIPTION
What reads each file name and searches for sequences of the form ``@(#)''
as inserted by the source code control system. It prints the remainder
of the string following this marker, up to a null character, newline,
double quote, or ``> character.''
I think that
``>'' character.
is better than
``> character.''
>How-To-Repeat:
<Code/input/activities to reproduce the problem (multiple lines)>
>Fix:
--- what.1.bak Sun May 25 22:16:01 1997
+++ what.1 Sun May 4 19:15:02 1997
@@ -51,7 +51,8 @@
as inserted by the source code control system. It prints the remainder
of the string following this marker, up to a null character, newline, double
quote, or
-.Dq \&> character.
+.Dq \&>
+character.
.Sh BUGS
As
.Bx
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705251517.AAA03805>
