Subject: misc/1535: Bug in indent.1
To: None <gnats-bugs@gnats.netbsd.org>
From: Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
List: netbsd-bugs
Date: 09/28/1995 02:14:41
>Number: 1535
>Category: misc
>Synopsis: Bug in indent.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Wed Sep 27 13:20:01 1995
>Last-Modified:
>Originator: Masanobu Saitoh
>Organization:
UEC
>Release: -current 95/09/26
>Environment:
System: NetBSD pfault.spa.is.uec.ac.jp 1.0A NetBSD 1.0A (ISYS) #9: Tue Sep 19 23:30:04 JST 1995 msaitoh@pfault.spa.is.uec.ac.jp:/var/950919/src/sys/arch/i386/compile/ISYS i386
>Description:
See ``man indent''
> -cdb, -ncdb Enables (disables) the placement of comment delimiters on
> blank lines. With this option enabled, comments look
> like this:
> /*
> * this is a comment
> */
This shoud be fixed as follows:
> -cdb, -ncdb Enables (disables) the placement of comment delimiters on
> blank lines. With this option enabled, comments look
> like this:
> /*
> * this is a comment
> */
>How-To-Repeat:
man indent
>Fix:
Apply this patch:
*** indent.1.org Tue Jan 11 19:40:24 1994
--- indent.1 Thu Sep 28 02:03:55 1995
***************
*** 172,179 ****
.Bd -literal -offset indent
.ne 3
/*
! * this is a comment
! */
.Ed
.Pp
Rather than like this:
--- 172,179 ----
.Bd -literal -offset indent
.ne 3
/*
! * this is a comment
! */
.Ed
.Pp
Rather than like this:
>Audit-Trail:
>Unformatted: