diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-11 01:19:34 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-11 01:19:34 +0000 |
commit | c7520d9e7414377ddc3646991ecf241946ea6cea (patch) | |
tree | f544e5ca95257ecd700ee80359de28b8095f4524 /share | |
parent | 5553fc066610f4bcda2854fa7607e25a18ec7578 (diff) | |
download | FreeBSD-src-c7520d9e7414377ddc3646991ecf241946ea6cea.zip FreeBSD-src-c7520d9e7414377ddc3646991ecf241946ea6cea.tar.gz |
s/file it possible/file if possible/
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/intro.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index 08ee09a..85c2bbd 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: intro.9,v 1.7 1997/03/07 02:53:35 jmg Exp $ +.\" $Id: intro.9,v 1.8 1998/01/02 19:22:52 alex Exp $ .\" .Dd December 13, 1995 .Dt INTRO 9 @@ -93,7 +93,7 @@ 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 -to the kernel, the entire source should be in one file it possible. +to the kernel, the entire source should be in one file if possible. That way all symbols can be made static. .Pp If for some reason a module is split over multiple source files, then try |