summaryrefslogtreecommitdiffstats
path: root/share/man/man9/intro.9
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 13:52:50 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 13:52:50 +0000
commit511d4f82b255a7fa34ffa2c1cd048cef32acefa2 (patch)
tree99b740a7c4217cd7405a4de1071ea095c0037d7d /share/man/man9/intro.9
parent9e0a71c3eebd8d8e34dfa434ee6b139736c61490 (diff)
downloadFreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.zip
FreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.tar.gz
Fix a bunch of spelling errors in a bunch of man pages.
Diffstat (limited to 'share/man/man9/intro.9')
-rw-r--r--share/man/man9/intro.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9
index a9be6e6..5876ef5 100644
--- a/share/man/man9/intro.9
+++ b/share/man/man9/intro.9
@@ -82,7 +82,7 @@ in
#endif /* DDB */
.Ed
-And the name of the procedure shoule start with the prefix
+And the name of the procedure should start with the prefix
.Li DDB_
to clearly identify the procedure as a debugger routine.
.El
@@ -95,7 +95,7 @@ the opposite.
There are several reasons for this policy,
the main one is that the kernel is one monolithic name-space,
-and polution is not a good idea here either.
+and pollution is not a good idea here either.
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.
OpenPOWER on IntegriCloud