=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/indent.1,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/indent/indent.1 1998/09/26 19:54:53 1.5 +++ src/usr.bin/indent/indent.1 1999/06/05 01:21:27 1.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: indent.1,v 1.5 1998/09/26 19:54:53 aaron Exp $ +.\" $OpenBSD: indent.1,v 1.6 1999/06/05 01:21:27 aaron Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" Copyright (c) 1985 Sun Microsystems, Inc. .\" Copyright (c) 1976 Board of Trustees of the University of Illinois. @@ -36,7 +36,7 @@ .\" .Dd July 24, 1991 .Dt INDENT 1 -.Os BSD 4.2 +.Os .Sh NAME .Nm indent .Nd indent and format C program source @@ -188,7 +188,7 @@ Enables (disables) forcing `else's to cuddle up to the immediately preceding `}'. The default is .Fl \&ce . -.It Fl \&ci Ns Ar n +.It Fl \&ci Ns Ar n Sets the continuation indent to be .Ar n . Continuation @@ -200,7 +200,7 @@ .Fl \&ci defaults to the same value as .Fl i . -.It Fl cli Ns Ar n +.It Fl cli Ns Ar n Causes case labels to be indented .Ar n tab stops to the right of the containing @@ -210,7 +210,7 @@ causes case labels to be indented half a tab stop. The default is .Fl cli0 . -.It Fl d Ns Ar n +.It Fl d Ns Ar n Controls the placement of comments which are not to the right of code. The default .Fl \&d\&1 @@ -219,7 +219,7 @@ .Fl \&d\&0 lines up these comments with the code. See the section on comment indentation below. -.It Fl \&di Ns Ar n +.It Fl \&di Ns Ar n Specifies the indentation, in character positions, from a declaration keyword to the following identifier. The default is .Fl di16 . @@ -247,13 +247,13 @@ should be used. The default is .Fl fc1 . -.It Fl i Ns Ar n +.It Fl i Ns Ar n The number of spaces for one indentation level. The default is 8. .It Fl \&ip , nip Enables (disables) the indentation of parameter declarations from the left margin. The default is .Fl \&ip . -.It Fl l Ns Ar n +.It Fl l Ns Ar n Maximum length of an output line. The default is 75. .It Fl \&lp , nlp Lines up code surrounded by parenthesis in continuation lines. If a line @@ -317,7 +317,7 @@ Causes .Nm indent to take its input from stdin, and put its output to stdout. -.It Fl T Ns Ar typename +.It Fl T Ns Ar typename Adds .Ar typename to the list of type keywords. Names accumulate: @@ -390,13 +390,13 @@ .Ss Comment indentation If a comment is on a line with code it is started in the `comment column', which is set by the -.Fl c Ns Ns Ar n +.Fl c Ns Ns Ar n command line parameter. Otherwise, the comment is started at .Ar n indentation levels less than where code is currently being placed, where .Ar n is specified by the -.Fl d Ns Ns Ar n +.Fl d Ns Ns Ar n command line parameter. If the code on a line extends past the comment column, the comment starts further to the right, and the right margin may be automatically extended in extreme cases.