Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 08:01:55 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332350 - head/share/man/man7
Message-ID:  <201804100801.w3A81t61096311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Apr 10 08:01:55 2018
New Revision: 332350
URL: https://svnweb.freebsd.org/changeset/base/332350

Log:
  Make development(7) mention tests and section 9 of manual pages.
  
  MFC after:	2 weeks

Modified:
  head/share/man/man7/development.7

Modified: head/share/man/man7/development.7
==============================================================================
--- head/share/man/man7/development.7	Tue Apr 10 04:56:31 2018	(r332349)
+++ head/share/man/man7/development.7	Tue Apr 10 08:01:55 2018	(r332350)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 27, 2018
+.Dd April 10, 2018
 .Dt DEVELOPMENT 7
 .Os
 .Sh NAME
@@ -75,6 +75,11 @@ Build instructions can be found in
 .Xr build 7
 and
 .Xr release 7 .
+Kernel APIs are usually documented, use
+.Cm apropos -s 9 ''
+for a list.
+Regression test suite is described in
+.Xr tests 7 .
 For coding conventions, see
 .Xr style 9 .
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804100801.w3A81t61096311>