Module Name:    src
Committed By:   rillig
Date:           Sun Sep 26 21:31:57 UTC 2021

Modified Files:
        src/usr.bin/indent: indent.1

Log Message:
indent: fix definition of -cli in manual page

See io.c, compute_label_indent.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/indent/indent.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/indent/indent.1
diff -u src/usr.bin/indent/indent.1:1.29 src/usr.bin/indent/indent.1:1.30
--- src/usr.bin/indent/indent.1:1.29	Sat Mar  6 21:08:08 2021
+++ src/usr.bin/indent/indent.1	Sun Sep 26 21:31:57 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: indent.1,v 1.29 2021/03/06 21:08:08 rillig Exp $
+.\"	$NetBSD: indent.1,v 1.30 2021/09/26 21:31:57 rillig Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"	@(#)indent.1	8.1 (Berkeley) 7/1/93
 .\" $FreeBSD: head/usr.bin/indent/indent.1 334944 2018-06-11 05:35:57Z pstef $
 .\"
-.Dd March 6, 2021
+.Dd September 26, 2021
 .Dt INDENT 1
 .Os
 .Sh NAME
@@ -254,11 +254,11 @@ defaults to the same value as
 .It Fl cli Ns Ar n
 Causes case labels to be indented
 .Ar n
-tab stops to the right of the containing
+indentation levels to the right of the containing
 .Ic switch
 statement.
 .Fl cli0.5
-causes case labels to be indented half a tab stop.
+causes case labels to be indented half an indentation level.
 The
 default is
 .Fl cli0 .

Reply via email to