diff options
author | ru <ru@FreeBSD.org> | 2001-03-12 10:07:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-12 10:07:33 +0000 |
commit | eae0e490e3125a2cc5bf81be0c59969ba6eababf (patch) | |
tree | 8d33c361491ee9256471e0a6d125f4f65346ad78 /share | |
parent | 7b764c6a0e7900842b51e2b8f37c45f3b19e82f6 (diff) | |
download | FreeBSD-src-eae0e490e3125a2cc5bf81be0c59969ba6eababf.zip FreeBSD-src-eae0e490e3125a2cc5bf81be0c59969ba6eababf.tar.gz |
Fixed typo.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/MODULE_VERSION.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/MODULE_VERSION.9 b/share/man/man9/MODULE_VERSION.9 index 68eda95..4d7e2bb 100644 --- a/share/man/man9/MODULE_VERSION.9 +++ b/share/man/man9/MODULE_VERSION.9 @@ -42,7 +42,7 @@ The .Fn MODULE_VERSION macro sets the version of the module called .Fa name . -Other kernel modules can then depend on this modul (see +Other kernel modules can then depend on this module (see .Xr MODULE_DEPEND 9 ) . .Sh EXAMPLES .Bd -literal @@ -55,4 +55,4 @@ MODULE_VERSION(foo, 1); .Sh AUTHORS .An -nosplit This manual page was written by -.An Alexander Langer Aq alex@FreeBSD.org .
\ No newline at end of file +.An Alexander Langer Aq alex@FreeBSD.org . |