summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-02-02 03:11:22 +0000
committerNik Clayton <nik@FreeBSD.org>2001-02-02 03:11:22 +0000
commit4444ad36bf693dbf59c71e068716e2093a86bc33 (patch)
treeb9011a00d21e6b714a0c88ef4a396a6c34115296
parent01c78dbb09b4b032293ca4f8e85816b1d0a05923 (diff)
Notes
-rw-r--r--share/man/man9/style.94
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 59f2fbe135eb..b5f1762b0a69 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -382,9 +382,7 @@ function(int a1, int a2, float fl, int a4)
.Pp
When declaring variables in functions declare them sorted by size,
then in alphabetical order; multiple ones per line are okay.
-Declaring functions inside functions is not recommended, since their
-linkage scope is always global. If a line overflows reuse the type
-keyword.
+If a line overflows reuse the type keyword.
.Pp
Be careful to not obfuscate the code by initializing variables in
the declarations. Use this feature only thoughtfully.