.\" Man page generated from reStructuredText .\" by the Docutils 0.22.4 manpage writer. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "kw-maintainers - Display module maintainers" "" "" "" .SH Name kw-maintainers - Display module maintainers \- .SH SYNOPSIS .INDENT 0.0 .TP .B \fIkw\fP (\fIm\fP | \fImaintainers\fP) [\-a | \-\-authors] [\-u | \-\-update\-patch] [\-\-verbose] [ | ] .UNINDENT .SH DESCRIPTION .sp Based on the Linux Kernel get_maintainers script, this command shows the maintainers of a given Kernel module (a given file or directory). The \fB\-\-authors\fP option will also print the authors of the top\-level target files (non\-recursively). Files with more than one author will have their names separated by \(dq,\(dq. This output should not be used by scripts because some authors include \(dq,\(dq in their names (e.g. \(dqCompany X, Inc.\(dq). The \fB\-\-update\-patch\fP will update the patch \fI\fP\(aqs header with a \fBTo:\fP field with the maintainers (excluding the authors) associated with that patch. .SH OPTIONS .INDENT 0.0 .TP .B \-a, \-\-authors: Prints the authors of the top\-level target files (non\-recursively). Files with more than one author will have their names separated by \(dq,\(dq. .TP .B \-u, \-\-update\-patch: It will include a \fBTo:\fP field in the header of the patch file with the contact of the maintainers (excluding the authors) associated with that patch. .TP .B \-\-verbose: Display commands executed under the hood. .UNINDENT .SH EXAMPLES .sp For these examples, we assume that the relevant fields in your configuration files (located by default in \fB\&.kw/\fP) have already been setup. We recommend the use of \fBkw config\fP for managing your local and global configurations. .sp If you want to check the maintainers: .INDENT 0.0 .INDENT 3.5 .sp .EX cd kw m drivers/iio/dummy/iio_simple_dummy.c .EE .UNINDENT .UNINDENT .\" End of generated man page.