Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/indent indent: fix definition of -cli in manual page



details:   https://anonhg.NetBSD.org/src/rev/be8adcae4ec3
branches:  trunk
changeset: 987459:be8adcae4ec3
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Sep 26 21:31:57 2021 +0000

description:
indent: fix definition of -cli in manual page

See io.c, compute_label_indent.

diffstat:

 usr.bin/indent/indent.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 0c0f1a04e537 -r be8adcae4ec3 usr.bin/indent/indent.1
--- a/usr.bin/indent/indent.1   Sun Sep 26 21:29:38 2021 +0000
+++ b/usr.bin/indent/indent.1   Sun Sep 26 21:31:57 2021 +0000
@@ -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 @@
 .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 .



Home | Main Index | Thread Index | Old Index