From lkoeller@odie.physik2.uni-rostock.de  Sun Oct 20 06:00:59 1996
Received: from odie.physik2.uni-rostock.de (odie.physik2.uni-rostock.de [139.30.40.28])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA14629
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Oct 1996 06:00:57 -0700 (PDT)
Received: (from lkoeller@localhost)
          by odie.physik2.uni-rostock.de (8.7.5/8.7.3) id PAA09207;
          Sun, 20 Oct 1996 15:00:54 +0200 (MET DST)
Message-Id: <199610201300.PAA09207@odie.physik2.uni-rostock.de>
Date: Sun, 20 Oct 1996 15:00:54 +0200 (MET DST)
From: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
Reply-To: lkoeller@odie.physik2.uni-rostock.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: Small error in indent man-page
X-Send-Pr-Version: 3.2

>Number:         1850
>Category:       docs
>Synopsis:       Error at the -cli switch description of the indent man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 20 06:10:00 PDT 1996
>Closed-Date:    Wed Oct 23 00:00:04 PDT 1996
>Last-Modified:  Wed Oct 23 00:05:04 PDT 1996
>Originator:     Lars Koeller
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
University of Rostock, Germany
>Environment:

	FreeBSD-2.1.5 RELEASE system

>Description:

	The -cli switch description says:

		...
		right of the containing switch statement.  -cli0 -.5
                causes case labels to be indented half a tab stop.  The
		...

	it should be

		...
		right of the containing switch statement.  -cli0.5
                causes case labels to be indented half a tab stop.  The
		...


>How-To-Repeat:

	man indent

>Fix:
	
*** indent.1.org	Sun Oct 20 14:52:31 1996
--- indent.1	Sun Oct 20 14:55:28 1996
***************
*** 205,211 ****
  tab stops to the right of the containing
  .Ic switch
  statement.
! .Fl cli0 .5
  causes case labels to be indented half a tab stop.  The
  default is
  .Fl cli0  .
--- 205,211 ----
  tab stops to the right of the containing
  .Ic switch
  statement.
! .Fl cli0.5
  causes case labels to be indented half a tab stop.  The
  default is
  .Fl cli0  .


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: scrappy 
State-Changed-When: Wed Oct 23 00:00:04 PDT 1996 
State-Changed-Why:  

Fixed in Rev 1.3 of usr.bin/indent/indent.1 

>Unformatted:
