History log of /freebsd-10-stable/usr.bin/indent/indent.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 293290 06-Jan-2016 bdrewery

MFC r289677:

Fix a ton of speelling errors


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 233456 25-Mar-2012 joel

Remove superfluous paragraph macro.


# 232471 03-Mar-2012 eadler

Document the [n]eei and [n]bacc options

PR: docs/165009
Submitted by: Jeremy Huddleston <jeremyhu@apple.com>
Approved by: bcr
MFC after: 1 week


# 205989 31-Mar-2010 avg

indent(1): add a new option, -ta, to treat all *_t identifiers as types

Submitted by: Hans Petter Selasky
Discussed with: bde
MFC after: 10 days


# 148580 31-Jul-2005 keramida

Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters.

MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.


# 141851 13-Feb-2005 ru

Expand contractions.


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 141266 04-Feb-2005 ceri

Quote example file names consistently, and fix a small grammatical nit.


# 141213 03-Feb-2005 keramida

Clarify a bit the BUGS section.

PR: docs/77024
Submitted by: Adrian Filipi <adrian@ubergeeks.com>
Reviewed by: ru


# 131507 02-Jul-2004 ru

Deal with double whitespace.


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 131363 30-Jun-2004 schweikh

Bump document date.

Submitted by: ru


# 131278 29-Jun-2004 schweikh

Document recently acquired options.

PR: 67983
Submitted by: Chip Norkus <wd@teleri.net>
MFC after: 2 weeks


# 129429 19-May-2004 ru

Fixed document date.


# 125736 12-Feb-2004 bde

Only indent once for continuation lines when not lining up with
parentheses if the continuation indent is exactly half of the main
indent. Indenting one contination indent for every level of
parentheses gives bad results in most cases and is not what is done
in about 90% of properly hand-formatted KNF code (sys/kern/*.c,
nvi/common/*.c). The main advantage of the non-default KNF options
-nlp -ci4 is that continuation lines don't accidentally line up with
the next main indentation level or march to the right, and increasing
their indentation defeats this.

This behaviour change is limited to when the continuation indent is
exactly half of the main indent to avoid adding yet another option.


# 125633 09-Feb-2004 bde

Added an option -ldi<N> to control indentation of local variable names.
The default is to be backwards compatible and non-KNF (use the same
indentation for locals as for globals; -ldi0 gives KNF indentation
for locals (none)). The indentation for globals also applies to struct
member names in local declatations. The indentation of variable names
in multi-line declarations is broken in various ways and this commit
gives some new variations.

indent.1:
Also clarified the description of -di<N>.


# 95124 20-Apr-2002 charnier

Use `The .Nm utility'


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 69803 09-Dec-2000 obrien

The options I added where not formated to new manpage style specs.


# 69795 09-Dec-2000 obrien

"Implement -[n]fcb (formatting of block comments) and attempt to implement
no-space=after-sizeof (not optional) and no-space-after 'struct foo *'
(not optional). Without these, indent unKNFizes even more perfectly KNF code."

Submitted by: bde


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 68575 10-Nov-2000 ru

Avoid use of direct troff requests in mdoc(7) manual pages.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 30680 24-Oct-1997 hoek

Change defaults to match reality.

PR: docs/3817


# 27419 15-Jul-1997 charnier

Use err(3) instead of local redefinition. Add usage().


# 27037 28-Jun-1997 steve

Some minor cosmetic tweaks.

PR: docs/3941
Partially submitted by: uenami@imasy.or.jp


# 19121 23-Oct-1996 scrappy

Fix description of -cli option so that it comes out as -cli0.5 instead of
-cli0 -.5

Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>


# 13511 20-Jan-1996 mpp

Fix a variety of minor typos and cross references in a bunch of
man pages.

Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources