Module Name: src Committed By: abhinav Date: Wed Feb 1 18:47:24 UTC 2017
Modified Files: src/share/man/man9: kprintf.9 Log Message: Add missing entries in the NAME section. These functions are described in the body of the man page but not mentioned in the NAME section. Without an entry in the NAME section apropos(1) doesn't get this man page in the results when queried for one of those functions. ok from christos. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/kprintf.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/kprintf.9 diff -u src/share/man/man9/kprintf.9:1.33 src/share/man/man9/kprintf.9:1.34 --- src/share/man/man9/kprintf.9:1.33 Tue Sep 17 19:58:03 2013 +++ src/share/man/man9/kprintf.9 Wed Feb 1 18:47:24 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: kprintf.9,v 1.33 2013/09/17 19:58:03 wiz Exp $ +.\" $NetBSD: kprintf.9,v 1.34 2017/02/01 18:47:24 abhinav Exp $ .\" .\" Copyright (c) 1998, 2002, 2007, 2011 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,19 +27,37 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 21, 2012 +.Dd February 1, 2017 .Dt KPRINTF 9 .Os .Sh NAME .Nm device_printf , .Nm printf , +.Nm printf_nolog , .Nm snprintf , .Nm vprintf , .Nm vsnprintf , .Nm uprintf , .Nm ttyprintf , +.Nm tprintf_open , .Nm tprintf , -.Nm aprint +.Nm tprintf_close , +.Nm aprint_normal , +.Nm aprint_naive , +.Nm aprint_verbose , +.Nm aprint_debug , +.Nm aprint_error , +.Nm aprint_normal_dev , +.Nm aprint_naive_dev , +.Nm aprint_verbose_dev , +.Nm aprint_debug_dev , +.Nm aprint_error_dev , +.Nm aprint_normal_ifnet , +.Nm aprint_naive_ifnet , +.Nm aprint_verbose_ifnet , +.Nm aprint_debug_ifnet , +.Nm aprint_error_ifnet , +.Nm aprint_get_error_count .Nd kernel formatted output conversion .Sh SYNOPSIS .In sys/systm.h