indent: fix definition of -cli in manual page
See io.c, compute_label_indent.
This commit is contained in:
parent
bcaaa3053f
commit
47e959522e
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue