Update to style(9) guidelines.
authorChris Pressey <cpressey@dragonflybsd.org>
Sun, 28 Mar 2004 09:10:03 +0000 (09:10 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Sun, 28 Mar 2004 09:10:03 +0000 (09:10 +0000)
commit314dc434983b9786c98ffbc6da735b7f615bbc63
treed604c4118bc4dc8118e11809fe859c1408154161
parentc617badaa88f761220d9c82e7122527dfe871af2
Update to style(9) guidelines.

- Explicitly state that the ``register'' keyword should be avoided.
- Correct example and description of preferred indentation when wrapping
  function arguments over multiple lines.
- Resolve contradictions in guidelines for ``return''.
- Explicitly state whitespace rules for commas, semicolons, ``->'' and
  ``.'' operators.
- General clarifications.

Approved-by: dillon
share/man/man9/style.9