Deleted Added
full compact
indent.1 (125633) indent.1 (125736)
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\" Copyright (c) 1976 Board of Trustees of the University of Illinois.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 18 unchanged lines hidden (view full) ---

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)indent.1 8.1 (Berkeley) 7/1/93
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\" Copyright (c) 1976 Board of Trustees of the University of Illinois.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 18 unchanged lines hidden (view full) ---

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)indent.1 8.1 (Berkeley) 7/1/93
35.\" $FreeBSD: head/usr.bin/indent/indent.1 125633 2004-02-09 21:48:51Z bde $
35.\" $FreeBSD: head/usr.bin/indent/indent.1 125736 2004-02-12 16:25:12Z bde $
36.\"
36.\"
37.Dd July 1, 1993
37.Dd Februrary 13, 2004
38.Dt INDENT 1
39.Os
40.Sh NAME
41.Nm indent
42.Nd indent and format C program source
43.Sh SYNOPSIS
44.Nm
45.Op Ar input-file Op Ar output-file

--- 145 unchanged lines hidden (view full) ---

191.It Fl \&ci Ns Ar n
192Sets the continuation indent to be
193.Ar n .
194Continuation
195lines will be indented that far from the beginning of the first line of the
196statement. Parenthesized expressions have extra indentation added to
197indicate the nesting, unless
198.Fl \&lp
38.Dt INDENT 1
39.Os
40.Sh NAME
41.Nm indent
42.Nd indent and format C program source
43.Sh SYNOPSIS
44.Nm
45.Op Ar input-file Op Ar output-file

--- 145 unchanged lines hidden (view full) ---

191.It Fl \&ci Ns Ar n
192Sets the continuation indent to be
193.Ar n .
194Continuation
195lines will be indented that far from the beginning of the first line of the
196statement. Parenthesized expressions have extra indentation added to
197indicate the nesting, unless
198.Fl \&lp
199is in effect.
199is in effect
200or the contination indent is exactly half of the main indent.
200.Fl \&ci
201defaults to the same value as
202.Fl i .
203.It Fl cli Ns Ar n
204Causes case labels to be indented
205.Ar n
206tab stops to the right of the containing
207.Ic switch

--- 270 unchanged lines hidden ---
201.Fl \&ci
202defaults to the same value as
203.Fl i .
204.It Fl cli Ns Ar n
205Causes case labels to be indented
206.Ar n
207tab stops to the right of the containing
208.Ic switch

--- 270 unchanged lines hidden ---