diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 14:12:13 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 14:12:13 +0000 |
| commit | b10fee5d7bc44fa33bc39124dca2a34b0eb42ed9 (patch) | |
| tree | 2fb071dab8332cbd4442dc387f17e062e69f0b42 | |
| parent | eb9fc72525bdafaa3922ee7f3b32156b6090d48f (diff) | |
Notes
| -rw-r--r-- | share/man/man9/style.9 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 39afb855e786..bb034bc598c3 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -64,7 +64,9 @@ All VCS (version control system) revision identification from files obtained from elsewhere should be maintained, including if there are multiple IDs showing a file's history. In general, keep the IDs in tact, including any `$'s. -Most non-FreeBSD VCS IDs should be indented by a tab if in a comment. +Most +.No non- Ns Fx +VCS IDs should be indented by a tab if in a comment. .Bd -literal #ifndef lint #if 0 @@ -537,7 +539,7 @@ also in alphabetical order, with each option and its argument inside its own pair of brackets. .It Required arguments -.Pq if any +(if any) are next, listed in the order they should be specified in the command line. .It @@ -565,7 +567,7 @@ placed in a single set of brackets. .Pp Note that the manual page options description should list the options in pure alphabetical order. -That is, with out reguard to whether an option takes arguments or not. +That is, without regard to whether an option takes arguments or not. The alphabetical ordering should take into account the case ordering shown above. .Pp @@ -575,7 +577,9 @@ relaxed but at a minimum should be internally consistent with their style. .Pp Stylistic changes (including whitespace changes) are hard on the source repository and are to be avoided without good reason. Code that is -approximately FreeBSD KNF +approximately +.Fx +KNF .Xr style 9 compliant in the repository must not diverge from compliance. .Pp |
