From 1541af42f12f8570fb332516efee8f1e030c3e46 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 13 Feb 2005 22:25:33 +0000 Subject: Expand *n't contractions. --- share/man/man9/intro.9 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'share/man/man9/intro.9') diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index 0d927e9..0e0fe81 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -49,19 +49,19 @@ If your code compiles cleanly with .Nm cc .Ar -Wall we would feel happy about it. -It is important to understand that this isn't a question of just shutting up +It is important to understand that this is not a question of just shutting up .Nm cc , it is a question about avoiding the things it complains about. -To put it bluntly, don't hide the problem by casting and other +To put it bluntly, do not hide the problem by casting and other obfuscating practices, solve the problem. .Sh INDENTATION AND STYLE Believe it or not, there actually exists a guide for indentation and style. -It isn't generally applied though. +It is not generally applied though. .Pp We would appreciate if people would pay attention to it, and at least not violate it blatantly. .Pp -We don't mind it too badly if you have your own style, but please make +We do not mind it too badly if you have your own style, but please make sure we can read it too. .Pp Please take time to read @@ -92,7 +92,7 @@ There are several reasons for this policy, the main one is that the kernel is one monolithic name-space, and pollution is not a good idea here either. .Pp -For device drivers and other modules that don't add new internal interfaces +For device drivers and other modules that do not add new internal interfaces to the kernel, the entire source should be in one file if possible. That way all symbols can be made static. .Pp -- cgit v1.1