From 47e959522e908940b7aab3adf350c0419883d8a3 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 26 Sep 2021 21:31:57 +0000 Subject: [PATCH] indent: fix definition of -cli in manual page See io.c, compute_label_indent. --- usr.bin/indent/indent.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 5a96112f9246..a10a8cc0bd09 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -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 .