Remove some whitespace so the line with "brackets" changed to "angle

brackets" no longer touches the right edge of an 80 column display.
This commit is contained in:
Ben Smithurst 2000-07-17 19:05:57 +00:00
parent 5e59aa05b6
commit de9bd90aa8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63324

View File

@ -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.