summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent.1
Commit message (Collapse)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-071-1/+1
| | | | Fix a ton of speelling errors
* Remove superfluous paragraph macro.joel2012-03-251-3/+0
|
* Document the [n]eei and [n]bacc optionseadler2012-03-031-1/+23
| | | | | | | PR: docs/165009 Submitted by: Jeremy Huddleston <jeremyhu@apple.com> Approved by: bcr MFC after: 1 week
* indent(1): add a new option, -ta, to treat all *_t identifiers as typesavg2010-03-311-0/+4
| | | | | | Submitted by: Hans Petter Selasky Discussed with: bde MFC after: 10 days
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-2/+2
| | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
* Expand contractions.ru2005-02-131-2/+2
|
* Expand *n't contractions.ru2005-02-131-2/+2
|
* Quote example file names consistently, and fix a small grammatical nit.ceri2005-02-041-2/+2
|
* Clarify a bit the BUGS section.keramida2005-02-031-4/+3
| | | | | | PR: docs/77024 Submitted by: Adrian Filipi <adrian@ubergeeks.com> Reviewed by: ru
* Deal with double whitespace.ru2004-07-031-23/+23
|
* Mechanically kill hard sentence breaks.ru2004-07-021-50/+100
|
* Bump document date.schweikh2004-06-301-1/+1
| | | | Submitted by: ru
* Document recently acquired options.schweikh2004-06-291-0/+12
| | | | | | PR: 67983 Submitted by: Chip Norkus <wd@teleri.net> MFC after: 2 weeks
* Fixed document date.ru2004-05-191-1/+1
|
* Only indent once for continuation lines when not lining up withbde2004-02-121-2/+3
| | | | | | | | | | | | | | 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.
* Added an option -ldi<N> to control indentation of local variable names.bde2004-02-091-2/+11
| | | | | | | | | | | | 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>.
* Use `The .Nm utility'charnier2002-04-201-14/+22
|
* Remove whitespace at EOL.dd2001-07-151-9/+9
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* The options I added where not formated to new manpage style specs.obrien2000-12-091-4/+7
|
* "Implement -[n]fcb (formatting of block comments) and attempt to implementobrien2000-12-091-0/+10
| | | | | | | 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
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-7/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | 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
* Change defaults to match reality.hoek1997-10-241-15/+17
| | | | PR: docs/3817
* Use err(3) instead of local redefinition. Add usage().charnier1997-07-151-11/+11
|
* Some minor cosmetic tweaks.steve1997-06-281-5/+5
| | | | | PR: docs/3941 Partially submitted by: uenami@imasy.or.jp
* Fix description of -cli option so that it comes out as -cli0.5 instead ofscrappy1996-10-231-1/+1
| | | | | | -cli0 -.5 Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
* Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-201-2/+2
| | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp>
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+452
OpenPOWER on IntegriCloud