diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-13 09:33:06 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-13 09:33:06 +0000 |
commit | 6b13dcc062382ebe439b8500596dfc257b86ae49 (patch) | |
tree | c01a82dbda87b47c9a7ac4e3f471d9d2d4009baf /share/man/man9/DECLARE_MODULE.9 | |
parent | 43295fac79b83ea6b416bd9a1ca69246373f19e5 (diff) |
Nits.
Notes
Notes:
svn path=/head/; revision=140173
Diffstat (limited to 'share/man/man9/DECLARE_MODULE.9')
-rw-r--r-- | share/man/man9/DECLARE_MODULE.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/DECLARE_MODULE.9 b/share/man/man9/DECLARE_MODULE.9 index d88da96aeea7..d33c18ed6081 100644 --- a/share/man/man9/DECLARE_MODULE.9 +++ b/share/man/man9/DECLARE_MODULE.9 @@ -55,9 +55,7 @@ and Of course, it can also be called directly, for example in order to implement dynamic sysctls. .Pp -The arguments to -.Fn DECLARE_MODULE -expects are: +The arguments it expects are: .Bl -tag -width indent .It Fa name The module name, which will be used in the |