summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben <ben@FreeBSD.org>2000-07-17 19:05:57 +0000
committerben <ben@FreeBSD.org>2000-07-17 19:05:57 +0000
commit9a9e278fc0d55a17b4dc14bfa68a11af9a5d8558 (patch)
treea6cf57945155418f5665cda437437563a3377ca8
parentd5347042f6aa6da0e24d14dd625d7dd9a90e28d1 (diff)
downloadFreeBSD-src-9a9e278fc0d55a17b4dc14bfa68a11af9a5d8558.zip
FreeBSD-src-9a9e278fc0d55a17b4dc14bfa68a11af9a5d8558.tar.gz
Remove some whitespace so the line with "brackets" changed to "angle
brackets" no longer touches the right edge of an 80 column display.
-rw-r--r--share/man/man9/style.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index f1337cc..cadc706 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -56,7 +56,7 @@ Kernel include files (i.e. sys/*.h) come first; normally, you'll need
OR <sys/param.h>, but not both! <sys/types.h> includes <sys/cdefs.h>,
and it's okay to depend on that.
.Bd -literal -offset 0i
-#include <sys/types.h> /* Non-local includes in angle brackets. */
+#include <sys/types.h> /* Non-local includes in angle brackets. */
.Ed
.Pp
If it's a network program, put the network include files next.
OpenPOWER on IntegriCloud