diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-06-20 19:16:51 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-06-20 19:16:51 +0000 |
commit | 4c156ba299495f18b06da8c0c93907a00daf44fe (patch) | |
tree | 4445671c5c0c51cc7988e5873af2787322acd581 /share/man/man7/development.7 | |
parent | be72428e547a9014d0f7a220ebc9bd8395835a7f (diff) |
Improve wording.
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=335456
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r-- | share/man/man7/development.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index f178a67deb43..3fcf5748e8f1 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 11, 2018 +.Dd June 20, 2018 .Dt DEVELOPMENT 7 .Os .Sh NAME @@ -81,7 +81,7 @@ Build instructions can be found in .Xr build 7 and .Xr release 7 . -Kernel APIs are usually documented, use +Kernel APIs are documented in section 9 manual pages; use .Ql "apropos -s 9 ''" for a list. Regression test suite is described in |