Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 1996 15:00:54 +0200 (MET DST)
From:      Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/1850: Small error in indent man-page
Message-ID:  <199610201300.PAA09207@odie.physik2.uni-rostock.de>
Resent-Message-ID: <199610201310.GAA15863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 20 06:10:00 PDT 1996
>Last-Modified:
>Originator:     Lars Koeller
>Organization:
University of Rostock, Germany
>Release:        FreeBSD 2.1-STABLE i386
>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  .


>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610201300.PAA09207>